iqr
Interquartile range of data set
Description
returns the
interquartile range values of elements in input data r = iqr(A)A.
If
Ais a vector, thenris the difference between the 75th and the 25th percentiles of the data contained inA.If
Ais a matrix, thenris a row vector containing the difference between the 75th and the 25th percentiles of the sample data in each column ofA.If
Ais a multidimensional array, thenrcontains the interquartile range values computed along the first array dimension whose size does not equal 1. The size ofralong this dimension is 1, while the sizes of all other dimensions remain the same as the input data.