Page 1 of 1

Makestates beyond estimation sample

Posted: Wed Dec 23, 2015 10:12 am
by fernando.88
I have estimated an SSpace model using a monthly sample from 2002:01 to 2015:09, but I do have signal data until 2015:11. I would like to estimate the filtered states until 2015:11 using the estimated coefficientes until 2015:09, but it seems that the proc "makestates" allows me to estimate the states only within the estimation sample, not beyond that.

Is makestates really limited to the estimation sample? Is there a way to estimate the filtered states beyond the estimation sample? Using "forecast" would give me only the predicted states, not the filtered ones.

I am using Eviews 8.1.

Thanks.

Re: Makestates beyond estimation sample

Posted: Wed Dec 23, 2015 11:18 am
by EViews Glenn
Use Proc/Make Filter... to make a new Kalman filter using the estimated values. Then "estimate" the new filter over the sample of interest. You'll then be able to do filtering, smoothing, etc. using that sample.

Re: Makestates beyond estimation sample

Posted: Wed Dec 23, 2015 2:28 pm
by fernando.88
Worked perfectly.

Thanks!