Overload List

  NameDescription
InterquartileRange(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.
InterquartileRange(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.
InterquartileRange(array<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.
InterquartileRange(array<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.

See Also