Description Usage Arguments Value Examples
Calculate tail weights for weighted GPDs
1 |
x |
grid of points at which to evaluate weights |
knots |
thresholds above which GPDs are defined |
weight matrix for each GPD model along grid x
1 2 3 | xs <- seq(0, 10, l = 10000)
w = calc_tail_weights(xs, knots= 1:5)
matplot(xs,w, type = "l")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.