GeneralizedParetoDistribution.DistributionFunction Method

Returns the value of the cumulative probability distribution function.

Definition

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override double DistributionFunction(
	double x
)

Parameters

x  Double
A real number.

Return Value

Double
The value of the cumulative probability distribution function at x..

Remarks

The cumulative distribution function (CDF) of a distribution gives the probability that a sample from the distribution will be less than or equal to the specified value.

See Also