smooth.probabilities: Smooth Probabilities
Description
Smooth a vector of probabilities using absolute discounting. Auxiliary
function used in smooth.hmm.
Usage
smooth.probabilities(probs, smoothing = 1e-04)
Value
A vector of smoothed probabilities.
Arguments
- probs
A vector of raw probabilities.
- smoothing
Smoothing parameter for absolute discounting.