Description Usage Arguments Value See Also Examples
The Cooley et al. (2019) method exploits bivariate regular variation and kernel density estimation to generate isolines of bivariate exceedance probabilities. The function utilizes the ks
and texmex
packages, and works for both asymptotic dependence and independence.
1 2 3 4 |
Data |
Data frame consisting of two columns. |
Migpd |
An |
p.base |
Numeric vector of length one specifying the exceedance probability of the base isoline. Default is |
p.proj |
Numeric vector of length one specifying the exceedance probability of the projected isoline. Default is |
u |
Numeric vector of length one specifying the quantile at which to estimate the asymptotic nature of the data i.e. chi and chibar. Default is |
PLOT |
Logical; indicating whether to plot the base and projected isolines on the original and transformed scale. Default is |
x_lim_min_T |
Numeric vector of length one specifying the lower x-axis limit of the transformed scale plot. Default is |
x_lim_max_T |
Numeric vector of length one specifying the upper x-axis limit of the transformed scale plot. Default is |
y_lim_min_T |
Numeric vector of length one specifying the lower y-axis limit of the transformed scale plot. Default is |
y_lim_max_T |
Numeric vector of length one specifying the upper y-axis limit of the transformed scale plot. Default is |
x_lim_min |
Numeric vector of length one specifying the lower x-axis limit of the plot on the original scale. Default is |
x_lim_max |
Numeric vector of length one specifying the upper x-axis limit of the plot on the original scale. Default is |
y_lim_min |
Numeric vector of length one specifying the lower y-axis limit of the plot on the original scale. Default is |
y_lim_max |
Numeric vector of length one specifying the lower y-axis limit of the plot on the original scale. Default is |
List comprising a description of the type of (asymptoptic) dependence Asym
, the values the extremal dependence measures Chi
and n.bar
, exceedance probabilities of the base p.base
and projected p.proj
isolines, as well as the points on the base I.base
and projected I.proj
isolines.
Dataframe_Combine
Decluster
GPD_Fit
Migpd_Fit
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.