View source: R/Standard_Copula_Fit.R
Standard_Copula_Fit | R Documentation |
Fit a n-dimensional Archimedean or elliptic copula model. Function is simply a repackaging of the fitCopula
function in the copula
package.
Standard_Copula_Fit(Data, Copula_Type = "Gaussian")
Data |
Data frame containing |
Copula_Type |
Type of elliptical copula to be fitted, options are |
List comprising the Copula_Type
and the fitted copula Model
object.
Dataframe_Combine
Standard_Copula_Sel
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.