Interquartile range of error
- Parameters:
- x1numpy:array_like
One of the inputs into the IQR calculation.
- x2numpy:array_like
The other input into the IQR calculation.
- axis{
None, int} axis along which the summary statistic is calculated
- Returns:
- irq{
float, ndarray} Interquartile range along given axis.
Notes
If x1 and x2 have different shapes, then they must broadcast.