dcop gives the density, pcop gives the distribution function for a specified copula and rcop generates random numbers, with given delta.
dcop() returns a derivs object. For more details see trind and trind_generator.
Arguments
W
numeric matrix of pseudo observations. Must have two columns.
integer determining the rotation for Archimedian copulas. Can be 90, 180 or 270.
deriv_order
integer; maximum order of derivative. Available are 0,2 and 4.
tri
optional; index matrix for upper triangular, generated by trind_generator.
log.p
logical; if TRUE, probabilities p are given as log(p).
n
positive integer; number of observations.
Functions
pcop(): distribution function for copula.
rcop(): random number generation for copula.
Details
A two-dimensional copula \(C(w_1, w_2, \delta)\) is a multivariate cumulative distribution function for which the marginal probability distribution of \(w_1\) and \(w_2\) are uniform on the interval \([0,1]\).
The parameter \(\delta\) specifies the copula.
The functions pcop() and rcop() are wrapper functions for the pCopula and rCopula.