Gaussian EM-step with random initialisation
em_rinit.Rd
Gaussian EM-step with random initialisation.
Arguments
- y
time series.
- order
MixAR order, vector of length the number of components.
- partempl
parameter template, a list containing one element for each mixture component, see
randomArCoefficients
.- etk
MixAR component residuals, a matrix.
Details
em_rinit
generates random MAR residuals, performs a non-distributional
E-step, and a Gaussian M-step.
etk2tau
estimates tau
from component residuals
only. Note that this is unlike em_tau
, which also needs
the noise pdf's, as well as estimates of the mixture probabilities.
em_rinit
uses etk2tau
to start the EM algorithm.