powered by
maturing
dist_percentile(x, percentile)
A list of values
A list of percentiles
# NOT RUN { dist <- dist_normal() percentiles <- seq(0.01, 0.99, by = 0.01) x <- vapply(percentiles, quantile, double(1L), x = dist) dist_percentile(list(x), list(percentiles*100)) # }
Run the code above in your browser using DataLab