cdfpareto | R Documentation |
Cumulative distribution function of the Pareto distribution
cdfpareto(par, x)
par |
parameter vector of the Pareto distribution. First parameter is the shape and second is the scale parameter |
x |
vector of quantiles |
return the value of the cdf of the Pareto distribution
Arnold, B. C. (1983). Pareto Distributions, International Cooperative Publishing House.
cdfpareto(c(2,5),2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.