powered by
sparseVARMA
Gives the residuals for VARMA models estimated using sparseVARMA
# S3 method for bigtime.VARMA residuals(object, ...)
Returns a matrix of residuals.
Model estimated using sparseVARMA
Not currently used
if (FALSE) { data(varma.example) varma <- sparseVARMA(Y = scale(Y.varma), VARMAselection="cv") res <- residuals(varma) }
Run the code above in your browser using DataLab