cluster.bic: HMM BIC

View source: R/hmmclustering.R

cluster.bicR Documentation

HMM BIC

Description

Compute the BIC of a single HMM given a threshold epsilon for counting parameters. Auxiliary function used in size.search.

Usage

cluster.bic(hmm, eps = 0.001)

Arguments

hmm

An hmm object (see build_hmm).

eps

A threshold epsilon for counting parameters.

Value

The BIC of hmm.

See Also

Used in size.search.


DBHC documentation built on Dec. 28, 2022, 2:44 a.m.