Learn R Programming

bigtime (version 0.2.3)

fitted.bigtime.VARMA: Gives the fitted values of a model estimated using sparseVARMA

Description

Gives the fitted values of a model estimated using sparseVARMA

Usage

# S3 method for bigtime.VARMA
fitted(object, ...)

Value

Returns a matrix of fitted values data(varma.example) varma <- sparseVARMA(Y = scale(Y.varma), VARMAselection="cv") f <- fitted(varma)

Arguments

object

Model estimated using sparseVARMA

...

Not currently used