Calculate the binned interpolated quantile
Source:R/interpolated_quantile.R
interpolated_quantile.Rd
Calculate the binned interpolated quantile
Examples
interpolated_quantile(x = mtcars$mpg, bin_size = 0.50, probs = c(0.25, 0.5, 0.75))
#> [1] 15.25 19.00 22.50