qPareto | R Documentation |
Calculates the quantile function of a Pareto distribution
qPareto(p, t, alpha, truncation = NULL)
p |
Numeric. The function evaluates the inverse CDF at |
t |
Numeric. Threshold of the piecewise Pareto distribution. |
alpha |
Numeric. Pareto alpha. |
truncation |
Numeric. If |
Quantile function of the Pareto distribution with parameters t
and alpha
, evaluated at p
p <- 0:10 * 0.1
qPareto(p, 1000, 2)
qPareto(p, 1000, 2, truncation = 5000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.