Learn R Programming

gofCopula (version 0.2-2)

gofWhich: Applicable gof tests for testing problem

Description

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

Usage

gofWhich(copula, d)

Arguments

copula
The copula to test for. Possible are the copulae "normal", "clayton", "gumbel" and "frank".
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.

Examples

Run this code
gofWhich("clayton", d = 2)

gofWhich("gumbel", d = 5)

Run the code above in your browser using DataLab