contHMM
are created by calling
new("contHMM", transition, emission, init)
.
"new"(Class, transition, emission, init = NULL)
discDist
for each state of the model. These are used as transition probabilities.contDist
for each state of the model. These are used as emission distributions.discDist
or NULL
. This is used as the initial state distribution.contHMM
Class
) has to be equal. If init
is NULL
a uniform initial
state distribution is used.
contHMM
, discDist
, contDist