===== Bayesian Dynamic Models - Ricardo Ehlers ===== === Abstract === Dynamic models also known as state space models are formulated to allow for changes in the parameter values along time and have been used to the analysis and forecast of time series and space-time processes. A dynamic model may be specified by the following pair of equations, x_t = {\bf F}'_t {\bf \theta}_t + \nu_t\\ \indent {\bf \theta}_t = {\bf G}_t {\bf \theta}_{t-1} + w_t, In this project, the main concepts associated to dynamic modelling will be studied and applied to real time series data. The R package [[http://cran-r.c3sl.ufpr.br/src/contrib/Descriptions/dlm.html|dlm]] estimates several models in this class. === Participants === - [[pessoais:ehlers|Ricardo Ehlers]] - Helio Migon === Some references === - Migon, H. S., Gamerman, D., Lopes, H. F. and Ferreira, M. A. R. (2005), Bayesian Dynamic Models, In Handbook of Statistics, Volume 25: Bayesian Thinking, Modeling and Computation, pp. 553-588, (Editors Dey, D. and Rao, C.R.), Elsevier, Amsterdam. - Giovanni Petris (2006). dlm: an R package for Bayesian analysis of Dynamic Linear Models.