powered by
Count the number of parameters in an HMM larger than a small number epsilon. Auxiliary function used in partition.bic and cluster.bic.
partition.bic
cluster.bic
count.parameters(hmm, eps = 0.001)
The number of parameters larger than eps.
eps
An hmm object (see build_hmm).
hmm
build_hmm
A threshold epsilon for counting parameters.
Used in partition.bic and cluster.bic.