depd: Density of the Extended Pareto distribution

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

Density of the Extended Pareto distribution

Usage

1
depd(x, gamma, kappa, tau = -1, log = 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 density of the Extended Pareto distribution at points x

Source

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

Examples

1
depd(2,.5,1,-1)

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