gofTest4Copula: Applicable gof tests for testing problem
Description
gofTest4Copula returns for a given copula and a dimension the applicable implemented tests.
Usage
gofTest4Copula(copula = NULL, d = 2)
Arguments
copula
The copula to test for. Possible are the copulae "normal", "t", "clayton", "gumbel" and "frank". For the default NULL, all tests in the package are returned.
d
The dimension to search for.
Value
A character vector which consists of the names of the tests.
Details
Before performing a gof test on a dataset, it pays out to have a close look at the Scatterplot to receive an idea about the possible type of copula. Afterwards follows the decision about the test. The tests in this package can be used for different types of copulae functions and dimensions. This function is dedicated to help finding the applicable gof tests for the dataset.