count.parameters {DBHC} | R Documentation |
Count the number of parameters in an HMM larger than a small number epsilon.
Auxiliary function used in partition.bic
and
cluster.bic
.
count.parameters(hmm, eps = 0.001)
hmm |
An |
eps |
A threshold epsilon for counting parameters. |
The number of parameters larger than eps
.
Used in partition.bic
and cluster.bic
.