count.parameters {DBHC}R 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.


[Package DBHC version 0.0.3 Index]