View source: R/causal_extreme_functions.R
| causal_tail_matrix | R Documentation |
Estimates the matrix with causal tail coefficients,
given a dataset dat, and a threshold k.
causal_tail_matrix(dat, k = floor(n^0.4), both_tails = TRUE)
dat |
Numeric matrix. Dataset matrix with |
k |
Positive integer. The number of extreme observations used to
compute the causal tail coefficient. Set by default to
|
both_tails |
Boolean. Do you consider both tails when computing the
causal tail coefficient? If |
For more information see the documentation of
causal_tail_coeff.
Numeric matrix. The entry (i, j) contains the
causal tail coefficient between the i-th and the j-th
column of dat. The values on the main diagonal are set to NA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.