Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

GPD

Generalized Pareto Distribution


Description

Density, quantiles, and cumulative probability of the Generalized Pareto distribution.

Usage

pGPD(q, xi, beta = 1) 
qGPD(p, xi, beta = 1) 
dGPD(x, xi, beta = 1, log = FALSE) 
rGPD(n, xi, beta = 1)

Arguments

beta

numeric, scale parameter.

log

logical, whether log values of density should be returned.

n

integer, count of random variates.

p

vector, probabilities.

q

vector, quantiles.

x

vector, values to evaluate density.

xi

numeric, shape parameter.

Value

numeric, probability (pGPD), quantile (qGPD), density (dGPD) or random variates (rGPD) for the GPD with scale parameter beta and shape parameter xi.

See Also


QRM

Provides R-Language Code to Examine Quantitative Risk Management Concepts

v0.4-31
GPL (>= 2)
Authors
Bernhard Pfaff [aut, cre], Marius Hofert [ctb], Alexander McNeil [aut] (S-Plus original (QRMlib)), Scott Ulmann [trl] (First R port as package QRMlib)
Initial release
2020-02-15

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.