I've uploaded an example workfile. I've kept it all very simple: an observation series that takes a value of 1,000 each period 1900 to 1999, then a sspace object of the form given below (i.e. variance of both residuals equal to 1, all system matrices equal to 1).
I've then estimated and produced filtered (i.e. not smoothed) state estimates and state se estimates (sv1fil and sv1fil_se).
I would have thought that the first value of the filtered mean would be 1,000 and of the filtered covariance would be 1, but that's not the case. Can you please help me out with determining how EViews comes up with those first numbers at time t=1900 (i.e. 999.999000001 for the filtered mean and 0.9999994999378601 for the filtered s.e.)?
Code: Select all
@ENAME E1
@ENAME E2
@EVAR VAR(E1) = 1
@EVAR VAR(E2) = 1
@SIGNAL OBSERVED = SV1 + E1
@STATE SV1 = SV1(-1) +E2
