cluster.bic {DBHC} | R 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 |
eps |
A threshold epsilon for counting parameters. |
Value
The BIC of hmm
.
See Also
Used in size.search
.
[Package DBHC version 0.0.3 Index]