Search found 3 matches

by ttobias
Fri Nov 22, 2013 8:13 am
Forum: Programming
Topic: storing step ahead forecasts from ADL model in a series.
Replies: 3
Views: 4329

Re: storing step ahead forecasts from ADL model in a series.

i think i solved it. does it look correct? here is the code if someone else should ever be interested. !h = 3 !outs = 2 %start ="2000m01" %end ="2009m12" series fcast for !i = 1 to !outs 'roll sample one step ahead, first one is unchanged smpl %start+!i-1 %end+!i-1 ' estimate the...
by ttobias
Wed Nov 20, 2013 1:40 pm
Forum: Programming
Topic: storing step ahead forecasts from ADL model in a series.
Replies: 3
Views: 4329

Re: forecasting adl(1,1) for different horizons

thanks for the quick answer! the last thing i want to do is a rolling window estimation !outs number of times and store the !h forecast for each window. my attempt !h = 3 !outs = 2 %start ="2000m01" %end ="2009m12" series fcast for !i = 1 to !outs smpl %start+!i-1 %end+!i-1 equat...
by ttobias
Wed Nov 20, 2013 11:57 am
Forum: Programming
Topic: storing step ahead forecasts from ADL model in a series.
Replies: 3
Views: 4329

storing step ahead forecasts from ADL model in a series.

Hello, Im trying to estimate and forecast an ADL(1,1) model and get h-step ahead forecasts. in my example i want to use my sample and then estimte 12 months ahead my code: !h = 12 %start ="2000m01" %end ="2009m12" smpl %start %end equation adl_1.ls unrate c initial_claims(-1) unr...

Go to advanced search