i want to buil a state space model with time varying coefficient ( return to normailty model so AR (1) process in the box of stochastic regressors ?)
I specify for exemple
Code: Select all
@signal r = sv1*er + [var = exp(c(1))]
@state sv1 = c(3) + c(4)*sv1(-1) + [var = exp(c(2))]WHY ? it is a probleme of variance or covariance matrix ? someone have a response ?
To conclude How i can specify initial condition and make the kalman filter ?
im student and eviews is new for me. Thanks for your help
