partition.bic: Partition BIC

View source: R/hmmclustering.R

partition.bicR 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.


gabybudel/DBHC documentation built on Jan. 1, 2023, 10:07 p.m.