Vine_Copula_Fit: C and D-vine Copula - Fitting

View source: R/Vine_Copula_Fit.R

Vine_Copula_FitR Documentation

C and D-vine Copula - Fitting

Description

Fit either a C- or D-vine copula model. Function is a repackaging the RVineStructureSelect and RVineCopSelect functions from the VineCopula package into a single function.

Usage

Vine_Copula_Fit(Data)

Arguments

Data

Data frame containing n at least partially concurrent time series. First column may be a "Date" object. Can be Dataframe_Combine output.

Value

List comprising the vine copula Structure, pair-copula families composing the C- or D-vine copula Family, its parameters Par and Par2.

See Also

Dataframe_Combine Vine_Copula_Sim

Examples

S20.Vine<-Vine_Copula_Fit(Data=S20.Detrend.df)

rjaneUCF/MultiHazard documentation built on April 20, 2024, 12:48 a.m.