This function calculates the \(k\)-th percentile of a ddf distribution.
Details
For details consult the details of quantiles() and recall that a \(k\)-th
percentile is a \(k/100\)-quantile and vice versa.
Examples
percentile(bin(10, 0.3), 30)
#> [1] 2
