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