fit_copula | R Documentation |
Internal method to automatically find the best Copula given a data.frame. Wrapper around the function fitCopula
.
Automatically fits a copula model using the provided pseudo-observations. This method supports various families of copulas and calculates the corresponding AIC and parameter estimates.
.fit_copula(copula, family, dim, u)
## S4 method for signature 'ANY'
.fit_copula(copula, family, dim, u)
copula |
A |
family |
List of copula types and their corresponding families. Currently supported families are "clayton", "frank", "amh", "gumbel", and "joe" for Archimedean Copula; "galambos", "gumbel", and "huslerReiss" for Extreme-Value copula; "normal" and "t" for Elliptical copula. |
dim |
number of columns of data. |
u |
matrix of (pseudo-)observations. Consider applying the function |
A data.table
with the corresponding AIC and the parameter estimates of the evaluated copulas and families.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.