Our initialization strategy gives
, where
is a free
parameter and
. Too small an
reduces the ability of the nonparametric PDF
to well approximate the uncorrupted-signal Markov PDF. Too large an
increases the number of
parameters to be estimated--equal to
--thereby increasing the chance of the EM
algorithm getting stuck on local maxima. A large
also increases the space requirements of
the algorithm:
. We have found that, in practice, the algorithm is
not very sensitive to the specific choice of
and a choice of
works well in
practice.
To further reduce the computational and space requirements of the algorithm, we can replace the set
itself by a uniformly-distributed random sample of observations
,
with
, and subsequently choose
as
a random sample from
, with
. This makes the computational and space complexity of the EM algorithm both
to be
. The results in this paper use
and
.