Learn R Programming

DBHC (version 0.0.3)

count.parameters: 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)

Value

The number of parameters larger than eps.

Arguments

hmm

An hmm object (see build_hmm).

eps

A threshold epsilon for counting parameters.

See Also

Used in partition.bic and cluster.bic.