HMM-class: Class "HMM" to represent parameters associated with a...

Description Methods Slots

Description

An S4 class to represent the model parameters associated with one variable block in the HMM-VB. For brevity, we call this part of HMM-VB, specific to a particular variable block, an "HMM" for the block. New instances of the class are created by hmmvbTrain.

Methods

Slots

dim

Dimensionality of the data in HMM.

numst

An integer vector specifying the number of HMM states.

prenumst

An integer vector specifying the number of states of previous variable block HMM.

a00

Probabilities of HMM states.

a

Transition probability matrix from states in the previous variable block to the states in the current one.

mean

A numerical matrix with state means. kth row corresponds to the kth state.

sigma

A list containing the covariance matrices of states.

sigmaInv

A list containing the inverse covariance matrices of states.

sigmaDetLog

A vector with log(|sigma|) for each state.


HDclust documentation built on May 2, 2019, 9:20 a.m.