| SortedArrayStatisticsInterquartileRange Method |
Estimates the inter-quartile range from the sorted data array (ascending).
Approximately median-unbiased regardless of the sample distribution (R8).
Namespace: MathNet.Numerics.StatisticsAssembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax public static double InterquartileRange(
double[] data
)
Parameters
- data
- Type: SystemDouble
Sample array, must be sorted ascendingly.
Return Value
Type:
DoubleSee Also