| SortedArrayStatisticsEmpiricalCDF Method |
Estimates the empirical cumulative distribution function (CDF) at x from the sorted data array (ascending).
Namespace: MathNet.Numerics.StatisticsAssembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax 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:
DoubleSee Also