Learn R Programming

copBasic (version 1.5.1)

wolfCOP: The Schweizer and Wolff's Sigma of a Copula

Description

Compute the Schweizer and Wolff's Sigma $\sigma_\mathbf{C}$ of a copula according to Nelson (2006) by $$\sigma_\mathbf{C} = 12\int_0^1 \int_0^1 |\mathbf{C}(u,v) - uv|\mathrm{d}u\mathrm{d}v\mbox{.}$$

Usage

wolfCOP(cop=NULL, para=NULL, delta=0.002, ...)

Arguments

cop
A copula function;
para
Vector of parameters or other data structure, if needed, to pass to the copula;
delta
The $\mathrm{d}u$ and $\mathrm{d}v$ for the integration; and
...
Additional arguments to pass.

Value

  • The value for $\sigma_\mathbf{C}$ is returned.

References

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

See Also

rhoCOP

Examples

Run this code
wolf <- wolfCOP(cop=PSP)
print(wolf)
rho <- rhoCOP(cop=PSP)
print(rho)

Run the code above in your browser using DataLab