viterbi: Determine the most probable hidden sequence given an observed...

Description Usage Arguments Value

Description

Determine the most probable hidden sequence given an observed sequence

Usage

1
viterbi(transProb, emisProb, initProb, dataV)

Arguments

transProb

A matrix containing the transition probabilites from the hidden markov model

emisProb

A matrix containing the emission probabilities from the hidden markov model

initProb

A matrix containing the initial probabilities from the hidden markov model

dataV

A vector containing the observed sequence of data

Value

A vector containing the most probable sequence of hidden states


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