M {copBasic} | R Documentation |
The Fréchet–Hoeffding Upper-Bound Copula
Description
Compute the Fréchet–Hoeffding upper-bound copula (Nelsen, 2006, p. 11), which is defined as
This is the copula of perfect association (comonotonicity, perfectly positive dependence) between and
and is sometimes referred to as the comonotonicity copula. Its opposite is the
copula (countermonotonicity copula;
W
), and statistical independence is the copula (
P
).
Usage
M(u, v, ...)
Arguments
u |
Nonexceedance probability |
v |
Nonexceedance probability |
... |
Additional arguments to pass. |
Value
Value(s) for the copula are returned.
Author(s)
W.H. Asquith
References
Nelsen, R.B., 2006, An introduction to copulas: New York, Springer, 269 p.
See Also
Examples
M(0.4,0.6)
M(0,0)
M(1,1)
[Package copBasic version 2.2.4 Index]