WLJS LogoWLJS Notebook

QuartileDeviation

QuartileDeviation[data] gives the quartile deviation or semi-interquartile range of the elements in data.

  • QuartileDeviation[data, {{a, b}, {c, d}}] uses the quantile definition specified by parameters a, b, c, d.
  • QuartileDeviation[dist] gives the quartile deviation or semi-interquartile range of the distribution dist.

Examples

QuartileDeviation[{1, 2, 3, 4, 5, 6, 7, 8, 9, 10}]
QuartileDeviation[NormalDistribution[0, 1]]

Please visit the official Wolfram Language Reference for more details.

On this page