Learn R Programming

copBasic (version 1.7.1)

W: The Fréchet{Frechet}-Hoeffding Lower Bound Copula

Description

Compute the Fréchet{Frechet}-Hoeffding lower bound copula (Nelsen, 2006, p. 11), which is defined as $$\mathbf{W}(u,v) = \mathrm{max}(u+v-1,0)\mbox{.}$$

Usage

W(u, v, ...)

Arguments

u
Nonexceedance probability $u$ in the $X$ direction;
v
Nonexceedance probability $v$ in the $Y$ direction; and
...
Additional arguments to pass.

Value

  • The value for the copula is returned.

encoding

utf8

concept

  • Frechet upper bound copula
  • Frechet-Hoeffding upper bound copula
  • Frechet upper bound
  • Frechet-Hoeffding upper bound

References

Nelsen, 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