Calculates the interquartile range of an array.
The array
const result = Chalkboard.stat.interquartileRange([1, 2, 3, 4, 5, 6, 7]); // Returns the interquartile range Copy
const result = Chalkboard.stat.interquartileRange([1, 2, 3, 4, 5, 6, 7]); // Returns the interquartile range
Calculates the interquartile range of an array.