Click or drag to resize

NMathFunctionsInterquartileRange Method

Overload List
 NameDescription
Public methodStatic memberInterquartileRange(Double) Calculates the interquartile range of the given data, the difference between the median of the highest half and the median of the lowest half.
Public methodStatic memberInterquartileRange(DoubleVector) Calculates the interquartile range of the given data, the difference between the median of the highest half and the median of the lowest half.
Public methodStatic memberInterquartileRange(IDFColumn) Calculates the interquartile range of the given data, the difference between the median of the highest half and the median of the lowest half.
Public methodStatic memberInterquartileRange(Int32) Calculates the interquartile range of the given data, the difference between the median of the highest half and the median of the lowest half.
Top
See Also