Collective2 Explorer
Collective2 Explorer
MathNet.Numerics Namespaces
MathNet.Numerics.Statistics
Statistics Class
Statistics Methods
EmpiricalCDFFunc Method
EmpiricalCDFFunc Method (IEnumerable(Double))
EmpiricalCDFFunc Method (IEnumerable(Nullable(Double)))
Statistics
EmpiricalCDFFunc Method (IEnumerable
Double
)
Estimates the empirical cumulative distribution function (CDF) at x from the provided samples.
Namespace:
MathNet.Numerics.Statistics
Assembly:
MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
Copy
public
static
Func
<
double
,
double
>
EmpiricalCDFFunc
(
this
IEnumerable
<
double
>
data
)
Parameters
data
Type:
System.Collections.Generic
IEnumerable
Double
The data sample sequence.
Return Value
Type:
Func
Double
,
Double
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEnumerable
Double
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
Statistics Class
EmpiricalCDFFunc Overload
MathNet.Numerics.Statistics Namespace