contHMM are created by calling
new("contHMM", transition, emission, init).## S3 method for class 'contHMM':
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.Class) has to be equal. If init is NULL a uniform initial
state distribution is used.contHMM , discDist , contDist