Standard_Copula_Fit: Fit an Archimedean/elliptic copula model - Fit

Description Usage Arguments Value See Also Examples

View source: R/Standard_Copula_Fit.R

Description

Fit a n-dimensional Archimedean or elliptic copula model. Function is simply a repackaging of the fitCopula function in the copula package.

Usage

1
Standard_Copula_Fit(Data, Copula_Type = "Gaussian")

Arguments

Data

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

Copula_Type

Type of elliptical copula to be fitted, options are "Gaussian" (Default), "tcopula", "Gumbel", "Clayton" and "Frank".

Value

List comprising the Copula_Type and the fitted copula Model object.

See Also

Dataframe_Combine Standard_Copula_Sel CDVineCopSelect BiCopSelect

Examples

1
2
3
4
5
cop<-Standard_Copula_Fit(Data=S20.Detrend.df,Copula_Type="Gaussian")
cop<-Standard_Copula_Fit(Data=S20.Detrend.df,Copula_Type="tcopula")
cop<-Standard_Copula_Fit(Data=S20.Detrend.df,Copula_Type="Gumbel")
cop<-Standard_Copula_Fit(Data=S20.Detrend.df,Copula_Type="Clayton")
cop<-Standard_Copula_Fit(Data=S20.Detrend.df,Copula_Type="Frank")

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