Learn R Programming

DBHC (version 0.0.3)

cluster.bic: 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)

Value

The BIC of hmm.

Arguments

hmm

An hmm object (see build_hmm).

eps

A threshold epsilon for counting parameters.

See Also

Used in size.search.