Learn R Programming

copBasic (version 2.2.8)

sectionCOP: The Sections or Derivative of the Sections of a Copula

Description

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{.}$$

Usage

sectionCOP(f, cop=NULL,  para=NULL, wrtV=FALSE, dercop=FALSE, delt=0.005,
              ploton=TRUE, lines=TRUE, xlab="NONEXCEEDANCE PROBABILITY", ...)

Arguments

Value

An R

list is returned.

t

The nonexceedance probability along the section. The nomenclature \(t\) mimics Nelsen (2006) and is not the same as the \(u\) or \(v\);

seccop

The section of the copula or its derivative;

wrt

A text string declaring what the setting for wrtV was;

fvalue

The provided value of nonexceedance probability; and

isderivative

A logical stating whether the derivative of the section is seccop.

References

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

See Also

COP, diagCOP