m2Step {MixThres}R Documentation

Second M-Step of the EM algorithm

Description

The second M-Step corresponding to a correction of bias by using a fixed-point algorithm.

Usage

m2Step(param)

Arguments

param The vector of estimated parameters provided by m1Step.

Details

The estimators of the variance and mean provided by m1Step are corrected leading to unbiased estimators.

Value

A vector of estimated parameters.

Author(s)

J. Aubert

See Also

m1Step, EMAlgo


[Package MixThres version 1.0 Index]