Learn R Programming

gofCopula (version 0.4-2)

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)

Value

A character vector which consists of the names of the tests.

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.

Examples

Run this code

gofTest4Copula("clayton", d = 2)

gofTest4Copula("gumbel", d = 5)

Run the code above in your browser using DataLab