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.
numstAn integer vector specifying the number of mixture components (states) in each variable block for which BIC was calculated during model selection (see hmmvbBIC).
BICA numeric vector specifying calculated BIC values.
configListA list of integer vectors specifying the number of states in each variable block for which BIC was calculate (see hmmvbBIC).
optHMMVBThe optimal HMM-VB model with smallest BIC value.