Description Usage Arguments Value Author(s) See Also Examples
Create a two state HMM with t emission distributions from a list of parameters.
1 | getHMM(params, snames)
|
params |
A list with components mu, sigma and nu, each a vector with two elements. They provide values for the location parameter, scale parameter and degrees of freedom for both states. Component a is a vector of length two providing the off diagonal elements of the transition probability matrix. |
snames |
Two character strings that should be used as state names. |
Object of class contHMM with the parameters provided.
Peter Humburg
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.