partition.bic {DBHC}R Documentation

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)

Arguments

partition

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

eps

A threshold epsilon for counting parameters in count.parameters.

Value

The BIC of the partition.

See Also

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


[Package DBHC version 0.0.3 Index]