fitCopula {VC2copula} | R Documentation |
A dedicated method to use the estimation routines from the VineCopula package
Description
Bivariate copulas are estimated based on BiCopEst
and vine copulas through RVineStructureSelect
or RVineCopSelect
depending on the method
argument.
Usage
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 |
Value
an object of class fitCopula
as in the copula package.
Examples
u <- rCopula(1000, tawnT1Copula(c(3, 0.5)))
fitCopula(tawnT1Copula(), u)
[Package VC2copula version 0.1.5 Index]