m1Step {MixThres} | R Documentation |
M-Step corresponding to the traditionnal M-Step of the EM algorithm.
m1Step(mdata, taux, param)
mdata |
A vector of numeric corresponding to the probe intensity values. |
taux |
A matrix of the posterior probabilities. |
param |
A vector of the estimated parameters. |
The proportions of the components of the mixture and the empirical estimators of the variance and the means are computed.
A vector of the estimated parameters.
J. Aubert