 | ProbabilityDistributionCDF Method |
Computes the cumulative distribution function at a given point.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic abstract double CDF(
double x
)
Public MustOverride Function CDF (
x As Double
) As Double
public:
virtual double CDF(
double x
) abstract
abstract CDF :
x : float -> float
Parameters
- x
- Type: SystemDouble
A position on the x-axis.
Return Value
Type:
DoubleThe cumulative distribution function evaluated at
x.
See Also