Description Usage Arguments Value
View source: R/binned_distribution_quantile.R
Find quantiles of a binned distribution
1 | binned_distribution_quantile(bins, bin_probabilities, p)
|
bins |
vector of lower endpoints of bins (possibly also including upper endpoint of last bin), assumed to be in increasing order of bins |
bin_probabilities |
numeric vector of probabilities for all bins, assumed to be in increasing order of bins |
p |
vector of probabilities giving quantiles to find |
numeric vector of lower endpoints of bins in which the specified quantiles fall
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.