cdfpareto {ERPeq}R Documentation

Cumulative distribution function of the Pareto distribution

Description

Cumulative distribution function of the Pareto distribution

Usage

cdfpareto(par, x)

Arguments

par

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

x

vector of quantiles

Value

return the value of the cdf of the Pareto distribution

References

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

Examples

cdfpareto(c(2,5),2)

[Package ERPeq version 0.1.0 Index]