Uses of Class
dev.nm.stat.hmm.HmmInnovation
-
Packages that use HmmInnovation Package Description dev.nm.stat.hmm dev.nm.stat.markovchain -
-
Uses of HmmInnovation in dev.nm.stat.hmm
Methods in dev.nm.stat.hmm that return HmmInnovation Modifier and Type Method Description HmmInnovation
HMMRNG. next()
Gets the next simulated innovation: state and observation.Methods in dev.nm.stat.hmm with parameters of type HmmInnovation Modifier and Type Method Description double
HiddenMarkovModel. logProbability(HmmInnovation[] innovations)
Gets the probability of observing the observations and having gone thru the state sequence. -
Uses of HmmInnovation in dev.nm.stat.markovchain
Methods in dev.nm.stat.markovchain with parameters of type HmmInnovation Modifier and Type Method Description static double[]
MCUtils. getObservations(HmmInnovation[] innovations, int state)
Get all observations that occur in a particular state.
-