M_N5p12b {copBasic} | R Documentation |
Shuffles of Upper-Bound Copula, Example 5.12b of Nelsen's Book
Description
Compute shuffles of Fréchet–Hoeffding upper-bound copula (Nelsen, 2006, p. 173), which is defined by partitioning within
into
subintervals:
for points within the partitions
and for points otherwise out side the partitions
The support of consists of
line segments connecting coordinate pairs
and
as stated by Nelsen (2006). It is useful that Nelsen stated such as this helps to identify that Nelsen's typesetting of the terms in the second square brackets—the
direction—is reversed from that shown in this documentation. The Spearman Rho (
rhoCOP
) is defined by , and the Kendall Tau (
tauCOP
) by .
Usage
M_N5p12b(u, v, para=1, ...)
Arguments
u |
Nonexceedance probability |
v |
Nonexceedance probability |
para |
A positive integer |
... |
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_N5p12b(0.4, 0.6, para=3)
## Not run:
# Nelsen (2006, exer. 5.12b, p. 173, fig. 5.3b)
UV <- simCOP(1000, cop=M_N5p12b, para=4) #
## End(Not run)