Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: VaR
See also: TailCoeffEstimation TailCoeffCopula TailCoeffLookup

Quantlet: TailCoeffEstimElliptical
Description: estimates the upper (=lower) tail-dependence coefficient for an elliptically contoured distribution.

Usage: TDC = TailCoeffEstimElliptical(data, threshold)
Input:
data n x 2 matrix, data matrix
threshold scalar, number of exceedances
Output:
TDC scalar, upper tail-dependence coefficient

Note:

Example:
library("VaR")
library("finance")
randomize(1)
data = qft(uniform(500,2),2)
TDC=TailCoeffEstimElliptical(data,30)
TDC

Result:
Plots tail-dependence coefficients.

Contents of TDC
[1,]  0.27171



Author: P. Cizek, R. Schmidt 20040401 license MD*Tech
(C) MD*TECH Method and Data Technologies, 05.02.2006