Laplace Distribution.Distribution Function Method
Evaluates the cumulative distribution function
(CDF) of this distribution for the specified value.
Definition
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The value of the cumulative distribution function at x.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override double DistributionFunction(
double x
)
Parameters
- x Double
- A real number.
Return Value
DoubleThe value of the cumulative 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.