| BiCopEta2Par {gamCopula} | R Documentation |
Copula Parameter of a Bivariate Copula for a Given Value of the Calibration Function
Description
Computes the (first) copula parameter of a bivariate copula for a given value of the calibration function (eta).
Usage
BiCopEta2Par(family, eta)
Arguments
family |
A copula family:
|
eta |
The calibration function. |
Value
The value of the first copula parameter, depending on the copula parameter and family as:
-
1Gaussian,f(x) = tanh(x/2) -
2Student t,f(x) = tanh(x/2) -
301Double Clayton type I (standard and rotated 90 degrees),f(x) = x -
302Double Clayton type II (standard and rotated 270 degrees),f(x) = x -
303Double Clayton type III (survival and rotated 90 degrees),f(x) = x -
304Double Clayton type IV (survival and rotated 270 degrees),f(x) = x -
401Double Gumbel type I (standard and rotated 90 degrees),f(x) = x*(1+abs(x))/abs(x) -
402Double Gumbel type II (standard and rotated 270 degrees),f(x) = x*(1+abs(x))/abs(x) -
403Double Gumbel type III (survival and rotated 90 degrees),f(x) = x*(1+abs(x))/abs(x) -
404Double Gumbel type IV (survival and rotated 270 degrees)f(x) = x*(1+abs(x))/abs(x).
See Also
BiCopEta2Par or BiCopPar2Tau and
BiCopTau2Par from
VineCopula.