Learn R Programming

ldhmm (version 0.6.1)

ldhmm.viterbi: Computing the global decoding by the Viterbi algorithm

Description

This utility computes the global decoding by the Viterbi algorithm.

Usage

ldhmm.viterbi(object, x)

Value

a vector of states

Arguments

object

an ldhmm object

x

numeric, the observations.

Author

Stephen H. Lihn