16 MODELING PHILOSOPHY AND COMPLETE EXAMPLES

16.1 MODELING OVERVIEW

16.1.1 The Algorithm

It is now possible to fit a complete model to a set of data. The steps are as follows:

  1. Fit a saturated model, for the signal, to the data.
  2. Use the residuals from this model to select an AR(m) model and values ; the order, m, is determined by AIC or hypothesis testing.
  3. Form a set of candidate models to fit the signal.
  4. Fit all of the models using a filter based on from the saturated model.
  5. Use model selection, on the filtered scale, to select the best model.
  6. Assess the quality of the model using data splitting, R2, R2pred, and/or sensitivity analysis.
  7. Use the resulting model to perform whatever analysis is required—hypothesis tests, confidence intervals, prediction, etc.

16.1.2 The Underlying Assumption

The fundamental assumption for this modeling approach is that the true noise is very complex, perhaps more complex than even the most general ARMA(m,l) model. Nevertheless, for any finite sample, some AR(m) model fits the noise reasonably well. Because there is no actual belief that an AR(m) model is correct, AIC rather than BIC will be used to select the best model. The main motivations for this are that : (i) it is easy to develop an AR(m) filter, but it is difficult to develop a similar ...

Get Basic Data Analysis for Time Series with R now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.