I am using stata 12 and have to run the Unobserved Components Model for the first time my data is per hectare productivity time series from 1950-2014. my objective is to decompose the data into trend and cyclical components. I have gone through the concerned stata manuals but have three questions:
1) How do I specify a quadratic model in stata (as I am using productivity time series data then I assume time and time square will be the two variables).
2) the procedure I am using is the following: I run a few models and check the AIC and BIC. Then I choose the lowest one and run the model. Then I use estat, eperoid and predict options. But I am not certain what parameters I am supposed to look for.
3) I am not able to run some models as I get the message not concave or backed up. I have gone through the stata manual it says that I have to use the iterate() option to limit the number of iterations, look to see which of the variances is being driven to 0, and drop that component from the model. I know how to change the iteration (my default is 1600) but cant understand the rest.
thank you.
1) How do I specify a quadratic model in stata (as I am using productivity time series data then I assume time and time square will be the two variables).
2) the procedure I am using is the following: I run a few models and check the AIC and BIC. Then I choose the lowest one and run the model. Then I use estat, eperoid and predict options. But I am not certain what parameters I am supposed to look for.
3) I am not able to run some models as I get the message not concave or backed up. I have gone through the stata manual it says that I have to use the iterate() option to limit the number of iterations, look to see which of the variances is being driven to 0, and drop that component from the model. I know how to change the iteration (my default is 1600) but cant understand the rest.
thank you.
Comment