View source: R/Standard_Copula_Sel.R
Standard_Copula_Sel | R Documentation |
Fits five n-dimensional standard copula to a dataset and returns their corresponding AIC values.
Standard_Copula_Sel(Data)
Data |
Data frame containing n at least partially concurrent time series, detrended if necessary. Time steps must be equally spaced, with missing values assigned |
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.
Dataframe_Combine
Standard_Copula_Fit
Standard_Copula_Sel(Data_Detrend=S20.Detrend.df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.