Description Usage Arguments Details Value References Examples
u must be piecewise smaller than v, otherwise the function will return an error.
1 2 3 4 |
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. |
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).
the measure of the copula.
cherubini2009cort
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.