Standard_Copula_Sel: Selecting best fitting standard (elliptical and Archimedean)...

Description Usage Arguments Value See Also Examples

View source: R/Standard_Copula_Sel.R

Description

Fits five n-dimensional standard copula to a dataset and returns their corresponding AIC values.

Usage

1

Arguments

Data

Data frame containing n at least partially concurrent time series, detrended if necessary. Time steps must be equally spaced, with missing values assigned NA. First object may be a "Date" object. Can be Dataframe_Combine output.

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.

See Also

Dataframe_Combine Standard_Copula_Fit

Examples

1
Standard_Copula_Sel(Data_Detrend=S20.Detrend.df)

rjaneUCF/MultiHazard-R-Package documentation built on Jan. 28, 2021, 12:07 a.m.