powered by
Compute the BIC of a partition given a threshold epsilon for counting parameters. Auxiliary function used in hmm.clust.
hmm.clust
partition.bic(partition, eps = 0.001)
The BIC of the partition.
A list object with the partition of HMMs, a mixture of HMMs.
A threshold epsilon for counting parameters in count.parameters.
count.parameters
Used in main function for the DBHC algorithm hmm.clust.