Download presentation
Presentation is loading. Please wait.
1
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
2
Conditional expected value, E(Y|X) X can be vector-valued Y = X N+h X=(X 1,...,X N )
3
Multiple regression Fit by least squares lm() Residuals
4
Linear c's to minimize E(X N+h - c 0 X N -...-c N-1 X 1 ) 2 Conditional expected value if {X t } 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
10
Pertinent R functions arima() tsdiag() predict() - applied to output of arima help("predict.Arima")
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.