Uses of Class
dev.nm.stat.hmm.mixture.distribution.NormalMixtureDistribution.Lambda
-
Packages that use NormalMixtureDistribution.Lambda Package Description dev.nm.stat.hmm.mixture.distribution -
-
Uses of NormalMixtureDistribution.Lambda in dev.nm.stat.hmm.mixture.distribution
Methods in dev.nm.stat.hmm.mixture.distribution that return NormalMixtureDistribution.Lambda Modifier and Type Method Description NormalMixtureDistribution.Lambda[]
NormalMixtureDistribution. getMStepParams(double[] observations, Vector[] u)
NormalMixtureDistribution.Lambda[]
NormalMixtureDistribution. getParams()
Constructors in dev.nm.stat.hmm.mixture.distribution with parameters of type NormalMixtureDistribution.Lambda Constructor Description NormalMixtureDistribution(NormalMixtureDistribution.Lambda[] lambda)
Constructs a Normal distribution for each state in the HMM model.NormalMixtureDistribution(NormalMixtureDistribution.Lambda[] lambda, boolean isMuEstimated, boolean isSigmaEstimated)
Constructs a Normal distribution for each state in the HMM model.
-