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.