residuals.bigtime.VARMA {bigtime}R Documentation

Gives the residuals for VARMA models estimated using sparseVARMA

Description

Gives the residuals for VARMA models estimated using sparseVARMA

Usage

## S3 method for class 'bigtime.VARMA'
residuals(object, ...)

Arguments

object

Model estimated using sparseVARMA

...

Not currently used

Value

Returns a matrix of residuals.

Examples

## Not run: 
data(varma.example)
varma <- sparseVARMA(Y = scale(Y.varma), VARMAselection="cv")
res <- residuals(varma)

## End(Not run)

[Package bigtime version 0.2.3 Index]