public class ReversedWeibullDistribution extends GeneralizedEVD
evd::drweibull
, evd::prweibull
, evd::qrweibull
, evd::rrweibull
.Constructor and Description |
---|
ReversedWeibullDistribution()
Create an instance with the default parameter values: location \(\mu=0\), scale \(\sigma=1\),
shape \(\alpha=1\).
|
ReversedWeibullDistribution(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, variance
public ReversedWeibullDistribution()
public ReversedWeibullDistribution(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.