rgpd: Random generation of the Generalized Pareto distribution...

Description Usage Arguments Value Examples

Description

Random generation of the Generalized Pareto distribution (GPD)

Usage

1
rgpd(n, xi, mu = 0, beta = 1)

Arguments

n

an integer

xi

a number (the tail index)

mu

a number (the lower bound)

beta

a number (the scaling paramater, default = 1)

Value

generates n values of the Pareto 1 distribution at points x

Examples

1
rgpd(10, xi=1/1.5, 1, 1)

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