Description Usage Arguments Value References See Also
This function obtains model parameters from a randomly generated hidden Markov model
1 | HMM.parm(p, K_st, M)
|
p |
number of nodes |
K_st |
number of hidden states |
M |
number of emission states |
A list containing pInit: a vector of K_st, which gives the marginal probabilities of the first variable; Q: an array of size (p-1, K_st, K_st), which gives the p-1 transition matrices of the hidden Markov chain; pEmit: an array of size (p, M, K_st), which is the emission probability matrix.
sesia2019floodgate
Other models:
Genotypes.parm()
,
gen.Y()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.