This utility computes the state probabilities, uses local and global decoding to calculate the states.
The results are saved to the returned ldhmm object.
ldhmm.decoding(object, x, do.global = TRUE, do.stats = TRUE)an ldhmm object containing results of decoding
an ldhmm object
numeric, the observations.
logical, if TRUE (default), perform Viterbi decoding.
logical, if TRUE (default), calculate stats.
Stephen H. Lihn