Specify different initial values but output gives the same
Posted: Thu Sep 18, 2014 11:58 am
Hi all
I would like to estimate an ar(1)arch(1) model with different initial values. In order to do that, I use the "s=" option. In the example below, eq1 uses 0 as initial values and eq2 uses the ols estimates. But the output, however, gives the same initial values.. How is this possible??
equation eq1.arch(1,0,showopts,s=0,z) y c ar(1)
equation eq2.arch(1,0,showopts,s=1,z) y c ar(1)
best
s
I would like to estimate an ar(1)arch(1) model with different initial values. In order to do that, I use the "s=" option. In the example below, eq1 uses 0 as initial values and eq2 uses the ols estimates. But the output, however, gives the same initial values.. How is this possible??
equation eq1.arch(1,0,showopts,s=0,z) y c ar(1)
equation eq2.arch(1,0,showopts,s=1,z) y c ar(1)
best
s