Learn R Programming

copBasic (version 1.5.1)

COPinv2: The Inverse of a Copula for U with respect to V

Description

Compute the inverse of a copula for $U$ with respect to $V$ or $$t = \mathbf{C}(u,v=V)\mbox{,}$$ and solving for $u$.

Usage

COPinv2(cop=NULL, v, t, para=NULL, ...)

Arguments

cop
A copula function,
v
A nonexceedance probability in $Y$ direction,
t
A nonexceedance probability in $t$ direction,
para
Vector of parameters or other data structure, if needed, to pass to the copula, and
...
Additional arguments to pass.

Value

  • The value for $u$ is returned.

References

Nelson, R.B., 2006, An introduction to copulas: New York, Springer, 269 p.

See Also

COP, COPinv

Examples

Run this code
#

Run the code above in your browser using DataLab