smooth.hmm: Smooth HMM Parameters

View source: R/hmmclustering.R

smooth.hmmR Documentation

Smooth HMM Parameters

Description

Smooth the parameters of an HMM using absolute discounting given a threshold epsilon. Auxiliary function used in select.seeds, assign.clusters, and hmm.clust.

Usage

smooth.hmm(hmm, smoothing = 1e-04)

Arguments

hmm

A raw hmm object (see build_hmm).

smoothing

Smoothing parameter for absolute discounting in smooth.probabilities.

Value

An hmm object with smoothed probabilities.

See Also

Used in select.seeds, assign.clusters, and main function for the DBHC algorithm hmm.clust.


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