calc_tail_weights: Calculate tail weights

Description Usage Arguments Value Examples

Description

Calculate tail weights for weighted GPDs

Usage

1

Arguments

x

grid of points at which to evaluate weights

knots

thresholds above which GPDs are defined

Value

weight matrix for each GPD model along grid x

Examples

1
2
3
xs <- seq(0, 10, l = 10000)
w = calc_tail_weights(xs, knots= 1:5)
matplot(xs,w, type = "l")

gbstat/tailqr documentation built on May 8, 2019, 5:42 p.m.