identification problem
Posted: Sun Mar 26, 2017 2:14 pm
Dear Johannes,
If I use data A_obs to match AR1 shock 'A' in estimation , and also add one measurement error A_me, as following
Would there be identification problem, like e_A and A_me can not be identified simultaneously?
Many thanks in advance,
Huan
If I use data A_obs to match AR1 shock 'A' in estimation , and also add one measurement error A_me, as following
- Code: Select all
A=rho*A(-1)+e_A;
A_obs=A+A_me;
Would there be identification problem, like e_A and A_me can not be identified simultaneously?
Many thanks in advance,
Huan