Description Usage Arguments Value
Determine the most probable hidden sequence given an observed sequence
1 | viterbi(transProb, emisProb, initProb, dataV)
|
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 |
A vector containing the most probable sequence of hidden states
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.