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

Description Usage Arguments Value Source Examples

View source: R/hello.R View source: R/code_package_v4_juin_2019.R View source: R/code_package_v3_juin_2019.R View source: R/code_package.r View source: R/code_package.R

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

a (positive) vector

gamma

a (strictly positive) number (the tail index)

kappa

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

tau

a (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
pepd(2,.5,1,-1)

freakonometrics/TopIncome documentation built on Oct. 16, 2021, 5:58 p.m.