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

View source: R/estep.R

estepR 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.


em documentation built on Jan. 11, 2023, 9:07 a.m.