Description Usage Arguments Details Value References Examples
View source: R/discrete_pareto.R
Quantile function for discrete Pareto distribution with parameters δ ≥ 0 and p in (0,1).
1 | qdpareto(prob, delta, p)
|
prob |
Vector of probabilities. |
delta |
shape parameter which must be numeric greater than or equal to 0. |
p |
numeric parameter between 0 and 1. |
qdpareto gives the quantile function.
vector quantiles from discrete Pareto distribution.
Buddana, A. and Kozubowski, T. J. (2014). Discrete Pareto distribution. Journal of Economics and Quality Control, 29(2):143-156. https://doi.org/10.1515/eqc-2014-0014
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.