View source: R/MECC_functions.R
kato_comparison_1 | R Documentation |
Function to assess copula asymmetry
kato_comparison_1(C_values1, u = 0.2)
u |
a number in the interval (0,0.5], indicating the interest area of asymmetry measurement. Default value is '0.2'. note that u has to exist in the columns xi, yi of 'C_value'. |
C_values |
matrix with 4 columns 'xi, yi, dist, surv' which indicate the values of the marginals ('xi, yi') and the cumulative probability of the copula distribution and survival copula analysed. Preferably this matrix should be the output of function 'get_copula_distribution()' |
Based on the paper of Kato et al.(2022 - 10.1007/s00362-022-01297-w)
a single value 'k_value'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.