Interquartile range
Compute Q3 - Q1 using quantiles.
x (Vector): | List Numeric input.
Vector
na_rm (Bool): = false Remove NA values first.
Bool
weights (Vector[Float]): | List[Float] = NA Optional non-negative observation weights.
Vector[Float]