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