Click or drag to resize

ProbabilityDistributionCDF Method

Computes the cumulative distribution function at a given point.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public abstract double CDF(
	double x
)

Parameters

x  Double
A position on the x-axis.

Return Value

Double
The cumulative distribution function evaluated at x.
See Also