Learn R Programming

copBasic (version 1.5.1)

M: The Frechet-Hoeffding Upper Bound

Description

Compute the Frechet-Hoeffding upper bound copula $$\mathbf{M}(u,v) = \mathrm{min}(u,v)$$

Usage

M(u, v, ...)

Arguments

u
A nonexceedance probability in X direction.
v
A nonexceedance probability in Y direction.
...
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

W, P

Examples

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

Run the code above in your browser using DataLab