Package dev.nm.stat.hmm
Class HmmInnovation
- java.lang.Object
-
- dev.nm.stat.hmm.HmmInnovation
-
public class HmmInnovation extends Object
An HMM innovation consists of a state and an observation in the state.
-
-
Constructor Summary
Constructors Constructor Description HmmInnovation(int state, double observation)Construct an HMM innovation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleobservation()Get the observation associated with the hidden state.intstate()Get the hidden state.
-