Smooth the parameters of an HMM using absolute discounting given a threshold
epsilon. Auxiliary function used in select.seeds,
assign.clusters, and hmm.clust.
smooth.hmm(hmm, smoothing = 1e-04)An hmm object with smoothed probabilities.
A raw hmm object (see build_hmm).
Smoothing parameter for absolute discounting in
smooth.probabilities.
Used in select.seeds, assign.clusters,
and main function for the DBHC algorithm hmm.clust.