stdf | R Documentation |
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 class 'Network' stdf(obj, Y, k_ratio, ...) ## S3 method for class 'HRMtree' stdf(obj, x, Ubar = NULL, ...) ## S3 method for class 'HRMBG' stdf(obj, x, Ubar = NULL, ...)
obj |
Object of class |
... |
additional arguments |
Y |
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. |
k_ratio |
the ration of the upper order statistics as a share of the size of the sample |
x |
Vector of evaluation points with named elements according to the nodes of the graph. |
Ubar |
The set of nodes for which data are missing. It should stay at its default value NULL. |
A scalar representing the value of the stdf.
#See Vignette "Additional functionalities".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.