SMAPHMM-class objects.
SMAPHMM(noStates, Phi, A=NULL, Pi=rep(1/noStates,noStates), initTrans=0.2/(noStates - 1))noStates * noStates matrix of transition
probabilities betweeen the hidden states (numeric).SMAPHMM-class.
Phi is a noStates * 2 matrix that specifies the
paramaters of Gaussian distributions associated with each hidden
state. The first column specifies standard deviations, the second
specifies means. If A == NULL, initTrans specifies the transition
probability between states i and j in 1:noStates,
such that i != j. Only used if A ==
NULL. initTrans * noStates must be smaller than (or equal
to) 1.
smap,
SMAPHMM-class,
SMAPObservations-class