Description Usage Arguments Value
View source: R/General_functions.R
Calculation of local and global decoding given the dataset and the coresponding parameters of the HMM
1 2 |
x |
a sample of a Hidden Markov Model |
m |
the number of states |
L1 |
likelihood of the first hidden state |
L2 |
likelihood of the second hidden state |
L3 |
optional. likelihood of the third hidden state |
L4 |
optional. likelihood of the 4th hidden state |
L5 |
optional. likelihood of the 5th hidden state |
gamma |
estimated Gamma matrix from previous estimation |
delta |
estimated Delta vector from previous estimation |
theta |
estimated Theta values from previous estimation |
multi |
parameter. TRUE if multifactor HMM() is used |
Returns the path of the local and global decoding as well as a statement, whether the two paths differ.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.