732G29 Time series analysis Fall semester ECTS-credits Course tutor and examiner: Anders Nordgaard Course web: Course literature: Bowerman, O’Connell, Koehler: Forecasting, Time Series and Regression. 4th ed. Thomson, Brooks/Cole ISBN
Organization of this course: (Almost) weekly “meetings”: Mixture between lectures and tutorials A great portion of self-studying Weekly assignments Individual project at the end of the course Individual oral exam Access to a computer is necessary. Computer rooms PC1-PC5 in Building E, ground floor can be used when they are not booked for another course For those of you that have your own PC, software Minitab can be borrowed for installation.
Examination The course is examined by 1.Homework exercises (assignments) and project work 2.Oral exam Homework exercises and project work will be marked Passed or Failed. If Failed, corrections must be done for the mark Pass. Oral exam marks are given according to ECTS grades. To pass the oral exam, all homework exercises and the project work must have been marked Pass. The final grade will be the same grade as for the oral exam.
Communication Contact with course tutor is best through Office in Building B, Entrance 27, 2nd floor, corridor E (the small one close to Building E), room 3E:485. Telephone: Working hours: Odd-numbered weeks: Wed-Fri Even-numbered weeks: Thu-Fri response all weekdays All necessary information will be communicated through the course web. Always use the English version. The first page contains the most recent information (messages) Assignments will successively be put on the course web as well as information about the project. Solutions to assignments can be ed or posted outside office door.
Time series
Characteristics Non-independent observations (correlations structure) Systematic variation within a year (seasonal effects) Long-term increasing or decreasing level (trend) Irregular variation of small magnitude (noise)
Where can time series be found? Economic indicators: Sales figures, employment statistics, stock market indices, … Meteorological data: precipitation, temperature,… Environmental monitoring: concentrations of nutrients and pollutants in air masses, rivers, marine basins,…
Time series analysis Purpose: Estimate different parts of a time series in order to –understand the historical pattern –judge upon the current status –make forecasts of the future development
Methodologies: MethodThis course? Time series regressionYes Classical decompositionYes Exponential smoothingYes ARIMA modelling (Box-Jenkins)Yes Non-parametric and semi-parametric analysisNo Transfer function and intervention modelsNo State space modellingNo Modern econometric methods: ARCH, GARCH, Cointegration No Spectral domain analysisNo
Time series regression? Let y t =(Observed) value of times series at time point t and assume a year is divided into L seasons Regession model (with linear trend): y t = 0 + 1 t+ j sj x j,t + t where x j,t =1 if y t belongs to season j and 0 otherwise, j=1,…,L-1 and { t } are assumed to have zero mean and constant variance ( 2 )
The parameters 0, 1, s1,…, s,L-1 are estimated by the Ordinary Least Squares method: (b 0, b 1, b s1, …,b s,L-1 )=argmin { (y t – ( 0 + 1 t+ j sj x j,t ) 2 } Advantages: Simple and robust method Easily interpreted components Normal inference (conf..intervals, hypothesis testing) directly applicable Forecasting with prediction limits directly applicable Drawbacks: Fixed components in model (mathematical trend function and constant seasonal components) No consideration to correlation between observations
Example: Sales figures jan jan jan jan feb feb feb feb mar mar mar mar apr apr apr apr maj maj maj maj jun jun jun jun jul jul jul jul aug aug aug aug sep sep sep sep okt okt okt okt nov nov nov nov dec dec dec dec
Construct seasonal indicators: x 1, x 2, …, x 12 January ( ): x 1 = 1, x 2 = 0, x 3 = 0, …, x 12 = 0 February ( ):x 1 = 0, x 2 = 1, x 3 = 0, …, x 12 = 0 etc. December ( ):x 1 = 0, x 2 = 0, x 3 = 0, …, x 12 = 1 Use 11 indicators, e.g. x 1 - x 11 in the regression model sales time x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x IIIIIIIIIIIIII
Analysis with software Minitab ®
Regression Analysis: sales versus time, x1,... The regression equation is sales = time x x x x x x x x x x x11 Predictor Coef SE Coef T P Constant time x x x x x x x x x x x S = R-Sq = 96.6% R-Sq(adj) = 95.5%
Analysis of Variance Source DF SS MS F P Regression Residual Error Total Source DF Seq SS time x x x x x x x x x x x
Unusual Observations Obs time sales Fit SE Fit Residual St Resid R R R denotes an observation with a large standardized residual Predicted Values for New Observations New Obs Fit SE Fit 95.0% CI 95.0% PI ( , ) ( , ) Values of Predictors for New Observations New Obs time x1 x2 x3 x4 x5 x New Obs x7 x8 x9 x10 x
What about serial correlation in data?
Positive serial correlation: Values follow a smooth pattern Negative serial correlation: Values show a “thorny” pattern How to obtain it? Use the residuals.
Residual plot from the regression analysis: Smooth or thorny?
Durbin Watson test on residuals: Thumb rule: If d 3, the conclusion is that residuals (and original data) are correlated. Use shape of figure (smooth or thorny) to decide if positive or negative) (More thorough rules for comparisons and decisions about positive or negative correlations exist.)
Durbin-Watson statistic = 2.05 (Comes in the output ) Value > 1 and < 3 No significant serial correlation in residuals!
What happens when the serial correlation is substantial? Estimated parameters in a regression model get their special properties regarding variance due to the fundamental conditions for the error terms { t }: Mean value zero Constant variance Uncorrelated (Normal distribution) If any of the first three conditions is violated Estimated variances of estimated parameters are not correct Significance tests for parameters are not reliable Prediction limits cannot be trusted
How should the problem be handled? Besides DW-test, carefully perform graphical residual analysis If the serial correlation is modest (DW-test non-significant, and graphs OK) it is usually OK to proceed Otherwise, amendments to the model is need, in particular by modelling the serial correlation (will appear later in this course)
Decompose – Analyse the observed time series in its different components: –Trend part(TR) –Seasonal part(SN) –Cyclical part(CL) –Irregular part(IR) Cyclical part: State-of-market in economic time series In environmental series, usually together with TR Classical decomposition
Multiplicative model: y t =TR t ·SN t ·CL t ·IR t Suitable for economic indicators Level is present in TR t or in TC t =(TR∙CL) t SN t, IR t (and CL t ) works as indices Seasonal variation increases with level of y t
Additive model: y t =TR t +SN t +CL t +IR t More suitable for environmental data Requires constant seasonal variation SN t, IR t (and CL t ) vary around 0
Example 1: Sales data
Example 2:
Estimation of components, working scheme 1.Seasonally adjustment/Deseasonalisation: SN t usually has the largest amount of variation among the components. The time series is deseasonalised by calculating centred and weighted Moving Averages: where L=Number of seasons within a year (L=2 for ½-year data, 4 for quaerterly data och 12 för monthly data)
– M t becomes a rough estimate of (TR∙CL) t. –Rough seasonal components are obtained by y t /M t in a multiplicative model y t – M t in an additive model –Mean values of the rough seasonal components are calculated for eacj season separetly. L means. –The L means are adjusted to have an exact average of 1 (i.e. their sum equals L ) in a multiplicative model. Have an exact average of 0 (i.e. their sum equals zero) in an additive model. – Final estimates of the seasonal components are set to these adjusted means and are denoted:
–The time series is now deaseasonalised by in a multiplicative model in an additive model where is one of depending on which of the seasons t represents.
2. Seasonally adjusted values are used to estimate the trend component and occasionally the cyclical component. If no cyclical component is present: Apply simple linear regression on the seasonally adjusted values Estimates tr t of linear or quadratic trend component. The residuals from the regression fit constitutes estimates, ir t of the irregular component If cyclical component is present: Estimate trend and cyclical component as a whole (do not split them) by i.e. A non-weighted centred Moving Average with length 2m+1 caclulated over the seasonally adjusted values
–Common values for 2m+1: 3, 5, 7, 9, 11, 13 –Choice of m is based on properties of the final estimate of IR t which is calculated as in a multiplicative model in an additive model –m is chosen so to minimise the serial correlation and the variance of ir t. –2m+1 is called (number of) points of the Moving Average.
Example, cont: Home sales data Minitab can be used for decomposition by Stat Time series Decomposition Choice of model Option to choose between two models
Time Series Decomposition Data Sold Length 47,0000 NMissing 0 Trend Line Equation Yt = 5, ,30E-02*t Seasonal Indices Period Index 1 -4, , , , , , , , , , , ,17361 Accuracy of Model MAPE: 16,4122 MAD: 0,9025 MSD: 1,6902
Deseasonalised data have been stored in a column with head DESE1. Moving Averages on these column can be calculated by Stat Time series Moving average Choice of 2m+1
MSD should be kept as small as possible TC component with 2m +1 = 3 (blue)
By saving residuals from the moving averages we can calculate MSD and serial correlations for each choice of 2m+1. 2m+1MSDCorr(e t,e t-1 ) A 7-points or 9-points moving average seems most reasonable.
Serial correlations are simply calculated by Stat Time series Lag and further Stat Basic statistics Correlation Or manually in Session window: MTB > lag ’RESI4’ c50 MTB > corr ’RESI4’ c50
Analysis with multiplicative model:
Time Series Decomposition Data Sold Length 47,0000 NMissing 0 Trend Line Equation Yt = 5, ,30E-02*t Seasonal Indices Period Index 1 0, , , , , , , , , , , , Accuracy of Model MAPE: 16,8643 MAD: 0,9057 MSD: 1,6388
additive
Classical decomposition, summary Multiplicative model: Additive model:
Deseasonalisation Estimate trend+cyclical component by a centred moving average: where L is the number of seasons (e.g. 12, 4, 2)
Filter out seasonal and error (irregular) components: –Multiplicative model: -- Additive model:
Calculate monthly averages Multiplicative model: for seasons m=1,…,L Additive model:
Normalise the monhtly means Multiplicative model: Additive model:
Deseasonalise Multiplicative model: Additive model: where sn t = sn m for current month m
Fit trend function, detrend (deaseasonalised) data Multiplicative model: Additive model:
Estimate cyclical component and separate from error component Multiplicative model: Additive model: