pdfpareto {ERPeq} | R Documentation |
Probability density function of the Pareto distribution
Description
Probability density function of the Pareto distribution
Usage
pdfpareto(par, x)
Arguments
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 |
Value
return the value of the pdf of the Pareto distribution
References
Arnold, B. C. (1983). Pareto Distributions, International Cooperative Publishing House.
Examples
pdfpareto(c(2,5),3)
[Package ERPeq version 0.1.0 Index]