Returns the quantile in a data vector for a cumulative probability.
Takes a data vector and a probability and returns the quantile cut point for the
probability. The vector must be sorted and the probability in the range [0.0, 1.0].
The interpolation methods available are the same as in R and available in a number
of statistical packages. See the R documentation or wikipedia for details
(https://en.wikipedia.org/wiki/Quantile).
Returns the quantile in a data vector for a cumulative probability.
Takes a data vector and a probability and returns the quantile cut point for the probability. The vector must be sorted and the probability in the range [0.0, 1.0]. The interpolation methods available are the same as in R and available in a number of statistical packages. See the R documentation or wikipedia for details (https://en.wikipedia.org/wiki/Quantile).