Learn R Programming

copBasic (version 2.2.6)

P: The Product (Independence) Copula

Description

Compute the product copula (Nelsen, 2006, p. 12), which is defined as $$\mathbf{\Pi}(u,v) = uv\mbox{.}$$ This is the copula of statistical independence between \(U\) and \(V\) and is sometimes referred to as the independence copula. The two extreme antithesis copulas are the Fréchet--Hoeffding upper-bound (M) and Fréchet--Hoeffding lower-bound (W) copulas.

Usage

P(u, v, ...)

Value

Value(s) for the copula are returned.

Arguments

u

Nonexceedance probability \(u\) in the \(X\) direction;

v

Nonexceedance probability \(v\) in the \(Y\) direction; and

...

Additional arguments to pass.

Author

W.H. Asquith

References

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

See Also

M, W, rhoCOP