emp_chi_multdim: Empirical estimation of extremal correlation \(\chi\)
Description
Estimates the d-dimensional extremal correlation coefficient \(\chi\) empirically.
Usage
emp_chi_multdim(data, p = NULL)
Value
Numeric scalar. The empirical d-dimensional extremal correlation coefficient \(\chi\)
for the data.
Arguments
data
Numeric \(n \times d\) matrix, where n is the
number of observations and d is the dimension.
p
Numeric scalar between 0 and 1 or NULL. If NULL (default),
it is assumed that the data are already on multivariate Pareto scale. Else,
p is used as the probability in data2mpareto() to standardize the data.