
Compute the measure of association known as the Hoeffding Phi P
) according to Cherunbini et al. (2004, p. 164) by
and Nelsen (2006, p. 210) shows this as (and absolute value notation by Nelsen helps in generalization)
for which
A generalization (Nelsen, 2006) to P
) through the LpCOP
function is
for a M
) or W
). The
which is implemented by the hoefCOP
function. It is important to realize that the
Reflection/Radial and Permutation Asymmetry---Asymmetric forms similar to the above distances exist. Joe (2014, p. 65) shows two measures of bivariate reflection asymmetry or radial asymmetry (term favored in copBasic) as the distance between surCOP
) measured by
or its
where
Joe (2014, p. 66) offers analogous measures of bivariate permutation asymmetry (isCOP.permsym
) (
or its
where LzCOPpermsym
and demonstration made in that documentation.
The asymmetrical LzCOPpermsym
.
The numerical integrations for
Joe (2014, p. 66) completes the asymmetry discussion with three definitions of skewness of combinations of random variables uvlmoms
(for nuskewCOP
) and nustarCOP
).
hoefCOP( cop=NULL, para=NULL, p=2, as.sample=FALSE,
sample.as.prob=TRUE,
brute=FALSE, delta=0.002, ...)LpCOP( cop=NULL, para=NULL, p=2, brute=FALSE, delta=0.002, ...)
LpCOPradsym( cop=NULL, para=NULL, p=2, brute=FALSE, delta=0.002, ...)
LpCOPpermsym(cop=NULL, para=NULL, p=2, brute=FALSE, delta=0.002, ...)
The value for
A copula function;
Vector of parameters or other data structure, if needed, to pass to the copula;
The value for
A logical controlling whether an optional R data.frame
in para
is used to compute the -1
, then the message concerning CPU effort will be surpressed;
When as.sample
triggered, what are the units incoming in para
? If they are probabilities, the default is applicable. If they are not, then the columns are re-ranked and divided simply by EMPIRcop
);
Should brute force be used instead of two nested integrate()
functions in R to perform the double integration;
The brute=TRUE
) integration; and
Additional arguments to pass.
W.H. Asquith
Cherubini, U., Luciano, E., and Vecchiato, W., 2004, Copula methods in finance: Hoboken, NJ, Wiley, 293 p.
Gaißer, S., Ruppert, M., and Schmid, F., 2010, A multivariate version of Hoeffding's Phi-Square: Journal of Multivariate Analysis, v. 101, no. 10, pp. 2571--2586.
Joe, H., 2014, Dependence modeling with copulas: Boca Raton, CRC Press, 462 p.
Nelsen, R.B., 2006, An introduction to copulas: New York, Springer, 269 p.
blomCOP
, footCOP
, giniCOP
,
rhoCOP
, tauCOP
, wolfCOP
,
joeskewCOP
, uvlmoms
,
LzCOPpermsym