Description Usage Arguments Details Methods Author(s) See Also
Objects of class contHMM
are created by calling
new("contHMM", transition, emission, init)
.
1 2 |
Class |
A character string specifying the class of the object to be created. In this case "contHMM". |
transition |
A list with one object of class |
emission |
A list with one object of class |
init |
An object of class |
The length of all arguments (except Class
) has to be equal. If init
is NULL
a uniform initial
state distribution is used.
Creates an object of class contHMM
Peter Humburg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.