pareto | R Documentation |
Pareto density distribution, quantile function and random generator.
dpareto(x, xm=1, alpha=1)
qpareto(p, xm=1, alpha=1)
rpareto(n, xm=1, alpha=1)
xm |
location parameter (mode of distribution) |
alpha |
spread parameter |
x |
Vector of realizations |
p |
Vector of probabilities |
n |
number of samples to draw |
dpareto |
Probability density |
qpareto |
Quantile at probability p (inverse cdf) |
rpareto |
Random value |
Mark van der Loo www.markvanderloo.eu
q <- qpareto(0.5);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.