gofKernel tests a 2 dimensional dataset with the Scaillet test for a copula. The possible copulae are "gaussian", "t", "gumbel", "clayton" and "frank". The parameter estimation is performed with pseudo maximum likelihood method. In case the estimation fails, inversion of Kendall's tau is used.gofKernel(copula, x, M = 1000, param = 0.5, param.est = T, df = 4, df.est = T,
margins = "ranks", MJ = 100, delta.J = 0.5, nodes.Integration = 12,
execute.times.comp = T)"gaussian", "t", "clayton", "gumbel" and "frank".TRUE or FALSE. TRUE means that param will be estimated with a maximum likelihood estimation."t"-copula.df shall be estimated. Has to be either FALSE or TRUE, where TRUE means that it will be estimated."ranks", which is the standard approach to convert data in such a case. Alternatively can the following distributions be spM is at least 100.class gofCOP with the componentsdata = cbind(rnorm(100), rnorm(100))
gofKernel("gaussian", data, M = 10)Run the code above in your browser using DataLab