y_t=x1_t*b1_t+x2*b2+u_t,
b1_t=beta*b1_t-1+v_t,
how can i use dlm to estimate this state sapce model?
thank you
That's a partially fixed, partially varying TVP model. You might want to check out:iloverats wrote:
y_t=x1_t*b1_t+x2*b2+u_t,
b1_t=beta*b1_t-1+v_t,
how can i use dlm to estimate this state sapce model?
thank you