cluster.bic {DBHC} | R Documentation |
Compute the BIC of a single HMM given a threshold epsilon for counting
parameters. Auxiliary function used in size.search
.
cluster.bic(hmm, eps = 0.001)
hmm |
An |
eps |
A threshold epsilon for counting parameters. |
The BIC of hmm
.
Used in size.search
.