PPMiss.copulas {PPMiss} | R Documentation |
Copula functions and the corresponding derivative limit.
Description
Implemented copulas and the corresponding derivative limit,
as , where
is such that
.
An estimate for
is obtained based on the copula function used.
and the derivatives are used to obtain an estimate for
.
The functions ‘frank’, ‘amh’, ‘fgm’ and ‘gauss’
are shortcuts for
copula::frankCopula()
,
copula::amhCopula()
, copula::fgmCopula()
and
copula::normalCopula()
from package ‘copula’,
respectively.
Usage
frank
dCtheta_frank(u, v)
amh
dCtheta_amh(u, v)
fgm
dCtheta_fgm(u, v)
gauss
dCtheta_gauss(u, v)
Arguments
u |
a real number between 0 and 1. |
v |
a real number between 0 and 1. |
Format
An object of class frankCopula
of length 1.
An object of class amhCopula
of length 1.
An object of class fgmCopula
of length 1.
An object of class normalCopula
of length 1.
Details
The constant is given by
where ,
and
is a sequence of absolutely continuous distribution
functions
Value
Archimedean copula objects of class ‘frankCopula’, ‘amhCopula’ or a
Farlie-Gumbel-Morgenstern copula object of class ‘fgmCopula’ or an elliptical
copula object of class ‘normalCopula’. For details, see
archmCopula
, fgmCopula
and
ellipCopula
.
The derivative functions return the limit, as , of the
derivative with respect to
, corresponding to the copula functions.