arma.cormat {gcmr} | R Documentation |
ARMA(p,q) Correlation
Description
Sets ARMA(p,q) correlation in Gaussian copula regression models.
Usage
arma.cormat(p, q)
Arguments
p |
order of the autoregressive component. |
q |
order of the moving average component. |
Value
An object of class cormat.gcmr
representing a correlation matrix with ARMA(p,q) structure.
Author(s)
Guido Masarotto and Cristiano Varin.
References
Masarotto, G. and Varin, C. (2012). Gaussian copula marginal regression. Electronic Journal of Statistics 6, 1517–1549.
Masarotto, G. and Varin C. (2017). Gaussian Copula Regression in R. Journal of Statistical Software, 77(8), 1–26.
See Also
gcmr
.
[Package gcmr version 1.0.3 Index]