An S4 class to represent results of HMM-VB model selection. New instances of the class are created by hmmvbBIC
.
show signature(object = "HMMVBBIC") : show optimal model.
getBIC signature(object = "HMMVBBIC") : accessor for 'BIC' slot.
getNumst signature(object = "HMMVBBIC") : accessor for 'numst' slot.
getConfigList signature(object = "HMMVBBIC") : accessor for 'configList' slot.
getOptHMMVB signature(object = "HMMVBBIC") : accessor for 'optHMMVB' slot.
numst
An integer vector specifying the number of mixture components (states) in each variable block for which BIC was calculated during model selection (see hmmvbBIC
).
BIC
A numeric vector specifying calculated BIC values.
configList
A list of integer vectors specifying the number of states in each variable block for which BIC was calculate (see hmmvbBIC
).
optHMMVB
The optimal HMM-VB model with smallest BIC value.