Skip to content
Prev 76890 / 398502 Next

Interpolating / smoothing missing time series data

(see inline)
Sean Davis wrote:

            
Have you looked at Durbin, J. and Koopman, S. J. (2001) _Time Series 
Analysis by State Space Methods._  Oxford University Press, cited with 
"?arima"?  They explain that Kalman filtering is predicting the future, 
while Kalman smoothing is using all the data to fill the gaps, which 
seems to match your question.  I was able to reproduce Figure 2.1 in 
that book but got bogged down with Figure 2.2 before I dropped the 
project.  I can send you the script file I developed when working on 
that if it would help you.

	  I'm still interested in learning how to reproduce in R all the 
examples in that book, and I'd happily receive suggestions from others 
on how to do that.

	  spencer graves