Description Usage Arguments Value
Compute the probability of that the given observed and hidden sequences occur in a trained system
1 | viterbiProbVal(transProb, emisProb, initProb, dataO, dataH, logLand = FALSE)
|
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 |
A vector containing the probability to get to each index of the hidden state given the observed state
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.