Learn R Programming

HDclust (version 1.0)

HMMVBBIC-class: Class "HMMVBBIC" to represent results of HMM-VB model selection.

Description

An S4 class to represent results of HMM-VB model selection. New instances of the class are created by hmmvbBIC.

Arguments

Methods

  • 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.

Slots

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.

See Also

hmmvbBIC