count.parameters: Count HMM Parameters

View source: R/hmmclustering.R

count.parametersR Documentation

Count HMM Parameters

Description

Count the number of parameters in an HMM larger than a small number epsilon. Auxiliary function used in partition.bic and cluster.bic.

Usage

count.parameters(hmm, eps = 0.001)

Arguments

hmm

An hmm object (see build_hmm).

eps

A threshold epsilon for counting parameters.

Value

The number of parameters larger than eps.

See Also

Used in partition.bic and cluster.bic.


DBHC documentation built on Dec. 28, 2022, 2:44 a.m.