pepd: Cumulative Distribution Function of the Extended Pareto...

Description Usage Arguments Value Source Examples

Description

Cumulative Distribution Function of the Extended Pareto distribution

Usage

1
pepd(x, gamma, kappa, tau = -1, lower.tail = TRUE, log.p = FALSE)

Arguments

x

numeric, (positive) vector

gamma

numeric, (strictly positive) number (the tail index)

kappa

numeric, number - must be larger than max-1,1/tau

tau

numeric, (negative) number (default is -1)

log

logical, indicating if logarithm of density should be returned

Value

the c.d.f. of the Extended Pareto distribution at points x

Source

https://github.com/TReynkens/ReIns/blob/master/R/Distributions.R Tom Reynkens, ReIns package version 1.0.7

Examples

1
2
3
pepd(2,.5,1,-1)
## Expected value of a EPD(gamma=.5,kappa=1,tau=-1)
integrate(function(x) 1-pepd(x,.5,1,-1),0,Inf)

freakonometrics/TopIncomes documentation built on July 7, 2019, 8:06 a.m.