|
IDistributionDistributionFunction Method
|
Gets the cumulative distribution function (cdf) for
this distribution evaluated at point x.
Namespace:
Accord.Statistics.Distributions
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax double DistributionFunction(
params double[] x
)
Function DistributionFunction (
ParamArray x As Double()
) As Double
Request Example
View SourceParameters
- x
- Type: SystemDouble
Return Value
Type:
DoubleRemarks
The Cumulative Distribution Function (CDF) describes the cumulative
probability that a given value or any value smaller than it will occur.
See Also