Home
last modified time | relevance | path

Searched defs:Forecast_ (Results 1 – 1 of 1) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Dforecast.c55 struct Forecast_ { struct
56 int method; /* static, dynamic or auto */
57 double *yhat; /* array of forecast values */
58 double *sderr; /* array of forecast standard errors */
59 double *eps; /* array of estimated forecast errors */
60 int *dvlags; /* info on lagged dependent variable */
61 int t1; /* start of forecast range */
62 int t2; /* end of forecast range */
63 int model_t2; /* end of period over which model was estimated */