emSteps: One EM-iteration.

Description Usage Arguments

View source: R/LatentForests.R

Description

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

Usage

1
2
3
4
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.


sBIC documentation built on May 2, 2019, 4:16 a.m.