Learn R Programming

copBasic (version 1.5.1)

W: The Frechet-Hoeffding Lower Bound

Description

Compute the Frechet-Hoeffding lower bound copula $$\mathbf{W}(u,v) = \mathrm{max}(u+v-1,0)$$

Usage

W(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, P

Examples

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

Run the code above in your browser using DataLab