public class LogNormalLogMOMEstimator extends java.lang.Object implements LogMeanVarianceEstimator<LogNormalDistribution>
Modifier and Type | Class and Description |
---|---|
static class |
LogNormalLogMOMEstimator.Parameterizer
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
static LogNormalLogMOMEstimator |
STATIC
Static estimator, using mean and variance.
|
Modifier | Constructor and Description |
---|---|
private |
LogNormalLogMOMEstimator()
Private constructor, use static instance!
|
Modifier and Type | Method and Description |
---|---|
LogNormalDistribution |
estimateFromLogMeanVariance(MeanVariance mv,
double shift)
Estimate the distribution from mean and variance.
|
java.lang.Class<? super LogNormalDistribution> |
getDistributionClass()
Get the class that is produced by the estimator.
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
estimate, estimateFromLogStatisticalMoments
min
estimate
public static LogNormalLogMOMEstimator STATIC
private LogNormalLogMOMEstimator()
public LogNormalDistribution estimateFromLogMeanVariance(MeanVariance mv, double shift)
LogMeanVarianceEstimator
estimateFromLogMeanVariance
in interface LogMeanVarianceEstimator<LogNormalDistribution>
mv
- Mean and variance.shift
- Shift that was applied to avoid negative values.public java.lang.Class<? super LogNormalDistribution> getDistributionClass()
DistributionEstimator
getDistributionClass
in interface DistributionEstimator<LogNormalDistribution>
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2019 ELKI Development Team. License information.