Learn R Programming

tileHMM (version 1.0-2)

contHMM-class: Class "contHMM"

Description

Class for HMMs with continuous emission distributions.

Arguments

Objects from the Class

Objects can be created by calls of the form new("contHMM", transition, emission, init). For the special case of t distributions objects of this class can be created more conveniently by a call to getHMM. The function hmm.setup provides facilities to create "contHMM" objects with initial parameter estimates obtained from data.

Extends

Class "hmm", directly.

See Also

contDist, tDist,hmm, initialize, sampleSeq, baumWelch, viterbiTraining, viterbi, forward, backward, states

Examples

Run this code
showClass("contHMM")

Run the code above in your browser using DataLab