State disturbance series
Posted: Fri Oct 04, 2019 3:05 pm
Hi Tom,
Support I have a model
Measurement: du(t) = beta0 + beta1(t)*dy(t) + e(t)
State: beta1(t) = beta1(t-1) + v(t)
I want to get the series v(t) after estimation. DLM instruction does not have a direct way to get it. So, is it correct if I get the state series beta(t) then compute
set vt = beta1 - beta1{1} (suppose I've got beta1(t) from the xstates vector)
Thanks and regards,
Support I have a model
Measurement: du(t) = beta0 + beta1(t)*dy(t) + e(t)
State: beta1(t) = beta1(t-1) + v(t)
I want to get the series v(t) after estimation. DLM instruction does not have a direct way to get it. So, is it correct if I get the state series beta(t) then compute
set vt = beta1 - beta1{1} (suppose I've got beta1(t) from the xstates vector)
Thanks and regards,