Empirical estimation of extremal correlation \(\chi\)
Source:R/estimation_param.R
emp_chi_multdim.RdEstimates the d-dimensional extremal correlation coefficient \(\chi\) empirically.
Arguments
- data
Numeric \(n \times d\) matrix, where
nis the number of observations anddis the dimension.- p
Numeric scalar between 0 and 1 or
NULL. IfNULL(default), it is assumed that thedataare already on multivariate Pareto scale. Else,pis used as the probability indata2mpareto()to standardize thedata.
Value
Numeric scalar. The empirical d-dimensional extremal correlation coefficient \(\chi\)
for the data.
See also
Other parameter estimation methods:
data2mpareto(),
emp_chi(),
emp_vario(),
emtp2(),
fmpareto_HR_MLE(),
fmpareto_graph_HR(),
loglik_HR()