Creates a model specficiation for a hidden Markov model
hmmspec(init, trans, parms.emission, dens.emission, rand.emission=NULL,mstep=NULL)
A hmmspec object
Distribution of states at t=1 ie. P(S=s) at t=1
The transition matrix of the Markov chain
A list containing the parameters of the emission distribution
Density function of the emission distribution.
The function used to generate observations from the emission distribution
Re-estimates the parameters of density function on each iteration
Jared O'Connell jaredoconnell@gmail.com
Jared O'Connell, Soren Hojsgaard (2011). Hidden Semi Markov Models for Multiple Observation Sequences: The mhsmm Package for R., Journal of Statistical Software, 39(4), 1-22., URL http://www.jstatsoft.org/v39/i04/.
Rabiner, L. (1989), A tutorial on hidden Markov models and selected applications in speech recognition, Proceedings of the IEEE, 77, 257-286.
simulate.hmmspec
, simulate.hmmspec
, hmmfit
, predict.hmm