Description Usage Arguments Value See Also Examples
View source: R/Standard_Copula_Fit.R
Fit a n-dimensional Archimedean or elliptic copula model. Function is simply a repackaging of the fitCopula
function in the copula
package.
1 | 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
CDVineCopSelect
BiCopSelect
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.