Description Usage Arguments Details
QuantBD
uses the binomial distribution to compute a
near-symmetric distribution-free confidence interval for a quantile 'p'.
Returns indices for the order statistics, along with coverage probability.
1 | QuantBD(n, p, alpha = 0.05)
|
n |
the sample size |
p |
the desired quantile to be estimated from the sample in the range [0,1] |
alpha |
the confidence level (default value is 0.05) |
The function returns the indices representing a percentile confidence interval that contains the population quantile of interest, assuming a given confidence level. The script also returns the probability coverage for the confidence interval. Finally, the function returns an approximation of the confidence interval that has equal areas in the tails of the distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.