public class GumbelDistribution extends GeneralizedEVD
evd::dgumbel, evd::pgumbel, evd::qgumbel, evd::rgumbel.| Constructor and Description |
|---|
GumbelDistribution()
Create an instance with the default parameter values: location \(\mu=0\), scale \(\sigma=1\).
|
GumbelDistribution(double location,
double scale)
Create an instance with the given parameter values.
|
cdf, density, entropy, getLocation, getScale, getShape, kurtosis, logDensity, marginalInverseTransform, marginalTransform, mean, median, moment, quantile, skew, variancepublic GumbelDistribution()
public GumbelDistribution(double location,
double scale)
location - the location parameter \(\mu\)scale - the scale parameter \(\sigma\)Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.