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: VaRcopula copulalike clayton frank AMH FGM gumbel gumbelII

Quantlet: galambos
Description: calculates the density function of a Galambos copula.

Reference(s):

Usage: t = galambos(uv,theta)
Input:
uv n x 2 vector, data
theta scalar, theta parameter
Output:
t n x 1 vector, density function

Example:
library("VaR")
g=read("multidata2.dat")
g1=g[1:10,1:2]
t=galambos(g1,0.2)
t

Result:
Value of density function.

Contents of t

[ 1,]   1.2989
[ 2,]   1.2954
[ 3,]   1.2948
[ 4,]   1.2972
[ 5,]   1.2984
[ 6,]   1.2995
[ 7,]   1.3002
[ 8,]   1.3113
[ 9,]    1.306
[10,]    1.308



Author: K.Jajuga, D.Papla, 20031101 liocense MD*Tech
(C) MD*TECH Method and Data Technologies, 05.02.2006