ec.predict | R Documentation |
Predicts both in-sample (1 step ahead) and out-of-sample (1 step ahead and dynamic forecasts)
ec.predict(est, det1, det2, ymat, npl, befpn, ndet, cal, kval = 1.959964)
est |
output from estimation by ec.EG1.R |
det1 |
deterministic matrix of constant(s) and trend(s) |
det2 |
deterministic matrix of seasonals and point dummies |
ymat |
matrix of lags |
npl |
n, p, nlag |
befpn |
begtrim, endtrim, nforecast, npred, nhstar |
ndet |
order of the model d(i,j) |
cal |
calendar, should match the number of rows in ymat |
kval |
how many se to use, default kval= 1.959964 |
list with contains: afl (actual and 1 step ahead fitted levels) afd (actual and 1 step ahead fitted differences) fit (1 step ahead fit) dynpred (dynamic predictions) mAt mB (companion matrix and selection of it) Sigmah (Sigmah for dyn forecasts) forstartdate (starting date for dyn forecast) outcal (dates for the prediction) h1star (h1star) cspred (table with change in sign of pred for Dx_1) indexfa (indices of forecast accuracy)
P. Berta, P. Paruolo, S. Verzillo, PG. Lovaglio
Berta et al. 2020
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.