Common factor model
Posted: Sun Nov 28, 2010 12:54 pm
Dear all,
my intention is to estimate a common factor model (still using EViews 5.1). Imagine two measurement series z1(k) and z2(k) (k=time index), both sharing a common component x(k) following AR(2). The other (idiosyncratic) components of z1(k) and z2(k) are disturbances with MA(1).
Estimating z1(k) and z2(k) separately is easy to accomplish - according to the handbook, I estimate for example (cc=common component):
@signal z1=cc1+c(1)*cc2
@state cc1=c(3)*cc1(-1)+c(4)*cc2(-1)+[var=exp(c(2))]
@state cc2=cc1(-1)
But how can an estimation be performed using both z1(k) and z2(k) (bearing in mind that there is a common component and different idiosyncratic disturbances). Has anybody an idea?
Thank you very much in advance. I appreciate your help,
Karl
my intention is to estimate a common factor model (still using EViews 5.1). Imagine two measurement series z1(k) and z2(k) (k=time index), both sharing a common component x(k) following AR(2). The other (idiosyncratic) components of z1(k) and z2(k) are disturbances with MA(1).
Estimating z1(k) and z2(k) separately is easy to accomplish - according to the handbook, I estimate for example (cc=common component):
@signal z1=cc1+c(1)*cc2
@state cc1=c(3)*cc1(-1)+c(4)*cc2(-1)+[var=exp(c(2))]
@state cc2=cc1(-1)
But how can an estimation be performed using both z1(k) and z2(k) (bearing in mind that there is a common component and different idiosyncratic disturbances). Has anybody an idea?
Thank you very much in advance. I appreciate your help,
Karl