Uses of Class
elki.math.StatisticalMoments
-
Packages that use StatisticalMoments Package Description elki.math Mathematical operations and utilities used throughout the framework.elki.math.statistics.distribution.estimator Estimators for statistical distributions. -
-
Uses of StatisticalMoments in elki.math
Methods in elki.math that return StatisticalMoments Modifier and Type Method Description StatisticalMoments
StatisticalMoments. put(double[] vals)
StatisticalMoments
StatisticalMoments. put(double[] vals, double[] weights)
StatisticalMoments
StatisticalMoments. reset()
Constructors in elki.math with parameters of type StatisticalMoments Constructor Description StatisticalMoments(StatisticalMoments other)
Constructor from other instance -
Uses of StatisticalMoments in elki.math.statistics.distribution.estimator
Methods in elki.math.statistics.distribution.estimator with parameters of type StatisticalMoments Modifier and Type Method Description LogGammaDistribution
LogGammaLogMOMEstimator. estimateFromLogStatisticalMoments(StatisticalMoments mv, double shift)
default D
LogMeanVarianceEstimator. estimateFromLogStatisticalMoments(StatisticalMoments moments, double shift)
D
LogMOMDistributionEstimator. estimateFromLogStatisticalMoments(StatisticalMoments moments, double shift)
General form of the parameter estimationExponentiallyModifiedGaussianDistribution
EMGOlivierNorbergEstimator. estimateFromStatisticalMoments(StatisticalMoments moments)
default D
MeanVarianceDistributionEstimator. estimateFromStatisticalMoments(StatisticalMoments moments)
D
MOMDistributionEstimator. estimateFromStatisticalMoments(StatisticalMoments moments)
General form of the parameter estimation
-