powered by
Produces forecasts of the idiosyncratic VAR process for a given forecasting horizon by estimating the best linear predictors
idio.predict(object, x, cpre, n.ahead = 1)
a list containing
in-sample estimator of the idiosyncratic component (with each column representing a variable)
forecasts of the idiosyncratic component for a given forecasting horizon h (with each column representing a variable)
h
forecast horizon
fnets object
fnets
input time series, with each row representing a variable
output of common.predict
if (FALSE) { out <- fnets(data.unrestricted, do.lrpc = FALSE, var.args = list(n.cores = 2)) cpre <- common.predict(out) ipre <- idio.predict(out, cpre) }
Run the code above in your browser using DataLab