Collective2 Explorer
Collective2 Explorer
MathNet.Numerics Namespaces
MathNet.Numerics.Statistics
Statistics Class
Statistics Methods
EmpiricalInvCDF Method
EmpiricalInvCDF Method (IEnumerable(Double), Double)
EmpiricalInvCDF Method (IEnumerable(Nullable(Double)), Double)
Statistics
EmpiricalInvCDF Method (IEnumerable
Double
, Double)
Estimates the empirical inverse CDF at tau from the provided samples.
Namespace:
MathNet.Numerics.Statistics
Assembly:
MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
Copy
public
static
double
EmpiricalInvCDF
(
this
IEnumerable
<
double
>
data
,
double
tau
)
Parameters
data
Type:
System.Collections.Generic
IEnumerable
Double
The data sample sequence.
tau
Type:
System
Double
Quantile selector, between 0.0 and 1.0 (inclusive).
Return Value
Type:
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
EmpiricalInvCDF Overload
MathNet.Numerics.Statistics Namespace