| ProbabilityDistributionCDF Method |
Computes the cumulative distribution function at a given point.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public 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 Double
- A position on the x-axis.
Return Value
DoubleThe cumulative distribution function evaluated at
x.
See Also