Calculates the interquartile range (IQR) of a dataset. IQR = Q3 - Q1
An array of numeric values.
The interquartile range.
If the input array is empty.
Calculates the interquartile range (IQR) of a dataset. IQR = Q3 - Q1