Evaluates the cumulative distribution function
(CDF) of this distribution for the specified value.
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Overrides Function DistributionFunction ( _
x As Double _
) As Double
|
| Visual C++ |
public:
virtual double DistributionFunction(
double x
) override
|
| F# |
abstract DistributionFunction :
x:float -> float
override DistributionFunction :
x:float -> float
|
Return Value
The value of the cumulative distribution function
for the specified value.
Remarks
See Also