Uses of Class
elki.math.statistics.distribution.GeneralizedParetoDistribution
-
Packages that use GeneralizedParetoDistribution Package Description elki.math.statistics.distribution Standard distributions, with random generation functionalities.elki.math.statistics.distribution.estimator Estimators for statistical distributions. -
-
Uses of GeneralizedParetoDistribution in elki.math.statistics.distribution
Methods in elki.math.statistics.distribution that return GeneralizedParetoDistribution Modifier and Type Method Description GeneralizedParetoDistributionGeneralizedParetoDistribution.Par. make() -
Uses of GeneralizedParetoDistribution in elki.math.statistics.distribution.estimator
Methods in elki.math.statistics.distribution.estimator that return GeneralizedParetoDistribution Modifier and Type Method Description GeneralizedParetoDistributionGeneralizedParetoLMMEstimator. estimateFromLMoments(double[] xmom)Methods in elki.math.statistics.distribution.estimator that return types with arguments of type GeneralizedParetoDistribution Modifier and Type Method Description java.lang.Class<? super GeneralizedParetoDistribution>GeneralizedParetoLMMEstimator. getDistributionClass()
-