Uses of Class
org.apache.commons.statistics.distribution.GumbelDistribution
-
-
Uses of GumbelDistribution in org.apache.commons.statistics.distribution
Methods in org.apache.commons.statistics.distribution that return GumbelDistribution Modifier and Type Method Description static GumbelDistribution
GumbelDistribution. of(double mu, double beta)
Creates a Gumbel distribution.
-