GPD_quantiles: Compute extreme quantile from GPD parameters

View source: R/EVT_utils.R

GPD_quantilesR Documentation

Compute extreme quantile from GPD parameters

Description

Compute extreme quantile from GPD parameters

Usage

GPD_quantiles(p, p0, t_x0, sigma, xi)

Arguments

p

Probability level of the desired extreme quantile.

p0

Probability level of the (possibly varying) intermediate threshold/quantile.

t_x0

Value(s) of the (possibly varying) intermediate threshold/quantile.

sigma

Value(s) for the GPD scale parameter.

xi

Value(s) for the GPD shape parameter.

Value

The quantile value at probability level p.


EQRN documentation built on April 4, 2025, 12:45 a.m.