ldhmm.viterbi {ldhmm} | R Documentation |
Computing the global decoding by the Viterbi algorithm
Description
This utility computes the global decoding by the Viterbi algorithm.
Usage
ldhmm.viterbi(object, x)
Arguments
object |
an ldhmm object |
x |
numeric, the observations. |
Value
a vector of states
Author(s)
Stephen H. Lihn
[Package ldhmm version 0.6.1 Index]