emSteps {sBIC}R Documentation

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)

## S3 method for class 'LatentForests'
emSteps(this, support, S)

Arguments

this

the LatentForests object.

support

the support of the model.

S

the current covariance matrix.


[Package sBIC version 0.2.0 Index]