viterbiProbVal: Viterbi Probability Value (viterbiProbVal)

Description Usage Arguments Value

Description

Compute the probability of that the given observed and hidden sequences occur in a trained system

Usage

1
viterbiProbVal(transProb, emisProb, initProb, dataO, dataH, logLand = FALSE)

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

dataO

A vector containing the observed sequence of data

dataH

A vector containing the hidden sequence of data

Value

A vector containing the probability to get to each index of the hidden state given the observed state


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