| 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 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[Missing <returns> documentation for "M:MathNet.Numerics.Statistics.SortedArrayStatistics.EmpiricalCDF(System.Double[],System.Double)"]
See Also