cdfpareto {ERPeq} | 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)