viterbiR: Viterbi Algorithm (viterbiR)

Description Usage Arguments Value

Description

Compute the most probable hidden sequence given an observed sequence and an HMM.

Usage

1
viterbiR(ObsSeq, probMat)

Arguments

ObsSeq

A discrete observed time series. Output from toWPDSAX.

probMat

The probability matrices of the hidden markov model. Output from trainHMM.

Value

The most probably hidden sequence.


jcpetkovich/rspatiotemp documentation built on May 18, 2019, 10:26 p.m.