Description Usage Arguments Value Functions Examples
This function returns the value of the copula itself on given points.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | pCopula(u, copula, ...)
## S4 method for signature 'matrix,ConvexCombCopula'
pCopula(u, copula)
## S4 method for signature 'matrix,Cort'
pCopula(u, copula)
## S4 method for signature 'matrix,CortForest'
pCopula(u, copula)
## S4 method for signature 'matrix,cbCopula'
pCopula(u, copula)
## S4 method for signature 'matrix,cbkmCopula'
pCopula(u, copula)
|
u |
numeric matrix : one row per observation |
copula |
the copula object |
... |
other parameter to be passed to methods for this generic. |
The value of the copula on each observation
pCopula,matrix,ConvexCombCopula-method
: Method for the cbCopula
pCopula,matrix,Cort-method
: Method for the class Cort
pCopula,matrix,CortForest-method
: Method for the class CortForest
pCopula,matrix,cbCopula-method
: Method for the cbCopula
pCopula,matrix,cbkmCopula-method
: Method for the cbCopula
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.