graphs {satdad}R Documentation

Graphs of the tail dependence structure for Mevlog models.

Description

Tail dependograph and Inverse extremal coefficients graph for Mevlog models. A Mevlog model is a multivariate extreme value (symmetric or asymmetric) logistic model.

Usage

graphs(
  ds,
  names = NULL,
  n.MC = 1000,
  which = "taildependograph",
  random = FALSE,
  thick.td = 5,
  thick.ec = 5
)

Arguments

ds

An object of class ds.

names

A character vector of length d which replaces as.character(1:d) (the default ones).

n.MC

Monte Carlo sample size. Default value is 1000. See details in tsic.

which

A character string: taildependograph (the default), iecgraph, or both,

random

A boolean. 'FALSE' (the default): the vertex positions are fixed along a circle. 'TRUE': some randomness is applied for positioning the vertices.

thick.td

A numeric value for the maximal thickness of edges in taildependograph. Default value is 5.

thick.ec

A numeric value for the maximal thickness of edges in iecgraph. Default value is 5.

Details

The tail dependence structure is set by a ds object. It thus corresponds to the stable tail dependence function \ell. The way to deduce the stable tail dependence function \ell from ds is explained in the Details section of gen.ds.

Value

The function returns either the tail dependograph or the inverse extremal coefficients graph, or both, for the tail dependence structure 'ds'.

The tail dependograph displays pairwise tail superset importance coefficients, which measure the extent to which pairs of components (and their supersets) contribute to the overall variance of the stable tail dependence function. We refer to Mercadier, C. and Roustant, O. (2019) for more details. These coefficients are computed using the 'tsic' function with the '"ind = 2"' option.

The inverse extremal coefficients graph shows the inverse renormalized pairwise coefficients computed as \theta_{ij}=1-\ell(1_i,1_j,\bold{0})/2.

Author(s)

Cécile Mercadier (mercadier@math.univ-lyon1.fr)

References

Mercadier, C. and Roustant, O. (2019) The tail dependograph. Extremes, 22, 343–372.

Tiago de Oliveira, J. (1962/63) Structure theory of bivariate extremes, extensions. Estudos de Matematica, Estatistica, e Economicos, 7:165–195.

Smith, R. L. (1990) Max-stable processes and spatial extremes. Dept. of Math., Univ. of Surrey, Guildford GU2 5XH, England.

See Also

tsic, ec, ellMevlog

Examples


## Fix a 8-dimensional asymmetric tail dependence structure
ds8 <- gen.ds(d = 8)

## Plot the graphs that illustrate  characteristics of the tail dependence structure
graphs(ds = ds8, which = "both")


[Package satdad version 1.1 Index]