Learn R Programming

copBasic (version 2.2.8)

level.setCOP2: Compute a Level Set of a Copula U with respect to V

Description

Compute a level curve or level set of a copula for \(U\) with respect to \(V\) (Nelsen, 2006, pp. 12--13). The level curve at level \(t\) is defined for \(V \mapsto [0+\Delta v, 1-\Delta v, \Delta v]\) by $$t \mapsto \mathbf{C}(u, v{=}V)\mbox{,}$$ and solving for \(u\). The function is largely a dispatcher to features of level.curvesCOP2.

Usage

level.setCOP2(cop=NULL, para=NULL, getlevel=NULL, delv=0.001, lines=FALSE, ...)

Arguments

Value

The level set for \(t\)

\(=\)

getlevel is returned.

References

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

See Also

level.setCOP, level.curvesCOP2