Learn R Programming

DBHC (version 0.0.3)

partition.bic: Partition BIC

Description

Compute the BIC of a partition given a threshold epsilon for counting parameters. Auxiliary function used in hmm.clust.

Usage

partition.bic(partition, eps = 0.001)

Value

The BIC of the partition.

Arguments

partition

A list object with the partition of HMMs, a mixture of HMMs.

eps

A threshold epsilon for counting parameters in count.parameters.

See Also

Used in main function for the DBHC algorithm hmm.clust.