Collective2 Explorer
Collective2 Explorer
MathNet.Numerics Namespaces
MathNet.Numerics.Statistics
Statistics Class
Statistics Methods
InterquartileRange Method
InterquartileRange Method (IEnumerable(Double))
InterquartileRange Method (IEnumerable(Nullable(Double)))
Statistics
InterquartileRange Method (IEnumerable
Double
)
Estimates the inter-quartile range from the provided samples. Approximately median-unbiased regardless of the sample distribution (R8).
Namespace:
MathNet.Numerics.Statistics
Assembly:
MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
Copy
public
static
double
InterquartileRange
(
this
IEnumerable
<
double
>
data
)
Parameters
data
Type:
System.Collections.Generic
IEnumerable
Double
The data sample sequence.
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
InterquartileRange Overload
MathNet.Numerics.Statistics Namespace