Click or drag to resize

Statistics.EmpiricalCDFFunc Method

Overload List
 NameDescription
Public Extension MethodEmpiricalCDFFunc(IEnumerable<Double>) Estimates the empirical cumulative distribution function (CDF) at x from the provided samples.
Public Extension MethodEmpiricalCDFFunc(IEnumerable<Nullable<Double>>) Estimates the empirical cumulative distribution function (CDF) at x from the provided samples.
Public Extension MethodEmpiricalCDFFunc(IEnumerable<Single>) Estimates the empirical cumulative distribution function (CDF) at x from the provided samples.
Top
See Also