Click or drag to resize

StatisticsInterquartileRange Method

Overload List
 NameDescription
Public Extension MethodInterquartileRange(IEnumerableDouble) Estimates the inter-quartile range from the provided samples. Approximately median-unbiased regardless of the sample distribution (R8).
Public Extension MethodInterquartileRange(IEnumerableNullableDouble) Estimates the inter-quartile range from the provided samples. Approximately median-unbiased regardless of the sample distribution (R8).
Public Extension MethodInterquartileRange(IEnumerableSingle) Estimates the inter-quartile range from the provided samples. Approximately median-unbiased regardless of the sample distribution (R8).
Top
See Also