Description Usage Arguments Value Examples
View source: R/marginal_transformation.R
Transforms data from GPD(1, 1 + kappa) to GPD(xi, sigma).
1 | transformation_map(x, params_std)
|
x |
Data to transform. |
params_std |
Vector |
Vector of GPD(xi, sigma) data.
1 2 3 4 5 | xi <- 1
sig <- 3
kap <- 2
tmp <- evir::rgpd(100, xi = 1, beta = 1 + kap)
transformation_map(tmp, c(xi, sig, kap))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.