gofTest4Copula: Applicable gof tests for testing problem

Description Usage Arguments Details Value Examples

View source: R/Test4Copula.R

Description

gofTest4Copula returns for a given copula and a dimension the applicable implemented tests.

Usage

1
gofTest4Copula(copula = NULL, d = 2)

Arguments

copula

The copula to test for. Possible are the copulae "normal", "t", "clayton", "gumbel", "frank", "joe", "amh", "galambos", "huslerReiss", "tawn", "tev", "fgm" and "plackett". For the default NULL, all tests in the package are returned.

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

1
2
3
gofTest4Copula("clayton", d = 2)

gofTest4Copula("gumbel", d = 5)

gofCopula documentation built on April 22, 2021, 5:10 p.m.