pdfpareto {ERPeq} | R Documentation |
Probability density function of the Pareto distribution
pdfpareto(par, x)
par |
parameter vector of the Pareto distribution. First parameter is the scale and second is the shape parameter |
x |
vector of observations or single value |
return the value of the pdf of the Pareto distribution
Arnold, B. C. (1983). Pareto Distributions, International Cooperative Publishing House.
pdfpareto(c(2,5),3)