estep {em} | R Documentation |
This function performs an E-Step of EM Algorithm.
Description
This function performs an E-Step of EM Algorithm.
Usage
estep(models, pi_matrix)
Arguments
models |
models used in the EM algorithm, |
pi_matrix |
the pi matrix. |
Value
the fitting result for the model.
[Package em version 1.0.0 Index]