Learn R Programming

sBIC (version 0.2.0)

emSteps: One EM-iteration.

Description

A private method that performs a single iteration of the EM-algorithm, this is a helper function for emMain method.

Usage

emSteps(this, support, S)
"emSteps"(this, support, S)

Arguments

this
the LatentForests object.
support
the support of the model.
S
the current covariance matrix.