public class NormalMOMEstimator extends java.lang.Object implements MeanVarianceDistributionEstimator<NormalDistribution>
Modifier and Type | Class and Description |
---|---|
static class |
NormalMOMEstimator.Parameterizer
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
static NormalMOMEstimator |
STATIC
Static estimator, using mean and variance.
|
Modifier | Constructor and Description |
---|---|
private |
NormalMOMEstimator()
Private constructor, use static instance!
|
Modifier and Type | Method and Description |
---|---|
NormalDistribution |
estimateFromMeanVariance(MeanVariance mv)
Estimate the distribution from mean and variance.
|
java.lang.Class<? super NormalDistribution> |
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, estimateFromStatisticalMoments
estimate
public static NormalMOMEstimator STATIC
private NormalMOMEstimator()
public NormalDistribution estimateFromMeanVariance(MeanVariance mv)
MeanVarianceDistributionEstimator
estimateFromMeanVariance
in interface MeanVarianceDistributionEstimator<NormalDistribution>
mv
- Mean and variance.public java.lang.Class<? super NormalDistribution> getDistributionClass()
DistributionEstimator
getDistributionClass
in interface DistributionEstimator<NormalDistribution>
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2019 ELKI Development Team. License information.