View source: R/hmmclustering.R
| count.parameters | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.