Page 1 of 1

Differenced model to level model

Posted: Fri Oct 02, 2015 2:18 pm
by Otto
Hey,
I've estimated a differenced model : D(LGDP)=0.51+0.097*(LDFI)+0.01(LGDP(-6)) : the estimated model (1st difference as you see)
I need the level estimated model : LGDP =
any help/suggestion please? :(

Re: Differenced model to level model

Posted: Fri Oct 02, 2015 2:20 pm
by startz
The forecast tab should give you the option of forecasting either D(LGDP) or LGDP. Alternatively,

LGDP_2 = D(LGDP)_2 + LGDP_1
etc.

Re: Differenced model to level model

Posted: Fri Oct 02, 2015 2:29 pm
by Otto
The forecast tab should give you the option of forecasting either D(LGDP) or LGDP. Alternatively,

LGDP_2 = D(LGDP)_2 + LGDP_1
etc.
it worked thank you so much