Empirical estimation of extremal correlation \(\chi\)
Source:R/estimation_param.R
emp_chi_multdim.Rd
Estimates the d
-dimensional extremal correlation coefficient \(\chi\) empirically.
Arguments
- data
Numeric \(n \times d\) matrix, where
n
is the number of observations andd
is the dimension.- p
Numeric scalar between 0 and 1 or
NULL
. IfNULL
(default), it is assumed that thedata
are already on multivariate Pareto scale. Else,p
is 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()