Learn R Programming

ERPeq (version 0.1.0)

pdfpareto: Probability density function of the Pareto distribution

Description

Probability density function of the Pareto distribution

Usage

pdfpareto(par, x)

Value

return the value of the pdf of the Pareto distribution

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

References

Arnold, B. C. (1983). Pareto Distributions, International Cooperative Publishing House.

Examples

Run this code
pdfpareto(c(2,5),3)

Run the code above in your browser using DataLab