powered by
This function estimates the copula parameter and the non-centrality parameters of a non-central squared copula
EstNCSCop(y, family, p = 2, InitialValues = NULL)
(nx2) data matrix (observations or residuals) that will be transformed to pseudo-observations
'Gaussian' , 't' , 'Clayton' , 'Frank' , 'Gumbel'
number of non-centrality parameters to be estimated (p = 0,1,2)
initial values c(a1,a2,tau) to start the estimation; otherwise pre-selected values will be used
Estimated parameter of the copula according to CRAN copula package
Estimated degrees of freedom, only for the Student copula
Estimated theoretical Kendall tau for the copula family
Section 5.1 of Nasri, R<U+00E9>millard & Bouezmarni (2019). Semi-parametric copula-based models under non-stationarity, Journal of Multivariate Analysis, 173, pages 347-365.
# NOT RUN { param <- c(0.8, 2.5, 0.7) ; U <- SimNCSCop('Clayton', 250, param) estimation <- EstNCSCop(U,'Clayton') # } # NOT RUN { # }
Run the code above in your browser using DataLab