Methods for function invddvCopula in package spcopula
signature(u = "ANY", copula = "ANY", y = "ANY")The inverse of the partial derivative of a copula is evaluated. For a given u and y a v is returned such that C(u,v)=y. In case no closed form is known, the evaluation is done numerically using optimise.
signature(u = "numeric", copula = "asCopula", y = "numeric")Closed form evaluation of invddvCopula for the asCopula.
signature(u = "numeric", copula = "claytonCopula", y = "numeric")Closed form evaluation of invddvCopula for the claytonCopula.
signature(u = "numeric", copula = "cqsCopula", y = "numeric")Closed form evaluation of invddvCopula for the cqsCopula.
signature(u = "numeric", copula = "frankCopula", y = "numeric")Closed form evaluation of invddvCopula for the frankCopula.
signature(u = "numeric", copula = "indepCopula", y = "numeric")Closed form evaluation of invddvCopula for the indepCopula.
signature(u = "numeric", copula = "normalCopula", y = "numeric")Closed form evaluation of invddvCopula for the normalCopula.
signature(u = "numeric", copula = "spCopula", y = "ANY")Numerical evaluation of invddvCopula for the spCopula.
signature(u = "numeric", copula = "stCopula", y = "ANY")Numerical evaluation of invddvCopula for the stCopula.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.