u must be piecewise smaller than v, otherwise the function will return an error.
Usage
vCopula(u, v, copula, ...)
# S4 method for matrix,matrix
vCopula(u, v, copula)
Arguments
u
numeric matrix : minimum point of the hyper-rectangles, one row per observation.
v
numeric matrix : maximum point of the hyper-rectangle, one row per observation.
copula
the copula that we compute the measure on the box (u,v)
...
other parameter to be passed to methods for this generic.
Value
the measure of the copula.
Details
A method is currently implemented for the main virtual class 'Copula', but it assumes
that a pCopula method is avaliable for the given copula. This method could be used with Copulas that are not from this package, assuming that pCopula(u,cop) works.
This function computes the measure of the copula according to the algorithm proposed by Cherubini U, Romagnoli S (2009-oct).