This function creates a Hidden Markov Model on a variable block.
hmm(dim, numst, prenumst, a00, a, mean, sigma, sigmaInv, sigmaDetLog)
An object of class 'HMM'.
Dimensionality of the data in HMM.
An integer vector specifying the number of HMM states.
An integer vector specifying the number of states of previous variable block HMM.
Probabilities of HMM states.
Transition probability matrix from states in the previous variable block to the states in the current one.
A numerical matrix with state means. kth row corresponds to the kth state.
A list containing state covariance matrices.
A list containing state inverse covariance matrices.
A vector with \(log(|sigma|)\) for each state.