Computes the stable tail dependence function for given coordinates. If object of class Network
or
its subclasses is passed
non-parametric estimates of the stdf are computed. If an object of class HRMtree
or HRMBG
is passed
parametric estimates are computed with parameters that constitute the slot $depParams
in the object.
stdf(obj, ...)# S3 method for Network
stdf(obj, Y, k_ratio, ...)
# S3 method for HRMtree
stdf(obj, x, Ubar = NULL, ...)
# S3 method for HRMBG
stdf(obj, x, Ubar = NULL, ...)
A scalar representing the value of the stdf.
Object of class Network
, or HRMtree
or HRMBG
additional arguments
A matrix of evaluation points with columns named according to the names of the nodes with observed variables, and of dimensions qx|U| where U is the set of observed variables, and q is the number of vectors at which the stdf is evaluated.
the ration of the upper order statistics as a share of the size of the sample
Vector of evaluation points with named elements according to the nodes of the graph.
The set of nodes for which data are missing. It should stay at its default value NULL.
#See Vignette "Additional functionalities".
Run the code above in your browser using DataLab