fitCopula | R Documentation |
Bivariate copulas are estimated based on BiCopEst
and vine copulas through RVineStructureSelect
or RVineCopSelect
depending on the method
argument.
BCfitCopula(copula, data, method = "ml")
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 |
an object of class fitCopula
as in the copula package.
u <- rCopula(1000, tawnT1Copula(c(3, 0.5)))
fitCopula(tawnT1Copula(), u)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.