I have quartely data on GDP. Could anyone advise me how to change to monthly data?
Thank you very much
TomDoan wrote:Kalman smoothing with a state-space model. That's what DISAGGREGATE is doing. Since it appears that you want the simpler "interpolation" (as opposed to "distribution", where sums across periods need to match), you can pick a relatively simple state space model, like a RW-AR(1), and Kalman smooth. You just want to set your data up as monthly with NA's where you have skips.
TomDoan wrote:That's what will happen. You use a state space model with no measurement error, so if there's an actual observation at a time period, that's your smoothed value.
ivory4 wrote:Suppose I have 8month data for each year, I would like to estimate a model with monthly data.
And the timing of the data each year is different, e.g. 1,5,6,7,8,10,11,12for some years while 1,2,3,4,8,9,10,11 for some others.
Is that possible to disaggregate the data?
Return to Data: Reading, Writing, Transforming
Users browsing this forum: No registered users and 0 guests