Uses of Class
org.apache.commons.statistics.distribution.GumbelDistribution
Packages that use GumbelDistribution
Package
Description
Implementations of common discrete and continuous probability distributions.
-
Uses of GumbelDistribution in org.apache.commons.statistics.distribution
Methods in org.apache.commons.statistics.distribution that return GumbelDistributionModifier and TypeMethodDescriptionstatic GumbelDistribution
GumbelDistribution.of
(double mu, double beta) Creates a Gumbel distribution.