Compute the copula sections or the (partial) derivatives of copula sections of a copula (Nelsen, 2006, pp. 12--14). The horizontal section at \(V=a\) (a constant) is
$$t \mapsto \mathbf{C}(t,a)\mbox{, and}$$
the vertical section at \(U=a\) (a constant, with respect to \(V\) or wrtV=TRUE
) is
$$t \mapsto \mathbf{C}(a,t)\mbox{.}$$
The partial derivatives of the copula sections are conditional cumulative distribution functions (see derCOP
and derCOP2
). The derivatives are constrained as
$$0 \le \frac{\delta}{\delta u}\mathbf{C}(u,v) \le 1\mbox{, and}$$
$$0 \le \frac{\delta}{\delta v}\mathbf{C}(u,v) \le 1\mbox{.}$$
sectionCOP(f, cop=NULL, para=NULL, wrtV=FALSE, dercop=FALSE, delt=0.005,
ploton=TRUE, lines=TRUE, xlab="NONEXCEEDANCE PROBABILITY", ...)
An R
list
is returned.
The nonexceedance probability along the section. The nomenclature \(t\) mimics Nelsen (2006) and is not the same as the \(u\) or \(v\);
The section of the copula or its derivative;
A text string declaring what the setting for wrtV
was;
The provided value of nonexceedance probability; and
A logical stating whether the derivative of the section is seccop
.
Nelsen, R.B., 2006, An introduction to copulas: New York, Springer, 269 p.
COP
, diagCOP