apply_viterbi: Viterbi algorithm
Usage
apply_viterbi(data, fit, controls)
Arguments
data
A list of processed data information.
fit
A list of fitted model information.
Value
A vector (in case of a HMM) or a matrix (in case of a hierarchical HMM) of decoded states.