Class LogNormalMixtureDistribution.Lambda
- java.lang.Object
-
- dev.nm.stat.hmm.mixture.distribution.LogNormalMixtureDistribution.Lambda
-
- Enclosing class:
- LogNormalMixtureDistribution
public static class LogNormalMixtureDistribution.Lambda extends Object
the log-normal distribution parameters
-
-
Constructor Summary
Constructors Constructor Description Lambda(double mu, double sigma)
Construct a Log-Normal distribution.
-