Package elki.math.statistics.distribution.estimator.meta
Meta estimators: estimators that do not actually estimate themselves, but
instead use other estimators, e.g., on a trimmed data set, or as an ensemble.
-
Class Summary Class Description BestFitEstimator A meta estimator that will try a number of (inexpensive) estimations, then choose whichever works best.BestFitEstimator.Par Parameterization class.TrimmedEstimator<D extends Distribution> Trimmed wrapper around other estimators.WinsorizingEstimator<D extends Distribution> Winsorizing or Georgization estimator.