smooth.probabilities {DBHC} | R Documentation |
Smooth Probabilities
Description
Smooth a vector of probabilities using absolute discounting. Auxiliary
function used in smooth.hmm
.
Usage
smooth.probabilities(probs, smoothing = 1e-04)
Arguments
probs |
A vector of raw probabilities. |
smoothing |
Smoothing parameter for absolute discounting. |
Value
A vector of smoothed probabilities.
See Also
Used in smooth.hmm
.
[Package DBHC version 0.0.3 Index]