Learn R Programming

copBasic (version 1.5.1)

blomCOP: The Blomqvist's Beta of a Copula

Description

Compute the Blomqvist's Beta $\beta_\mathbf{C}$ of a copula according to Nelson (2006) by

$$\beta_\mathbf{C} = 4\mathbf{C}\biggl(\frac{1}{2},\frac{1}{2}\biggr) - 1\mbox{.}$$

Nelson reports that although, Blomqvist's Beta depends only on the copula only through its value at the center of $[0,1]\times[0,1]$, it nevertheless often provides an accurate approximation to Spearman's Rho rhoCOP and Kendall's Tau tauCOP.

Usage

blomCOP(cop=NULL, para=NULL, ...)

Arguments

cop
A copula function,
para
Vector of parameters or other data structure, if needed, to pass to the copula, and
...
Additional arguments to pass.

Value

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

References

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

See Also

rhoCOP, tauCOP

Examples

Run this code
blom <- blomCOP(cop=PSP)
print(blom)

Run the code above in your browser using DataLab