smooth.hmm {DBHC} | R 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 |
smoothing |
Smoothing parameter for absolute discounting in
|
Value
An hmm
object with smoothed probabilities.
See Also
Used in select.seeds
, assign.clusters
,
and main function for the DBHC algorithm hmm.clust
.
[Package DBHC version 0.0.3 Index]