Dependogram | R Documentation |
This function, used in EstDep, TestIndCopula and TestIndSerCopula, draws the P-values of the Moebius Cramer-von Mises statistics from the multilinear copula and their combination for a tests of randomness for k consectives values X(1), ..., X(k) or for a test of independence between random variables.
Dependogram(out, stat = "CVM")
out |
List of the output from EstDep, EstDepSerial, TestIndCopula or TestIndSerCopula (P-values, subsets) |
stat |
Name of statistics to be used (default is "CVM") |
Genest, Neslehova, Remillard & Murphy (2019). Testing for independence in arbitrary distributions
x <- matrix(rnorm(250),ncol=5)
out <-TestIndCopula(x)
Dependogram(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.