1 / 10

Stat 153 - 25 Sept 2008 D. R. Brillinger Chapter 5 - Forecasting

Stat 153 - 25 Sept 2008 D. R. Brillinger Chapter 5 - Forecasting. Data x 1 ,..., x N. What about x N+h , h>0. No single method universally applicable. extrapolation. conditional statement. scenarios. Conditional expected value, E(Y|X). X can be vector-valued.

lowder
Download Presentation

Stat 153 - 25 Sept 2008 D. R. Brillinger Chapter 5 - Forecasting

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Stat 153 - 25 Sept 2008 D. R. Brillinger Chapter 5 - Forecasting Data x1 ,..., xN What about xN+h, h>0 No single method universally applicable extrapolation conditional statement scenarios

  2. Conditional expected value, E(Y|X) X can be vector-valued Y = XN+hX=(X1,...,XN)

  3. Multiple regression Fit by least squares lm() Residuals

  4. Linear c's to minimize E(XN+h - c0 XN -...-cN-1 X1 )2 Conditional expected value if {Xt} Gaussian/normal

  5. Prediction/forecast error Linear process The error is Represent series as linear process

  6. Box-Jenkins Model. arima(p,d,q) Stages of Box-Jenkins forecasting model (1) Model identification. Which p,d,q? (2) Estimation. arima() (3) Diagnostic checking. residuals (4) Consideration of alternate models. If necessary Cp. The scientific method

  7. Pertinent R functions arima() tsdiag() predict() - applied to output of arima help("predict.Arima")

More Related