hmm | R Documentation |
This function creates a Hidden Markov Model on a variable block.
hmm(dim, numst, prenumst, a00, a, mean, sigma, sigmaInv, sigmaDetLog)
dim |
Dimensionality of the data in HMM. |
numst |
An integer vector specifying the number of HMM states. |
prenumst |
An integer vector specifying the number of states of previous variable block HMM. |
a00 |
Probabilities of HMM states. |
a |
Transition probability matrix from states in the previous variable block to the states in the current one. |
mean |
A numerical matrix with state means. kth row corresponds to the kth state. |
sigma |
A list containing state covariance matrices. |
sigmaInv |
A list containing state inverse covariance matrices. |
sigmaDetLog |
A vector with |
An object of class 'HMM'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.