Page 1 of 1

State space specification

Posted: Sun Mar 27, 2011 12:55 pm
by wedira
Hi,

I cannot deal with specifying the following model

R(t)= c + beta(t)*M + error

beta(t)= X(t) + Y(t)
X(t) = X(t-1) + error
Y(t) = gamma*Y(t-1) + error

X and Y are the two components. X is the random walk, Y - AR(1) processs.
I don't know how to specify in EViews the state equation:
beta(t)= X(t) + Y(t)
Can anybody give me some hint?

Re: State space specification

Posted: Mon Mar 28, 2011 9:05 am
by EViews Glenn
R(t)= c + X(t)*M + Y(t)*M + error

Re: State space specification

Posted: Sat Apr 16, 2011 9:11 am
by wedira
Thanks :)