Learn R Programming

ERPeq (version 0.1.0)

cdfpareto: Cumulative distribution function of the Pareto distribution

Description

Cumulative distribution function of the Pareto distribution

Usage

cdfpareto(par, x)

Value

return the value of the cdf of the Pareto distribution

Arguments

par

parameter vector of the Pareto distribution. First parameter is the shape and second is the scale parameter

x

vector of quantiles

References

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

Examples

Run this code
cdfpareto(c(2,5),2)

Run the code above in your browser using DataLab