gofTest4Copula {gofCopula} | R Documentation |
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
|
d |
The dimension to search for. |
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.
Value
A character vector which consists of the names of the tests.
Examples
gofTest4Copula("clayton", d = 2)
gofTest4Copula("gumbel", d = 5)