Reduction operation that returns the quantile value, that is, a value such that a certain fraction of the values is lower. This operation reduces the dimensionality of the data: a matrix becomes a vector (quantile of each column), and a vector becomes a scalar (quantile of all elements). See the Julia documentation for details.