fitCopula: A dedicated method to use the estimation routines from the...

Description Usage Arguments Value Examples

Description

Bivariate copulas are estimated based on BiCopEst and vine copulas through RVineStructureSelect or RVineCopSelect depending on the method argument.

Usage

1
BCfitCopula(copula, data, method = "ml")

Arguments

copula

an object of the desired copula class

data

a matrix holding the U(0,1) distributed data columns

method

for BIVARIATE copulas either "ml" or "itau" for maximum likelihood estimation or inverse tau estimation (for one parameter families) respectively. See BiCopEst for details. In case of a VINE copulas a list with names entries StructureSelect (default: FALSE), indeptest (default: FALSE), familyset (default: 'NA') and indeptest (default: FALSE). See RVineStructureSelect or RVineCopSelect for details.

Value

an object of class fitCopula as in the copula package.

Examples

1
2
3
u <- rCopula(1000, tawnT1Copula(c(3, 0.5)))

fitCopula(tawnT1Copula(), u)

VC2copula documentation built on Jan. 11, 2022, 1:07 a.m.