Learn R Programming

em (version 1.0.0)

estep: This function performs an E-Step of EM Algorithm.

Description

This function performs an E-Step of EM Algorithm.

Usage

estep(models, pi_matrix)

Value

the fitting result for the model.

Arguments

models

models used in the EM algorithm,

pi_matrix

the pi matrix.