Ch 9. FORECASTING. Time Series Analysis

Size: px
Start display at page:

Download "Ch 9. FORECASTING. Time Series Analysis"

Transcription

1

2 In this chapter, we assume the model is known exactly, and consider the calculation of forecasts and their properties for both deterministic trend models and ARIMA models. 9.1 Minimum Mean Square Error Forecasting Suppose the series is available up to time t, namely Y 1, Y 2,, Y t. We forecast the value of Y t+l. We call t the forecast origin, l the lead time, and denote the forecast as Ŷ t (l). We shall develop methods based on minimizing the mean square forecasting error. It turns out that Ŷ t (l) = E(Y t+l Y 1, Y 2,, Y t ).

3 9.2 Deterministic Trends We assume that the model is Y t = µ t + X t, where µ t is a deterministic function, and X t is a white noise with zero mean and variance γ 0. Then Ŷ t (l) = E(µ t+l + X t+l Y 1,, Y t ) = E(µ t+l Y 1,, Y t ) + E(X t+l Y 1,, Y t ) = µ t+l. The forecast error is given by e t (l) = Y t+l Ŷ t (l) = X t+l. Since E(e t (l)) = 0, the forecast is unbiased. The forecast error variance is Var (e t (l)) = Var (X t+l ) = γ 0.

4 Ex. In Exhibits 3.5 and 3.6, we estimate the temperature series in Dubuque, Iowa as a cosine trend ˆµ t = ( ) cos(2πt) + ( ) sin(2πt) The start time is January 1964, and the end time is December Here ˆµ t is a periodic function of period 1 so we will get the same forecast temperature on the same month each year. For example, the forecast temperature at June 1976 is ˆµ /12 = ˆµ 5/12 = F

5 9.3 ARIMA Forecasting For ARIMA models, the forecasts can be expressed in several different ways.

6 9.3.1 AR(1) The model is Y t µ = φ(y t 1 µ) + e t. Replace t by t + l: Y t+l µ = φ(y t+l 1 µ) + e t+l Take conditional expectation E( Y 1,, Y t ): Ŷ t (l) µ = φ(ŷ t (l 1) µ) + E(e t+l Y 1,, Y t ) Ŷ t (l) µ = φ(ŷ t (l 1) µ) or Ŷ t (l) = µ + φ(ŷ t (l 1) µ). The last equation is the difference equation form of the forecast. Then Ŷ t (l) µ = φ(ŷt(l 1) µ) = φ 2 (Ŷt(l 2) µ) = = φ l (Y t µ) So the lead l forecast may also be expressed as Ŷ t (l) = µ + φ l (Y t µ). Since φ < 1, we have Ŷt(l) µ for large l. In numerical calculation, apply the difference equation form recursively will accumulate the round off error. We should use many decimal places in such calculations.

7 The estimated model is: Y t = (Y t ) + e t, and the last observed value of the color property is Y t = 67. We get the lead l forecast Ŷ t (l) = (0.5705) l ( ). We can implement a function to calculate Ŷ t (l) for some l: Ŷ t (1) = , Ŷ t (1) = , Ŷ t (1) = , Ŷ t (1) =

8 Now we calculate the forecast error e t (l) for AR(1) model. Recall Y t+l µ = e t+l + φ(y t+l 1 µ) = e t+l + φe t+l 1 + φ 2 (Y t+l 2 µ) = = e t+l + φe t+l φ l 1 e t+1 + φ l (Y t µ), Ŷ t (l) µ = φ l (Y t µ). Therefore, for AR(1) model, e t (l) = Y t+l Ŷ t (l) = e t+l + φe t+l φ l 1 e t+1. In particular, e t (1) = e t+1.

9 9.3.2 MA(1) The invertible model is: Y t = µ + e t θe t 1. Replace t by t + 1 and take E( Y 1,, Y t ): Ŷ t (1) = µ + E(e t+1 Y 1,, Y t ) θe(e t Y 1,, Y t ) = µ θe t. For l > 1, Ŷ t (l) = µ + E(e t+l Y 1,, Y t ) θe(e t+l 1 Y 1,, Y t ) = µ.

10 9.3.3 The Random Walk with Drift The nonstationary model is: Y t = Y t 1 + θ 0 + e t. Then E(Y t+l Y 1,, Y t ) = E(Y t+l 1 Y 1,, Y t )+θ 0 +E(e t+l Y 1,, Y t ) We get Ŷ t (l) = Ŷ t (l 1) + θ 0 = = Y t + θ 0 l. Now we consider the forecast error. Y t+l = Y t+l 1 +θ 0 +e t+l = = Y t +θ 0 l+e t+l +e t+l 1 + +e t+1. Hence e t (l) = Y t+l Ŷ t (l) = e t+l + e t+l e t+1. So the forecast is unbiased as E(e t (l)) = 0, and Var (e t (l)) = σ 2 el. In general, an ARIMA process is nonstationary iff Var (e t (l)) grows without limit.

11 9.3.4 ARMA(p,q) For a stationary invertible ARMA(p,q) model, the difference equation form is Ŷ t (l) = in which p φ i Ŷ t (l i) + θ 0 i=1 q θ j E(e t+l j Y 1,, Y t ) j=1 E(e t+j Y 1,, Y t ) = { 0 for j > 0 e t+j for j 0 The Ŷ t (l) is the true forecast when l > 0, but Ŷ t (l) = Y t+l for l 0.

12 Ex. Consider the ARMA(1,2) model: Y s = φy s 1 + θ 0 + e s θ 1 e s 1 θ 2 e s 2. Then Ŷ t (1) = φy t + θ 0 θ 1 e t θ 2 e t 1, Ŷ t (2) = φŷ t (1) + θ 0 θ 2 e t, Ŷ t (l) = φŷ t (l 1) + θ 0, l 3. The forecast may be expressed explicitly in terms of µ = θ 0 1 φ : Ŷ t (l) µ = φ l (Y t µ) (φ l 1 θ 1 + φ l 2 θ 2 )e t φ l 1 θ 2 e t 1.

13 For ARMA(p,q) models, the noise terms e t (q 1),, e t 1, e t appear directly in the computation of the forecasts for leads l = 1, 2,, q. However, for l > q, the autoregressive portion of the difference equation takes over, and we have Ŷ t (l) = φ 1 Ŷ t (l 1)+φ 2 Ŷ t (l 2)+ +φ p Ŷ t (l p)+θ 0 for l > q. (1) So the nature of the forecasts for long lead times will be determined by the autoregressive parameters φ 1,, φ p. Recall that θ 0 = µ(1 φ 1 φ 2 φ p ). (1) may be rewritten as Ŷ t (l) µ = φ 1 [Ŷ t (l 1) µ]+φ 2 [Ŷ t (l 2) µ]+ +φ p [Ŷ t (l p) µ] for l > q. (2)

14 Now we discuss the forecast error {e t (l)} for general (stationary or nonstationary) ARIMA models. Appendix G shows that every ARIMA model has truncated linear process representation: Y t+l = C t (l) + I t (l) for l 1 (3) where C t (l) is a function of Y t, Y t 1,, and I t (l) = e t+l + Ψ 1 e t+l 1 + Ψ 2 e t+l Ψ l 1 e t+1 for l 1. (4) Take E( Y 1,, Y t ) on (3): Ŷ t (l) = E(C t (l) Y 1,, Y t ) + E(I t (l) Y 1,, Y t ) = C t (l) Therefore, e t (l) = Ŷ t (l) Y t+l = I t (l) = e t+l + Ψ 1 e t+l Ψ l 1 e t+1.

15 It implies that the forecasts are unbiased: and E(e t (l)) = 0, l 1 Var (e t (l)) = σe 2 j=0 Ψ 2 j for l 1. For stationary ARMA models and large l, the variances increase with upper bounded: Var (e t (l)) σe 2 Ψ 2 j = γ 0. For nonstationary ARIMA models, the forecasts are unbiased; however, the Ψ j weights does not decay to zero as j increases, so that the error variances increase without bounded. j=0

16 9.3.5 Nonstationary Models Recall that {Y t } ARIMA(p, d, q) means that d Y t = φ 1 d Y t 1 +φ 2 d Y t 2 + +φ p d Y t p +e t θ 1 e t 1 θ 2 e t 2 θ q e where d Y t = d 1 Y t d 1 Y t 1 = = Y t ( ) d Y t d i=0 ( ) d ( 1) i Y t i i ( ) d Y t ( ) d ( 1) d 1 Y t d+1 + ( 1 d 1 So an ARIMA(p,d,q) model can be naturally expressed as a nonstationary ARMA(p+d,q) model. We can get the forecasts Ŷ t (t) and the forecast errors e t (l) similarly to those for stationary ARMA(p,q) models.

17 Ex. The ARIMA(1,1,1) model is Y t Y t 1 = φ(y t 1 Y t 2 ) + θ 0 + e t θe t 1. It has an ARMA(2,1) expression: Y t = (1 + φ)y t 1 φy t 2 + θ 0 + e t θe t 1. In the above equation, replace t by t + 1, t + 2, or t + l, and take E( Y 1,, Y t ). We get the forecasts: Ŷ t (1) = (1 + φ)y t φy t 1 + θ 0 θe t, Ŷ t (2) = (1 + φ)ŷ t (1) φy t + θ 0, Ŷ t (l) = (1 + φ)ŷ t (l 1) φŷ t (l 2) + θ 0.

18 For all nonstationary ARIMA models, the forecasts are unbiased, l 1 but the variance of forecast error, Var (e t (l)) = σe 2 Ψ 2 j, grows without bound. Some examples: 1 for the random walk with drift, Ψ j = 1; 2 for IMA(1,1) model, Ψ j = 1 θ for j 1; j=0 3 for ARI(1,1) model, Ψ j = (1 φ j+1 )/(1 φ) for j 1. So with nonstationary series, the distant future is quite uncertain. Section 9.9 gives the Summary of Forecasting with Certain ARIMA Models.

19 9.4 Prediction Limits Deterministic Trends The model is: Y t = µ t + X t. Recall that Ŷ t (l) = µ t+l, e t (l) = X t+l, Var (e t (l)) = γ 0. Suppose the stochastic component X t is normally distributed. Then so is the forecast error e t (l). For a given confidence level 1 α, we could use a standard normal percentile z 1 α/2 = F 1 (1 α/2) (the inverse function of the cdf of the standard normal distribution), to claim [ ] P z 1 α/2 < Y t+l Ŷt(l) = 1 α (5) Var (et (l)) Thus we may be (1 α)100% confident that the future observation Y t+l will be contained within the prediction limits Ŷ t (l) ± z 1 α/2 Var (et (l)).

20 Ex. The monthly average temperature series in Dubuque, Iowa is modeled by a trend ˆµ t = ( ) cos(2πt) + ( ) sin(2πt) with Var (e t (l)) = γ 0 = 3.7 F. The predicted temperature of June 1976 is 68.3 F. Thus with 95% of confidence interval, the average June 1976 temperature is 68.3 ± 1.96(3.7) = 68.3 ± 7.252, or [61.05 F, F ]. In practice, the correct forecast error variance will be slightly larger than Var (e t (l)) as we use the estimated parameters.

21 9.4.2 ARIMA Models If the white noise terms {e t } are normally distributed, then so is the forecast error e t (l). We know that l 1 Var (e t (l)) = σe 2. Both σ 2 e and Ψ-weights must be estimated from the observed time series. For large sample sizes, the estimations will have little effect on the actual prediction limits. j=0 Ψ 2 j

22 Ex. (TS-ch9.R) The AR(1) model estimation of industry color property in Exhibit 9.1 estimates that and we have φ = , µ = , σ 2 e = 24.8, Ŷ t (l) = (0.5705) l ( ), [ ] 1 φ Var (e t (l)) = σe 2 2l 1 φ 2. Thus the 95% confidence interval for l-step-ahead prediction is ( ) (0.5705) l 2l ( ) ± We can calculated some intervals for l = 1, 2, 5, 10, etc.

23 9.5 Forecasting Illustrations Deterministic Trends We use the example of temperature series in Dubuque, Iowa to show how to plot the series with forecast and confidence band.

24 Ex. 9.2 (cont) The model fits quite well with a relatively small error variance, the forecast limits are quite close to the fitted trend forecast.

25 9.5.2 ARIMA Models Notice how the forecasts approach the mean exponentially as the lead time increases. Also note how the prediction limits increase in width.

26

27 9.6 Updating ARIMA Forecasts The origin forecast with origin time t and lead l + 1 is Ŷ t (l + 1). Once the observation Y t+1 at time t + 1 is known, we may update the forecast as Ŷ t+1 (l). The truncated linear process shows that Y t+l+1 = C t (l + 1) + e t+l+1 + Ψ 1 e t+l + + Ψ l e t+1. Note that C t (l + 1) and e t+1 are functions of Y t+1, Y t,. Take E( Y 1,, Y t+1 ) on both sides. Ŷ t+1 (l) = C t (l + 1) + Ψ l e t+1 = Ŷ t (l + 1) + Ψ l [Y t+1 Ŷ t (1)] where Y t+1 Ŷ t (1) is the actual forecast error at time t + 1 once Y t+1 has been observed.

28 Ex. The AR(1) model for the industrial color property in Exhibit 9.1 gives Ŷ 35 (1) = , Ŷ 35 (2) = If we now observe the next value Y 36 = 65, then we update the forecast for t = 37 as Ŷ 36 (1) = ( ) =

29 9.7 Forecast Weights and Exponentially Weighted Moving Averages We hope to explicitly determine the forecasts from the observed series Y t, Y t 1,, Y 1. In general, an invertible ARIMA(p,d,q) process has an inverted form: Y t = π 1 Y t 1 + π 2 Y t 2 + π 3 Y t e t. Then Y t+l = π 1 Y t+l 1 + π 2 Y t+l e t+l. Apply E( Y 1,, Y t ) on both sides for l = 1, 2, We get Ŷ t (1) = π 1 Y t + π 2 Y t 1 + π 3 Y t 2 +, Ŷ t (2) = π 1 Ŷ t (1) + π 2 Y t + π 3 Y t 1 +,.

30 Now we determine the π-weights. An ARIMA(p,d,q) model may be written as a nonstationary ARMA(p+d,q) model: Y t = ϕ 1 Y t 1 +ϕ 2 Y t 2 + +ϕ p+d Y t p d +e t θ 1 e t 1 θ q e t q.

31 Ex. Consider the nonstationary IMA(1,1) model: Y t = Y t 1 + e t θe t 1. Use (9.7.2) or substitute e t = Y t π 1 Y t 1 π 2 Y t 2 for e t and e t 1. We get Therefore, π j = θπ j 1 = θ j 1 π 1 = (1 θ)θ j 1, j 1. Ŷ t (1) = (1 θ)y t + (1 θ)θy t 1 + (1 θ)θ 2 Y t 2 + Here the π-weights decrease exponentially. Thus Ŷt(1) is called an exponentially weighted moving average (EWMA). We also have Ŷ t (1) = (1 θ)y t + θŷ t 1 (1) = Ŷ t 1 (1) + (1 θ)[y t Ŷ t 1 (1)]. They show how to update forecasts from origin t 1 to origin t.

32 9.8 Forecasting Transformed Series Differencing For nonstationary ARIMA models, we use differences to achieve stationarity. Two methods of forecasting may be used: 1 forecasting the original nonstationary series, 2 forecasting the stationary differenced series, then sum the terms to obtain the forecast of original series. Both methods will lead to the same forecast for any type of linear transformation with constant coefficients, including differences. Because taking conditional expectation is a linear function.

33 9.8.2 Log Transformations Let Y t denote the original series value and let Z t = log(y t ). We always have E(Y t+l Y 1,, Y t ) exp[e(z t+l Z 1,, Z t )] with equality holding only in trivial cases. Thus exp[ẑ t (l)] is not the minimum mean square error forecast of Y t+l. Fact: If X has a normal distribution with mean µ and variance σ 2, then ] E(exp(X)) = exp [µ + σ2. 2

34 In our case, µ = E(Z t+l Z 1,, Z t ) and σ 2 = Var (Z t+l Z t, Z t 1,, Z 1 ) ) = Var (Ẑt (l) + e t (l) Z t, Z t 1,, Z 1 = Var (C t (l) + e t (l) Z t, Z t 1,, Z 1 ) = Var (e t (l) Z t, Z t 1,, Z 1 ) = Var (e t (l)). Thus the minimum mean square error forecast in the original series is given by { Ŷ t (l) = exp Ẑ t (l) + 1 } 2 Var (e t(l)).

35 However, if Z t has a normal distribution, then Y t = exp(z t ) has a lognormal distribution, for which a criterion based on the mean absolute error would be better. The optimal forecast for this criterion is the median of Y t+l conditional on Y t, Y t 1,, Y 1. The log function preserves the mean. So in this case Ŷ t (l) = mean [Y t+l Y t,, Y 1 ] = exp [mean(z t+l Z t, Z 1 )] ] = exp [Ẑt (l) = exp µ.

36 9.9 Summary of Forecasting with Certain ARIMA Models This section includes a summary of Ŷt(l), e t (l), Var (e t (l)), and Ψ j, for AR(1), MA(1), IMA(1,1), IMA(2,2) models.

37

38

39

40

41

42

Chapter 9: Forecasting

Chapter 9: Forecasting Chapter 9: Forecasting One of the critical goals of time series analysis is to forecast (predict) the values of the time series at times in the future. When forecasting, we ideally should evaluate the

More information

Ch 5. Models for Nonstationary Time Series. Time Series Analysis

Ch 5. Models for Nonstationary Time Series. Time Series Analysis We have studied some deterministic and some stationary trend models. However, many time series data cannot be modeled in either way. Ex. The data set oil.price displays an increasing variation from the

More information

Chapter 5: Models for Nonstationary Time Series

Chapter 5: Models for Nonstationary Time Series Chapter 5: Models for Nonstationary Time Series Recall that any time series that is a stationary process has a constant mean function. So a process that has a mean function that varies over time must be

More information

Ch 6. Model Specification. Time Series Analysis

Ch 6. Model Specification. Time Series Analysis We start to build ARIMA(p,d,q) models. The subjects include: 1 how to determine p, d, q for a given series (Chapter 6); 2 how to estimate the parameters (φ s and θ s) of a specific ARIMA(p,d,q) model (Chapter

More information

Ch 4. Models For Stationary Time Series. Time Series Analysis

Ch 4. Models For Stationary Time Series. Time Series Analysis This chapter discusses the basic concept of a broad class of stationary parametric time series models the autoregressive moving average (ARMA) models. Let {Y t } denote the observed time series, and {e

More information

ECON/FIN 250: Forecasting in Finance and Economics: Section 7: Unit Roots & Dickey-Fuller Tests

ECON/FIN 250: Forecasting in Finance and Economics: Section 7: Unit Roots & Dickey-Fuller Tests ECON/FIN 250: Forecasting in Finance and Economics: Section 7: Unit Roots & Dickey-Fuller Tests Patrick Herb Brandeis University Spring 2016 Patrick Herb (Brandeis University) Unit Root Tests ECON/FIN

More information

Forecasting with ARMA

Forecasting with ARMA Forecasting with ARMA Eduardo Rossi University of Pavia October 2013 Rossi Forecasting Financial Econometrics - 2013 1 / 32 Mean Squared Error Linear Projection Forecast of Y t+1 based on a set of variables

More information

Part 1. Multiple Choice (50 questions, 1 point each) Part 2. Problems/Short Answer (10 questions, 5 points each)

Part 1. Multiple Choice (50 questions, 1 point each) Part 2. Problems/Short Answer (10 questions, 5 points each) GROUND RULES: This exam contains two parts: Part 1. Multiple Choice (50 questions, 1 point each) Part 2. Problems/Short Answer (10 questions, 5 points each) The maximum number of points on this exam is

More information

Forecasting. This optimal forecast is referred to as the Minimum Mean Square Error Forecast. This optimal forecast is unbiased because

Forecasting. This optimal forecast is referred to as the Minimum Mean Square Error Forecast. This optimal forecast is unbiased because Forecasting 1. Optimal Forecast Criterion - Minimum Mean Square Error Forecast We have now considered how to determine which ARIMA model we should fit to our data, we have also examined how to estimate

More information

Ch3. TRENDS. Time Series Analysis

Ch3. TRENDS. Time Series Analysis 3.1 Deterministic Versus Stochastic Trends The simulated random walk in Exhibit 2.1 shows a upward trend. However, it is caused by a strong correlation between the series at nearby time points. The true

More information

TMA4285 December 2015 Time series models, solution.

TMA4285 December 2015 Time series models, solution. Norwegian University of Science and Technology Department of Mathematical Sciences Page of 5 TMA4285 December 205 Time series models, solution. Problem a) (i) The slow decay of the ACF of z t suggest that

More information

7. Forecasting with ARIMA models

7. Forecasting with ARIMA models 7. Forecasting with ARIMA models 309 Outline: Introduction The prediction equation of an ARIMA model Interpreting the predictions Variance of the predictions Forecast updating Measuring predictability

More information

Univariate ARIMA Models

Univariate ARIMA Models Univariate ARIMA Models ARIMA Model Building Steps: Identification: Using graphs, statistics, ACFs and PACFs, transformations, etc. to achieve stationary and tentatively identify patterns and model components.

More information

Chapter 4: Models for Stationary Time Series

Chapter 4: Models for Stationary Time Series Chapter 4: Models for Stationary Time Series Now we will introduce some useful parametric models for time series that are stationary processes. We begin by defining the General Linear Process. Let {Y t

More information

Exercises - Time series analysis

Exercises - Time series analysis Descriptive analysis of a time series (1) Estimate the trend of the series of gasoline consumption in Spain using a straight line in the period from 1945 to 1995 and generate forecasts for 24 months. Compare

More information

Stat 5100 Handout #12.e Notes: ARIMA Models (Unit 7) Key here: after stationary, identify dependence structure (and use for forecasting)

Stat 5100 Handout #12.e Notes: ARIMA Models (Unit 7) Key here: after stationary, identify dependence structure (and use for forecasting) Stat 5100 Handout #12.e Notes: ARIMA Models (Unit 7) Key here: after stationary, identify dependence structure (and use for forecasting) (overshort example) White noise H 0 : Let Z t be the stationary

More information

Università di Pavia. Forecasting. Eduardo Rossi

Università di Pavia. Forecasting. Eduardo Rossi Università di Pavia Forecasting Eduardo Rossi Mean Squared Error Forecast of Y t+1 based on a set of variables observed at date t, X t : Yt+1 t. The loss function MSE(Y t+1 t ) = E[Y t+1 Y t+1 t ]2 The

More information

FE570 Financial Markets and Trading. Stevens Institute of Technology

FE570 Financial Markets and Trading. Stevens Institute of Technology FE570 Financial Markets and Trading Lecture 5. Linear Time Series Analysis and Its Applications (Ref. Joel Hasbrouck - Empirical Market Microstructure ) Steve Yang Stevens Institute of Technology 9/25/2012

More information

at least 50 and preferably 100 observations should be available to build a proper model

at least 50 and preferably 100 observations should be available to build a proper model III Box-Jenkins Methods 1. Pros and Cons of ARIMA Forecasting a) need for data at least 50 and preferably 100 observations should be available to build a proper model used most frequently for hourly or

More information

STAT Financial Time Series

STAT Financial Time Series STAT 6104 - Financial Time Series Chapter 4 - Estimation in the time Domain Chun Yip Yau (CUHK) STAT 6104:Financial Time Series 1 / 46 Agenda 1 Introduction 2 Moment Estimates 3 Autoregressive Models (AR

More information

Ch 8. MODEL DIAGNOSTICS. Time Series Analysis

Ch 8. MODEL DIAGNOSTICS. Time Series Analysis Model diagnostics is concerned with testing the goodness of fit of a model and, if the fit is poor, suggesting appropriate modifications. We shall present two complementary approaches: analysis of residuals

More information

STAT 443 Final Exam Review. 1 Basic Definitions. 2 Statistical Tests. L A TEXer: W. Kong

STAT 443 Final Exam Review. 1 Basic Definitions. 2 Statistical Tests. L A TEXer: W. Kong STAT 443 Final Exam Review L A TEXer: W Kong 1 Basic Definitions Definition 11 The time series {X t } with E[X 2 t ] < is said to be weakly stationary if: 1 µ X (t) = E[X t ] is independent of t 2 γ X

More information

EASTERN MEDITERRANEAN UNIVERSITY ECON 604, FALL 2007 DEPARTMENT OF ECONOMICS MEHMET BALCILAR ARIMA MODELS: IDENTIFICATION

EASTERN MEDITERRANEAN UNIVERSITY ECON 604, FALL 2007 DEPARTMENT OF ECONOMICS MEHMET BALCILAR ARIMA MODELS: IDENTIFICATION ARIMA MODELS: IDENTIFICATION A. Autocorrelations and Partial Autocorrelations 1. Summary of What We Know So Far: a) Series y t is to be modeled by Box-Jenkins methods. The first step was to convert y t

More information

For a stochastic process {Y t : t = 0, ±1, ±2, ±3, }, the mean function is defined by (2.2.1) ± 2..., γ t,

For a stochastic process {Y t : t = 0, ±1, ±2, ±3, }, the mean function is defined by (2.2.1) ± 2..., γ t, CHAPTER 2 FUNDAMENTAL CONCEPTS This chapter describes the fundamental concepts in the theory of time series models. In particular, we introduce the concepts of stochastic processes, mean and covariance

More information

Classic Time Series Analysis

Classic Time Series Analysis Classic Time Series Analysis Concepts and Definitions Let Y be a random number with PDF f Y t ~f,t Define t =E[Y t ] m(t) is known as the trend Define the autocovariance t, s =COV [Y t,y s ] =E[ Y t t

More information

ESSE Mid-Term Test 2017 Tuesday 17 October :30-09:45

ESSE Mid-Term Test 2017 Tuesday 17 October :30-09:45 ESSE 4020 3.0 - Mid-Term Test 207 Tuesday 7 October 207. 08:30-09:45 Symbols have their usual meanings. All questions are worth 0 marks, although some are more difficult than others. Answer as many questions

More information

THE ROYAL STATISTICAL SOCIETY 2009 EXAMINATIONS SOLUTIONS GRADUATE DIPLOMA MODULAR FORMAT MODULE 3 STOCHASTIC PROCESSES AND TIME SERIES

THE ROYAL STATISTICAL SOCIETY 2009 EXAMINATIONS SOLUTIONS GRADUATE DIPLOMA MODULAR FORMAT MODULE 3 STOCHASTIC PROCESSES AND TIME SERIES THE ROYAL STATISTICAL SOCIETY 9 EXAMINATIONS SOLUTIONS GRADUATE DIPLOMA MODULAR FORMAT MODULE 3 STOCHASTIC PROCESSES AND TIME SERIES The Society provides these solutions to assist candidates preparing

More information

STAT 520: Forecasting and Time Series. David B. Hitchcock University of South Carolina Department of Statistics

STAT 520: Forecasting and Time Series. David B. Hitchcock University of South Carolina Department of Statistics David B. University of South Carolina Department of Statistics What are Time Series Data? Time series data are collected sequentially over time. Some common examples include: 1. Meteorological data (temperatures,

More information

Class 1: Stationary Time Series Analysis

Class 1: Stationary Time Series Analysis Class 1: Stationary Time Series Analysis Macroeconometrics - Fall 2009 Jacek Suda, BdF and PSE February 28, 2011 Outline Outline: 1 Covariance-Stationary Processes 2 Wold Decomposition Theorem 3 ARMA Models

More information

Econ 424 Time Series Concepts

Econ 424 Time Series Concepts Econ 424 Time Series Concepts Eric Zivot January 20 2015 Time Series Processes Stochastic (Random) Process { 1 2 +1 } = { } = sequence of random variables indexed by time Observed time series of length

More information

APPLIED ECONOMETRIC TIME SERIES 4TH EDITION

APPLIED ECONOMETRIC TIME SERIES 4TH EDITION APPLIED ECONOMETRIC TIME SERIES 4TH EDITION Chapter 2: STATIONARY TIME-SERIES MODELS WALTER ENDERS, UNIVERSITY OF ALABAMA Copyright 2015 John Wiley & Sons, Inc. Section 1 STOCHASTIC DIFFERENCE EQUATION

More information

Some Time-Series Models

Some Time-Series Models Some Time-Series Models Outline 1. Stochastic processes and their properties 2. Stationary processes 3. Some properties of the autocorrelation function 4. Some useful models Purely random processes, random

More information

1 Linear Difference Equations

1 Linear Difference Equations ARMA Handout Jialin Yu 1 Linear Difference Equations First order systems Let {ε t } t=1 denote an input sequence and {y t} t=1 sequence generated by denote an output y t = φy t 1 + ε t t = 1, 2,... with

More information

Part 1. Multiple Choice (40 questions, 1 point each) Part 2. Problems/Short Answer (10 questions, 6 points each)

Part 1. Multiple Choice (40 questions, 1 point each) Part 2. Problems/Short Answer (10 questions, 6 points each) GROUND RULES: This exam contains two parts: Part 1. Multiple Choice (40 questions, 1 point each) Part 2. Problems/Short Answer (10 questions, 6 points each) The maximum number of points on this exam is

More information

{ } Stochastic processes. Models for time series. Specification of a process. Specification of a process. , X t3. ,...X tn }

{ } Stochastic processes. Models for time series. Specification of a process. Specification of a process. , X t3. ,...X tn } Stochastic processes Time series are an example of a stochastic or random process Models for time series A stochastic process is 'a statistical phenomenon that evolves in time according to probabilistic

More information

Regression of Time Series

Regression of Time Series Mahlerʼs Guide to Regression of Time Series CAS Exam S prepared by Howard C. Mahler, FCAS Copyright 2016 by Howard C. Mahler. Study Aid 2016F-S-9Supplement Howard Mahler hmahler@mac.com www.howardmahler.com/teaching

More information

ARIMA Models. Jamie Monogan. January 16, University of Georgia. Jamie Monogan (UGA) ARIMA Models January 16, / 27

ARIMA Models. Jamie Monogan. January 16, University of Georgia. Jamie Monogan (UGA) ARIMA Models January 16, / 27 ARIMA Models Jamie Monogan University of Georgia January 16, 2018 Jamie Monogan (UGA) ARIMA Models January 16, 2018 1 / 27 Objectives By the end of this meeting, participants should be able to: Argue why

More information

Chapter 3 - Temporal processes

Chapter 3 - Temporal processes STK4150 - Intro 1 Chapter 3 - Temporal processes Odd Kolbjørnsen and Geir Storvik January 23 2017 STK4150 - Intro 2 Temporal processes Data collected over time Past, present, future, change Temporal aspect

More information

ARIMA Modelling and Forecasting

ARIMA Modelling and Forecasting ARIMA Modelling and Forecasting Economic time series often appear nonstationary, because of trends, seasonal patterns, cycles, etc. However, the differences may appear stationary. Δx t x t x t 1 (first

More information

ECON/FIN 250: Forecasting in Finance and Economics: Section 6: Standard Univariate Models

ECON/FIN 250: Forecasting in Finance and Economics: Section 6: Standard Univariate Models ECON/FIN 250: Forecasting in Finance and Economics: Section 6: Standard Univariate Models Patrick Herb Brandeis University Spring 2016 Patrick Herb (Brandeis University) Standard Univariate Models ECON/FIN

More information

Discrete time processes

Discrete time processes Discrete time processes Predictions are difficult. Especially about the future Mark Twain. Florian Herzog 2013 Modeling observed data When we model observed (realized) data, we encounter usually the following

More information

NANYANG TECHNOLOGICAL UNIVERSITY SEMESTER II EXAMINATION MAS451/MTH451 Time Series Analysis TIME ALLOWED: 2 HOURS

NANYANG TECHNOLOGICAL UNIVERSITY SEMESTER II EXAMINATION MAS451/MTH451 Time Series Analysis TIME ALLOWED: 2 HOURS NANYANG TECHNOLOGICAL UNIVERSITY SEMESTER II EXAMINATION 2012-2013 MAS451/MTH451 Time Series Analysis May 2013 TIME ALLOWED: 2 HOURS INSTRUCTIONS TO CANDIDATES 1. This examination paper contains FOUR (4)

More information

Read Section 1.1, Examples of time series, on pages 1-8. These example introduce the book; you are not tested on them.

Read Section 1.1, Examples of time series, on pages 1-8. These example introduce the book; you are not tested on them. TS Module 1 Time series overview (The attached PDF file has better formatting.)! Model building! Time series plots Read Section 1.1, Examples of time series, on pages 1-8. These example introduce the book;

More information

TIME SERIES ANALYSIS. Forecasting and Control. Wiley. Fifth Edition GWILYM M. JENKINS GEORGE E. P. BOX GREGORY C. REINSEL GRETA M.

TIME SERIES ANALYSIS. Forecasting and Control. Wiley. Fifth Edition GWILYM M. JENKINS GEORGE E. P. BOX GREGORY C. REINSEL GRETA M. TIME SERIES ANALYSIS Forecasting and Control Fifth Edition GEORGE E. P. BOX GWILYM M. JENKINS GREGORY C. REINSEL GRETA M. LJUNG Wiley CONTENTS PREFACE TO THE FIFTH EDITION PREFACE TO THE FOURTH EDITION

More information

The Identification of ARIMA Models

The Identification of ARIMA Models APPENDIX 4 The Identification of ARIMA Models As we have established in a previous lecture, there is a one-to-one correspondence between the parameters of an ARMA(p, q) model, including the variance of

More information

STAT 436 / Lecture 16: Key

STAT 436 / Lecture 16: Key STAT 436 / 536 - Lecture 16: Key Modeling Non-Stationary Time Series Many time series models are non-stationary. Recall a time series is stationary if the mean and variance are constant in time and the

More information

Statistical Methods for Forecasting

Statistical Methods for Forecasting Statistical Methods for Forecasting BOVAS ABRAHAM University of Waterloo JOHANNES LEDOLTER University of Iowa John Wiley & Sons New York Chichester Brisbane Toronto Singapore Contents 1 INTRODUCTION AND

More information

Lecture 4a: ARMA Model

Lecture 4a: ARMA Model Lecture 4a: ARMA Model 1 2 Big Picture Most often our goal is to find a statistical model to describe real time series (estimation), and then predict the future (forecasting) One particularly popular model

More information

Lecture 2: Univariate Time Series

Lecture 2: Univariate Time Series Lecture 2: Univariate Time Series Analysis: Conditional and Unconditional Densities, Stationarity, ARMA Processes Prof. Massimo Guidolin 20192 Financial Econometrics Spring/Winter 2017 Overview Motivation:

More information

Introduction to ARMA and GARCH processes

Introduction to ARMA and GARCH processes Introduction to ARMA and GARCH processes Fulvio Corsi SNS Pisa 3 March 2010 Fulvio Corsi Introduction to ARMA () and GARCH processes SNS Pisa 3 March 2010 1 / 24 Stationarity Strict stationarity: (X 1,

More information

Time Series 4. Robert Almgren. Oct. 5, 2009

Time Series 4. Robert Almgren. Oct. 5, 2009 Time Series 4 Robert Almgren Oct. 5, 2009 1 Nonstationarity How should you model a process that has drift? ARMA models are intrinsically stationary, that is, they are mean-reverting: when the value of

More information

Introduction to univariate Nonstationary time series models

Introduction to univariate Nonstationary time series models Introduction to univariate Nonstationary time series models Laura Mayoral Winter 2012, BGSE 1 Introduction Most economic and business time series are nonstationary and, therefore, the type of models that

More information

Chapter 12: An introduction to Time Series Analysis. Chapter 12: An introduction to Time Series Analysis

Chapter 12: An introduction to Time Series Analysis. Chapter 12: An introduction to Time Series Analysis Chapter 12: An introduction to Time Series Analysis Introduction In this chapter, we will discuss forecasting with single-series (univariate) Box-Jenkins models. The common name of the models is Auto-Regressive

More information

Covariance Stationary Time Series. Example: Independent White Noise (IWN(0,σ 2 )) Y t = ε t, ε t iid N(0,σ 2 )

Covariance Stationary Time Series. Example: Independent White Noise (IWN(0,σ 2 )) Y t = ε t, ε t iid N(0,σ 2 ) Covariance Stationary Time Series Stochastic Process: sequence of rv s ordered by time {Y t } {...,Y 1,Y 0,Y 1,...} Defn: {Y t } is covariance stationary if E[Y t ]μ for all t cov(y t,y t j )E[(Y t μ)(y

More information

Statistics 349(02) Review Questions

Statistics 349(02) Review Questions Statistics 349(0) Review Questions I. Suppose that for N = 80 observations on the time series { : t T} the following statistics were calculated: _ x = 10.54 C(0) = 4.99 In addition the sample autocorrelation

More information

FORECASTING SUGARCANE PRODUCTION IN INDIA WITH ARIMA MODEL

FORECASTING SUGARCANE PRODUCTION IN INDIA WITH ARIMA MODEL FORECASTING SUGARCANE PRODUCTION IN INDIA WITH ARIMA MODEL B. N. MANDAL Abstract: Yearly sugarcane production data for the period of - to - of India were analyzed by time-series methods. Autocorrelation

More information

Univariate Time Series Analysis; ARIMA Models

Univariate Time Series Analysis; ARIMA Models Econometrics 2 Fall 24 Univariate Time Series Analysis; ARIMA Models Heino Bohn Nielsen of4 Outline of the Lecture () Introduction to univariate time series analysis. (2) Stationarity. (3) Characterizing

More information

6.3 Forecasting ARMA processes

6.3 Forecasting ARMA processes 6.3. FORECASTING ARMA PROCESSES 123 6.3 Forecasting ARMA processes The purpose of forecasting is to predict future values of a TS based on the data collected to the present. In this section we will discuss

More information

CHAPTER 8 MODEL DIAGNOSTICS. 8.1 Residual Analysis

CHAPTER 8 MODEL DIAGNOSTICS. 8.1 Residual Analysis CHAPTER 8 MODEL DIAGNOSTICS We have now discussed methods for specifying models and for efficiently estimating the parameters in those models. Model diagnostics, or model criticism, is concerned with testing

More information

Ch. 19 Models of Nonstationary Time Series

Ch. 19 Models of Nonstationary Time Series Ch. 19 Models of Nonstationary Time Series In time series analysis we do not confine ourselves to the analysis of stationary time series. In fact, most of the time series we encounter are non stationary.

More information

3 Theory of stationary random processes

3 Theory of stationary random processes 3 Theory of stationary random processes 3.1 Linear filters and the General linear process A filter is a transformation of one random sequence {U t } into another, {Y t }. A linear filter is a transformation

More information

Time Series Outlier Detection

Time Series Outlier Detection Time Series Outlier Detection Tingyi Zhu July 28, 2016 Tingyi Zhu Time Series Outlier Detection July 28, 2016 1 / 42 Outline Time Series Basics Outliers Detection in Single Time Series Outlier Series Detection

More information

University of Oxford. Statistical Methods Autocorrelation. Identification and Estimation

University of Oxford. Statistical Methods Autocorrelation. Identification and Estimation University of Oxford Statistical Methods Autocorrelation Identification and Estimation Dr. Órlaith Burke Michaelmas Term, 2011 Department of Statistics, 1 South Parks Road, Oxford OX1 3TG Contents 1 Model

More information

Stochastic Modelling Solutions to Exercises on Time Series

Stochastic Modelling Solutions to Exercises on Time Series Stochastic Modelling Solutions to Exercises on Time Series Dr. Iqbal Owadally March 3, 2003 Solutions to Elementary Problems Q1. (i) (1 0.5B)X t = Z t. The characteristic equation 1 0.5z = 0 does not have

More information

Econ 623 Econometrics II Topic 2: Stationary Time Series

Econ 623 Econometrics II Topic 2: Stationary Time Series 1 Introduction Econ 623 Econometrics II Topic 2: Stationary Time Series In the regression model we can model the error term as an autoregression AR(1) process. That is, we can use the past value of the

More information

Theoretical and Simulation-guided Exploration of the AR(1) Model

Theoretical and Simulation-guided Exploration of the AR(1) Model Theoretical and Simulation-guided Exploration of the AR() Model Overview: Section : Motivation Section : Expectation A: Theory B: Simulation Section : Variance A: Theory B: Simulation Section : ACF A:

More information

E 4101/5101 Lecture 6: Spectral analysis

E 4101/5101 Lecture 6: Spectral analysis E 4101/5101 Lecture 6: Spectral analysis Ragnar Nymoen 3 March 2011 References to this lecture Hamilton Ch 6 Lecture note (on web page) For stationary variables/processes there is a close correspondence

More information

Chapter 3: Regression Methods for Trends

Chapter 3: Regression Methods for Trends Chapter 3: Regression Methods for Trends Time series exhibiting trends over time have a mean function that is some simple function (not necessarily constant) of time. The example random walk graph from

More information

Lesson 13: Box-Jenkins Modeling Strategy for building ARMA models

Lesson 13: Box-Jenkins Modeling Strategy for building ARMA models Lesson 13: Box-Jenkins Modeling Strategy for building ARMA models Facoltà di Economia Università dell Aquila umberto.triacca@gmail.com Introduction In this lesson we present a method to construct an ARMA(p,

More information

TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA

TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA CHAPTER 6 TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA 6.1. Introduction A time series is a sequence of observations ordered in time. A basic assumption in the time series analysis

More information

Elements of Multivariate Time Series Analysis

Elements of Multivariate Time Series Analysis Gregory C. Reinsel Elements of Multivariate Time Series Analysis Second Edition With 14 Figures Springer Contents Preface to the Second Edition Preface to the First Edition vii ix 1. Vector Time Series

More information

Lecture 8: ARIMA Forecasting Please read Chapters 7 and 8 of MWH Book

Lecture 8: ARIMA Forecasting Please read Chapters 7 and 8 of MWH Book Lecture 8: ARIMA Forecasting Please read Chapters 7 and 8 of MWH Book 1 Predicting Error 1. y denotes a random variable (stock price, weather, etc) 2. Sometimes we want to do prediction (guessing). Let

More information

Examination paper for Solution: TMA4285 Time series models

Examination paper for Solution: TMA4285 Time series models Department of Mathematical Sciences Examination paper for Solution: TMA4285 Time series models Academic contact during examination: Håkon Tjelmeland Phone: 4822 1896 Examination date: December 7th 2013

More information

Prof. Dr. Roland Füss Lecture Series in Applied Econometrics Summer Term Introduction to Time Series Analysis

Prof. Dr. Roland Füss Lecture Series in Applied Econometrics Summer Term Introduction to Time Series Analysis Introduction to Time Series Analysis 1 Contents: I. Basics of Time Series Analysis... 4 I.1 Stationarity... 5 I.2 Autocorrelation Function... 9 I.3 Partial Autocorrelation Function (PACF)... 14 I.4 Transformation

More information

Econometrics II Heij et al. Chapter 7.1

Econometrics II Heij et al. Chapter 7.1 Chapter 7.1 p. 1/2 Econometrics II Heij et al. Chapter 7.1 Linear Time Series Models for Stationary data Marius Ooms Tinbergen Institute Amsterdam Chapter 7.1 p. 2/2 Program Introduction Modelling philosophy

More information

Module 3. Descriptive Time Series Statistics and Introduction to Time Series Models

Module 3. Descriptive Time Series Statistics and Introduction to Time Series Models Module 3 Descriptive Time Series Statistics and Introduction to Time Series Models Class notes for Statistics 451: Applied Time Series Iowa State University Copyright 2015 W Q Meeker November 11, 2015

More information

Time Series Models and Inference. James L. Powell Department of Economics University of California, Berkeley

Time Series Models and Inference. James L. Powell Department of Economics University of California, Berkeley Time Series Models and Inference James L. Powell Department of Economics University of California, Berkeley Overview In contrast to the classical linear regression model, in which the components of the

More information

ARMA (and ARIMA) models are often expressed in backshift notation.

ARMA (and ARIMA) models are often expressed in backshift notation. Backshift Notation ARMA (and ARIMA) models are often expressed in backshift notation. B is the backshift operator (also called the lag operator ). It operates on time series, and means back up by one time

More information

Trend-Cycle Decompositions

Trend-Cycle Decompositions Trend-Cycle Decompositions Eric Zivot April 22, 2005 1 Introduction A convenient way of representing an economic time series y t is through the so-called trend-cycle decomposition y t = TD t + Z t (1)

More information

IDENTIFICATION OF ARMA MODELS

IDENTIFICATION OF ARMA MODELS IDENTIFICATION OF ARMA MODELS A stationary stochastic process can be characterised, equivalently, by its autocovariance function or its partial autocovariance function. It can also be characterised by

More information

Booth School of Business, University of Chicago Business 41914, Spring Quarter 2017, Mr. Ruey S. Tsay. Solutions to Midterm

Booth School of Business, University of Chicago Business 41914, Spring Quarter 2017, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41914, Spring Quarter 017, Mr Ruey S Tsay Solutions to Midterm Problem A: (51 points; 3 points per question) Answer briefly the following questions

More information

ARIMA Models. Jamie Monogan. January 25, University of Georgia. Jamie Monogan (UGA) ARIMA Models January 25, / 38

ARIMA Models. Jamie Monogan. January 25, University of Georgia. Jamie Monogan (UGA) ARIMA Models January 25, / 38 ARIMA Models Jamie Monogan University of Georgia January 25, 2012 Jamie Monogan (UGA) ARIMA Models January 25, 2012 1 / 38 Objectives By the end of this meeting, participants should be able to: Describe

More information

γ 0 = Var(X i ) = Var(φ 1 X i 1 +W i ) = φ 2 1γ 0 +σ 2, which implies that we must have φ 1 < 1, and γ 0 = σ2 . 1 φ 2 1 We may also calculate for j 1

γ 0 = Var(X i ) = Var(φ 1 X i 1 +W i ) = φ 2 1γ 0 +σ 2, which implies that we must have φ 1 < 1, and γ 0 = σ2 . 1 φ 2 1 We may also calculate for j 1 4.2 Autoregressive (AR) Moving average models are causal linear processes by definition. There is another class of models, based on a recursive formulation similar to the exponentially weighted moving

More information

Seasonal Models and Seasonal Adjustment

Seasonal Models and Seasonal Adjustment LECTURE 10 Seasonal Models and Seasonal Adjustment So far, we have relied upon the method of trigonometrical regression for building models which can be used for forecasting seasonal economic time series.

More information

Univariate ARIMA Forecasts (Theory)

Univariate ARIMA Forecasts (Theory) Univariate ARIMA Forecasts (Theory) Al Nosedal University of Toronto April 10, 2016 Al Nosedal University of Toronto Univariate ARIMA Forecasts (Theory) April 10, 2016 1 / 23 All univariate forecasting

More information

Financial Time Series Analysis: Part II

Financial Time Series Analysis: Part II Department of Mathematics and Statistics, University of Vaasa, Finland Spring 2017 1 Unit root Deterministic trend Stochastic trend Testing for unit root ADF-test (Augmented Dickey-Fuller test) Testing

More information

Estimation and application of best ARIMA model for forecasting the uranium price.

Estimation and application of best ARIMA model for forecasting the uranium price. Estimation and application of best ARIMA model for forecasting the uranium price. Medeu Amangeldi May 13, 2018 Capstone Project Superviser: Dongming Wei Second reader: Zhenisbek Assylbekov Abstract This

More information

Lecture 1: Fundamental concepts in Time Series Analysis (part 2)

Lecture 1: Fundamental concepts in Time Series Analysis (part 2) Lecture 1: Fundamental concepts in Time Series Analysis (part 2) Florian Pelgrin University of Lausanne, École des HEC Department of mathematics (IMEA-Nice) Sept. 2011 - Jan. 2012 Florian Pelgrin (HEC)

More information

Module 4. Stationary Time Series Models Part 1 MA Models and Their Properties

Module 4. Stationary Time Series Models Part 1 MA Models and Their Properties Module 4 Stationary Time Series Models Part 1 MA Models and Their Properties Class notes for Statistics 451: Applied Time Series Iowa State University Copyright 2015 W. Q. Meeker. February 14, 2016 20h

More information

Lecture 1: Stationary Time Series Analysis

Lecture 1: Stationary Time Series Analysis Syllabus Stationarity ARMA AR MA Model Selection Estimation Lecture 1: Stationary Time Series Analysis 222061-1617: Time Series Econometrics Spring 2018 Jacek Suda Syllabus Stationarity ARMA AR MA Model

More information

Ch. 15 Forecasting. 1.1 Forecasts Based on Conditional Expectations

Ch. 15 Forecasting. 1.1 Forecasts Based on Conditional Expectations Ch 15 Forecasting Having considered in Chapter 14 some of the properties of ARMA models, we now show how they may be used to forecast future values of an observed time series For the present we proceed

More information

A time series is called strictly stationary if the joint distribution of every collection (Y t

A time series is called strictly stationary if the joint distribution of every collection (Y t 5 Time series A time series is a set of observations recorded over time. You can think for example at the GDP of a country over the years (or quarters) or the hourly measurements of temperature over a

More information

Time Series Analysis -- An Introduction -- AMS 586

Time Series Analysis -- An Introduction -- AMS 586 Time Series Analysis -- An Introduction -- AMS 586 1 Objectives of time series analysis Data description Data interpretation Modeling Control Prediction & Forecasting 2 Time-Series Data Numerical data

More information

Univariate Nonstationary Time Series 1

Univariate Nonstationary Time Series 1 Univariate Nonstationary Time Series 1 Sebastian Fossati University of Alberta 1 These slides are based on Eric Zivot s time series notes available at: http://faculty.washington.edu/ezivot Introduction

More information

Final Examination 7/6/2011

Final Examination 7/6/2011 The Islamic University of Gaza Faculty of Commerce Department of Economics & Applied Statistics Time Series Analysis - Dr. Samir Safi Spring Semester 211 Final Examination 7/6/211 Name: ID: INSTRUCTIONS:

More information

2. An Introduction to Moving Average Models and ARMA Models

2. An Introduction to Moving Average Models and ARMA Models . An Introduction to Moving Average Models and ARMA Models.1 White Noise. The MA(1) model.3 The MA(q) model..4 Estimation and forecasting of MA models..5 ARMA(p,q) models. The Moving Average (MA) models

More information

Chapter 2: Unit Roots

Chapter 2: Unit Roots Chapter 2: Unit Roots 1 Contents: Lehrstuhl für Department Empirische of Wirtschaftsforschung Empirical Research and undeconometrics II. Unit Roots... 3 II.1 Integration Level... 3 II.2 Nonstationarity

More information

Introduction to Time Series Analysis. Lecture 11.

Introduction to Time Series Analysis. Lecture 11. Introduction to Time Series Analysis. Lecture 11. Peter Bartlett 1. Review: Time series modelling and forecasting 2. Parameter estimation 3. Maximum likelihood estimator 4. Yule-Walker estimation 5. Yule-Walker

More information

Transformations for variance stabilization

Transformations for variance stabilization FORECASTING USING R Transformations for variance stabilization Rob Hyndman Author, forecast Variance stabilization If the data show increasing variation as the level of the series increases, then a transformation

More information

A test for improved forecasting performance at higher lead times

A test for improved forecasting performance at higher lead times A test for improved forecasting performance at higher lead times John Haywood and Granville Tunnicliffe Wilson September 3 Abstract Tiao and Xu (1993) proposed a test of whether a time series model, estimated

More information