Hi there,
I want to estimate a single equation with I(1) variables using the Kalman Filter techniques in oder to obtain time varying coefficients. Currently, I use Rats 7.0. I already found a simple way to carry out the basic estimation
equation equ1 a
# constant b c
system equ1
end(system)
estimate 1976:01 1989:12
do time=1990:01, 2007:12
kalman(cohistory=cokalman,residuals=res,print=(time==1989:12))
end do
This is a restricted form of the Standard Kalman Filter. Now my question is whether this formular is sufficient in case of I(1) variables which are cointegrated. As far as I understand, the constant should be able to capture remaining nonlinearity as long as the states are represented by randwom walks.
Any help is appreciated
Best Regards
Gilbril
