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 StatisticalMomentsStatisticalMoments. put(double[] vals)StatisticalMomentsStatisticalMoments. put(double[] vals, double[] weights)StatisticalMomentsStatisticalMoments. 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 LogGammaDistributionLogGammaLogMOMEstimator. estimateFromLogStatisticalMoments(StatisticalMoments mv, double shift)default DLogMeanVarianceEstimator. estimateFromLogStatisticalMoments(StatisticalMoments moments, double shift)DLogMOMDistributionEstimator. estimateFromLogStatisticalMoments(StatisticalMoments moments, double shift)General form of the parameter estimationExponentiallyModifiedGaussianDistributionEMGOlivierNorbergEstimator. estimateFromStatisticalMoments(StatisticalMoments moments)default DMeanVarianceDistributionEstimator. estimateFromStatisticalMoments(StatisticalMoments moments)DMOMDistributionEstimator. estimateFromStatisticalMoments(StatisticalMoments moments)General form of the parameter estimation
-