Selecting best fitting standard (elliptical and Archimedean) copula
Standard_Copula_Sel.Rd
Fits five n-dimensional standard copula to a dataset and returns their corresponding AIC values.
Value
Data frame containing copula name in column 1 and associated AIC in column 2.
Parameters are estimated using the fitCopula()
function in copula
package using maximum pseudo-likelihood estimator "mpl"
. See fitCopula
for a more thorough explanation.
Examples
Standard_Copula_Sel(Data=S20.Detrend.df)
#> Warning: the covariance matrix of the parameter estimates is computed as if 'df.fixed = TRUE' with df = 16.3245687783949
#> Copula AIC
#> 1 Gaussian -1397.8675
#> 2 t-cop -1442.5394
#> 3 Gumbel -884.8532
#> 4 Clayton -572.0618
#> 5 Frank -865.2858