Description Usage Arguments Details Examples
This function calculates the Random Dependence Coefficient (RDC). Calculate the dependence between the random samples as the highest canonical correlation between the k random non-linear projections of their copula transformations.
1 |
x |
A vector, matrix or numeric data frame |
y |
A vector, matrix or numeric data frame |
k |
Number of non-linear projections of the copula, by default k = 20 |
s |
Variance to draw i.i.d. projection coefficients in N ~(0, sI), by defect is 1/6 |
f |
Function that is used for the generation of random non-linear projections, if it is not indicated it uses the sinusoidal projections (sin) |
It also provides the p-value for the independence hypothesis, assuming the normality of the data through the Bartlett's approximation.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.