predict.fastVAR.GroupVAR: GroupVAR Predict

Description Usage Arguments Examples

View source: R/GroupVAR.R

Description

Predict n steps ahead from a fastVAR.GroupVAR object

Usage

1
2
3
  ## S3 method for class 'fastVAR.GroupVAR'
 predict(GroupVAR, n.ahead,
    threshold, ...)

Arguments

GroupVAR

an object of class fastVAR.GroupVAR returned from GroupVAR

n.ahead

number of steps to predict

threshold

threshold prediction values to be greater than this value

...

extra parameters to pass into the coefficients method for objects of type fastVAR.GroupVAR

Examples

1
2

jeffwong/fastVAR documentation built on May 19, 2019, 4:02 a.m.