Learn R Programming

copBasic (version 1.5.1)

P: The Product (Independence) Copula

Description

Compute the product copula $$\Pi(u,v) = uv$$

Usage

P(u, v, ...)

Arguments

u
A nonexceedance probability in X direction,
v
A nonexceedance probability in Y direction, and
...
Additional arguments to pass.

Value

  • The value for the copula is returned.

References

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

See Also

M, W

Examples

Run this code
P(0.4,0.6)
P(0,0)
P(1,1)

Run the code above in your browser using DataLab