Click or drag to resize
SortedArrayStatisticsEmpiricalCDF Method
Estimates the empirical cumulative distribution function (CDF) at x from the sorted data array (ascending).

Namespace: MathNet.Numerics.Statistics
Assembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
public static double EmpiricalCDF(
	double[] data,
	double x
)

Parameters

data
Type: SystemDouble
The data sample sequence.
x
Type: SystemDouble
The value where to estimate the CDF at.

Return Value

Type: Double
See Also