50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

copBasic (version 2.1.5)

M: The Fr<U+00E9>chet--Hoeffding Upper Bound Copula

Description

Compute the Fr<U+00E9>chet--Hoeffding upper bound copula (Nelsen, 2006, p. 11), which is defined as M(u,v)=min(u,v). This is the copula of perfect association (comonotonicity, perfectly positive dependence) between U and V and is sometimes referred to as the comonotonicity copula. Its opposite is the W(u,v) copula (countermonotonicity copula; W), and statistical independence is the Π(u,v) copula (P).

Usage

M(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

Value(s) for the copula are returned.

References

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

See Also

W, P

Examples

Run this code
# NOT RUN {
M(0.4,0.6)
M(0,0)
M(1,1)
# }

Run the code above in your browser using DataLab