| Name | Description |
---|
  | InterquartileRange(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(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(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.
|