hmmProcess calculates the probability distribution of a random process following a Markov chain
hmmProcess(prior, trans_mat, n)
prior
: Numeric vector or a one row matrix of length K representing the prior probabilities of the Markov chain.trans_mat
: Matrix of size representing the transition matrix of the Markov chain.n
: Numeric. Number of variables of the Markov chain.Matrix of size giving the distribution of process given the K-state Markov chain parameters.
hmmProcess calculates the distribution of a Markov chain with prior probability and transition matrix .
The calculation is based on the following formula:
c("", "")