ECONOMETRIA II. CURSO 2009/2010 LAB # 3

Size: px
Start display at page:

Download "ECONOMETRIA II. CURSO 2009/2010 LAB # 3"

Transcription

1 ECONOMETRIA II. CURSO 2009/2010 LAB # 3 BOX-JENKINS METHODOLOGY The Box Jenkins approach combines the moving average and the autorregresive models. Although both models were already known, the contribution of Box and Jenkins was in developing a systematic methodology for identifying and estimating models that could incorporate both approaches. There are three primary stages in building a Box-Jenkins time series model: o Model identification o Model Estimation o Model Validation MODEL IDENTIFICATION: It consists to determine the adequate model from ARIMA family models. At this step, the parameters of the ARIMA model, ARIMA (p,d,q) x (P,D,Q) s will be identified. The first step in developing a Box-Jenkins model is to determine if the series is stationary and if there is any significant seasonality that needs to be modelled. If the time series is not stationary, Box-Jenkins proposed to find its stationary transformation by differencing the time series: Z t = (1-B) d (1-B s ) D 2

2 where d is the number of regular differences and D corresponds to the Lumber of seasonal differences. Generally, D = 0 ó 1 and 0 d+d 2. This phase is founded on the study of the autocorrelation (acf) and partial autocorrelation (pacf), and unit root tests (we will use the Augmented Dickey Fuller test, ADF) Once d and D are fixed, the acf and pacf are used to determined the orders of the autorregresive process (p) and the moving average process (q). Next table summarizes the features of the fac and the pacf for each type of model: The type of stationary model Process ACF PACF AR (p) MA (p) ARMA (p, q) Exponential, decaying to zero q spikes, rest are essentially zero Decay exponentially, starting alter few lags P spikes, rest are essentially zero Exponential, decaying to zero Decay exponentially, starting alter few lags In the Identification step, more than one model will be usually proposed (there will be several tentative models that could be fitted to the time series). All these models will be estimated (second step) and, finally, according to the third step (Model Validation), we will apply some tests on the coefficients and the residuals that allow us to choose the best model. MODEL ESTIMATION: Maximum likelihood estimation is generally the preferred technique to fit Box- Jenkins models. However, Eviews has not implemented this technique and it uses the method of least squares (LS). MODEL VALIDATION: o The estimates of the coefficients should be significantly different of 0. o The AR and MA parameters should satisfy stationary and invertibility conditions. o No multicolinearity 3

3 o The residuals should be white noise o Akaike and Schwartz criteria In this practice, we will use three univariate time series: ventas, empleo, and puros. 1. Ventas Ventas is a time series that corresponds to the annual sales of a particular company. It is available annually (then, it has not seasonal component) and it has 51 observations (from 1949 to 1999). We have the workfile where the variable of interest is ventas. First of all, we verify if the time series is stationary or not. If it is not stationary, we transform it to achieve stationarity. First of all, we plot the time series: Quik/Graph /ventas/line Graph 1200 Evolución de las ventas VENTAS It is continuously increasing (not constant mean) and the logarithm transformation is not needed. We look at its correlogram Quick/Series Statistics/Correlogram/ventas 4

4 Or, alternatively, from the menu of the time series ventas, View/Correlogram Because the acf starts high and declines slowly, it seems that ventas is not stationary, and should be differenced. We analyze the time series stationarity by using the DFA test: Quick/Series Statistics/unit root/ventas Null Hypothesis: VENTAS has a unit root Exogenous: Constant Lag Length: 1 (Automatic based on SIC, MAXLAG=10) t-statistic Prob.* Augmented Dickey-Fuller test statistic Test critical values: 1% level % level % level *MacKinnon (1996) one-sided p-values. Augmented Dickey-Fuller Test Equation Dependent Variable: D(VENTAS) Method: Least Squares Date: 04/11/06 Time: 17:42 Sample (adjusted): Included observations: 49 after adjustments Variable Coefficient Std. Error t-statistic Prob. 5

5 VENTAS(-1) D(VENTAS(-1)) C R-squared Mean dependent var Adjusted R-squared S.D. dependent var S.E. of regression Akaike info criterion Sum squared resid Schwarz criterion Log likelihood F-statistic Durbin-Watson stat Prob(F-statistic) According to the results the null hipótesis is not rejected. Then, ventas is not stationary. First to remove the trend of ventas, we propose to fit a linear deterministic trend: ventas = c +β t + ε t (1) and estimate this model as: Quick /estimate equation ventas Dependent Variable: VENTAS Method: Least Squares Date: 04/09/06 Time: 19:17 Sample: Included observations: 51 Variable Coefficient Std. Error t-statistic Prob. C R-squared Mean dependent var Adjusted R-squared S.D. dependent var S.E. of regression Akaike info criterion Sum squared resid Schwarz criterion Log likelihood F-statistic Durbin-Watson stat Prob(F-statistic)

6 VENTAS Residuals We see that the residuals are not a White Boise process, then model (1) is not a good model for ventas. We take the first difference of ventas, Dventas =ventas-ventas(-1), and transform the time series according to: Z t =(1-B)ventas The plot and the correlograms of the transformed time series, dventas, are: 15 Primera diferencia de la serie ventas DVENTAS 7

7 Both, the Plot and the acf indicate that dventas could be stationary. We complete the analysis using the DFA test for dventas D-F Aumentado test for Dventas Null Hypothesis: DVENTAS has a unit root Exogenous: Constant Lag Length: 0 (Automatic based on SIC, MAXLAG=10) t-statistic Prob.* Augmented Dickey-Fuller test statistic Test critical values: 1% level % level % level *MacKinnon (1996) one-sided p-values. Augmented Dickey-Fuller Test Equation Dependent Variable: D(DVENTAS) Method: Least Squares Date: 04/11/06 Time: 21:55 Sample (adjusted): Included observations: 49 after adjustments Variable Coefficient Std. Error t-statistic Prob. DVENTAS(-1)

8 C R-squared Mean dependent var Adjusted R-squared S.D. dependent var S.E. of regression Akaike info criterion Sum squared resid Schwarz criterion Log likelihood F-statistic Durbin-Watson stat Prob(F-statistic) The null hipótesis is rejected. Then the series dventas is sationary, and Z t = (1-B) ventas o ventas I (1) Is the stationary transformation of ventas. Next, we analyze the correlogram of dventas in order to determine the tentative ARMA models. Two models are proposed: AR(2) and MA(3). 1.1) ARIMA(2,1,0) : (1-φ 1 B- φ 2 B 2 ) (1-B) ventas = C+a t 1.2) ARIMA(0,1,3) : (1-B) ventas = C+ (1+ θ 1 B+ θ 2 B 2 + θ 3 B 3 )a t Estimation Both alternative models are estimated using Eviews: Model 1.1: Quick/Estimate Equation/ LS d(ventas,1) c ar(1) ar(2) Model 1.2: Quick/Estimate Equation/ LS d(ventas,1) c ma(1) ma(2) ma(3) The results are: Model1.1 Dependent Variable: DVENTAS Method: Least Squares Date: 04/09/06 Time: 19:10 Sample (adjusted): Included observations: 48 after adjustments Convergence achieved after 3 iterations Variable Coefficient Std. Error t-statistic Prob. C AR(1) AR(2) R-squared Mean dependent var Adjusted R-squared S.D. dependent var

9 S.E. of regression Akaike info criterion Sum squared resid Schwarz criterion Log likelihood F-statistic Durbin-Watson stat Prob(F-statistic) Inverted AR Roots Model 1.2 Dependent Variable: DVENTAS Method: Least Squares Date: 04/09/06 Time: 19:02 Sample (adjusted): Included observations: 50 after adjustments Convergence achieved after 13 iterations Backcast: Variable Coefficient Std. Error t-statistic Prob. C MA(1) MA(2) MA(3) R-squared Mean dependent var Adjusted R-squared S.D. dependent var S.E. of regression Akaike info criterion Sum squared resid Schwarz criterion Log likelihood F-statistic Durbin-Watson stat Prob(F-statistic) Inverted MA Roots i i -.79 Validation: In this step, we make the diagnostic of the two models, based on several tests. We focus on the estimation results, the analysis of the residuals, and the Akaike and Schwatz criteria to compare the models. o Estimation Results The coefficients of the model should be significantly different of zero (the t-test). Furthermore, the AR and MA coefficients should satisfy the stationary and invertibility conditions of the model. Finally, in order to guarantee the stability of the estimates, the correlation coefficients among the estimated parameters 10

10 should be close to zero (no multicollinearity). Then, in the MENU of the equation (where we estimate the model) View/Correlation Matrix mode 1.1: C AR(1) AR(2) C AR(1) AR(2) Low values for the model 1.2. too. No multicollinearity. o Residuals analysis. Are the residuals white noise? We look the plot and the correlogram of the residuals, and the Box-Pierce Q statistic. In the menu of the equation: View/ Residual Tests/Correlogram-Q-Statistics Correlogram of the residuals (model 1) The autocorrelation coefficients are not significantly different of 0. Furthermore, according to the values of the Q statistic, the null hypothesis of joint dependence among the residuals is rejected. Plot the residuals: View/Actual, Fitted, residuals 11

11 Residual Actual Fitted It shows that there is not autocorrelation in the residuals (only the observation of 1962 is out of the confidence bands). Then, it seems that the residuals are White noise. The same analysis for the model 2 provides equivalent results. o Criteria to compare the models The residual variance and the values of both, Akaike and Schwarz criteria, are lower for the Model 1. Then Model 1 is the optimal model for ventas. 2. Employment index The data are the employment indexo f a particular country. The time series is seasonally adjusted. It is available quarterly from 1962:1 1993:4. It is called empleo. The procedure is similar to the previous one for the time series ventas. Then, there are some stops that will not be repeated here First, we plot the data: Quick/ Graph/ Graph Line/empleo 12

12 The time series is increasing during the first 20 years 20 and then there is a cyclical components (the 10 last years). It seems to have constant variance but, in order to analyze that point, we generate the logarithmic transformation of empleo GENR Lempleo =LOG(empleo) And Plot it Quick/ Graph/ Graph Line/ empleo Grafico 1 a Gráfico 1b EMPLEO LEMPLEO There is no difference between the two grapas, then we will consider the original time series, empleo Correlogram of empleo. In the menu of the variable empleo, View/Correlogram 13

13 The acf starts high and declines slowly, then it seems that empleo is not stationary, and should be differenced. We analyze the time series stationarity by using the DFA test: Quick/ SERIES STATISTIC/ Unit root / empleo DFA test empleo Null Hypothesis: EMPLEO has a unit root Exogenous: Constant Lag Length: 1 (Automatic based on SIC, MAXLAG=12) t-statistic Prob.* Augmented Dickey-Fuller test statistic Test critical values: 1% level % level % level *MacKinnon (1996) one-sided p-values. Augmented Dickey-Fuller Test Equation Dependent Variable: D(EMPLEO) Method: Least Squares Date: 04/19/08 Time: 21:29 Sample (adjusted): 1962Q3 1993Q4 Included observations: 126 after adjustments Variable Coefficient Std. Error t-statistic Prob. EMPLEO(-1) D(EMPLEO(-1)) C R-squared Mean dependent var Adjusted R-squared S.D. dependent var S.E. of regression Akaike info criterion Sum squared resid Schwarz criterion Log likelihood F-statistic Durbin-Watson stat Prob(F-statistic)

14 El test DFA does not reject the null hyphotesis. Then, empleo should be differentiated. We take the first differences of empleo, and show the Plot and the correlogram of the transformation (dempleo) Genr DEMPLEO =D(EMPLEO,1) Quick/Graph/Line Graph/DEMPLEO Quick/Series Statistic/Correlogram D(EMPLEO,1) 15

15 The graph and the correlogram (that decays exponentially) show that DEMPLEO. The DFA test for DEMPLEO confirms this result. DFA test DEMPLEO Null Hypothesis: D(EMPLEO,1) has a unit root Exogenous: Constant Lag Length: 0 (Automatic based on SIC, MAXLAG=12) t-statistic Prob.* Augmented Dickey-Fuller test statistic Test critical values: 1% level % level % level *MacKinnon (1996) one-sided p-values. Augmented Dickey-Fuller Test Equation Dependent Variable: D(EMPLEO,2) Method: Least Squares Date: 04/19/08 Time: 21:28 Sample (adjusted): 1962Q3 1993Q4 Included observations: 126 after adjustments Variable Coefficient Std. Error t-statistic Prob. D(EMPLEO(-1),1) C R-squared Mean dependent var Adjusted R-squared S.D. dependent var S.E. of regression Akaike info criterion Sum squared resid Schwarz criterion Log likelihood F-statistic Durbin-Watson stat Prob(F-statistic) Then, EMPLEO has one regular unit root and, its stationary transformation is given by Z t =(1-B)EMPLEO o EMPLEO I(1) 16

16 Next, we analyze the correlogram of DEMPLEO in order to determine the tentative ARMA models. Three models are proposed: ARIMA (1,1,0), ARIMA(1;1,2) y ARIMA(2,1,1). It seems that dempleo has zero men, then we do not include the constant term in the estimation of the models 2.1. ARIMA(1,1,0) o (1- φ 1 B)(1-B)EMPLEO = a t 2.2. ARIMA(1,1,2) ) o (1- φ 1 B )(1-B)EMPLEO= (1+ θ 1 B+θ 2 B 2 )a t 2.3. ARIMA(2,1,1) ) o (1- φ 1 B- φ 2 B 2 ) (1-B)EMPLEO= (1+ θ 1 B) a t Estimation In Eviews, 2.1. Quick/ Estimate Equation/ LS EMPLEO ar(1) 2.2. Quick/ Estimate Equation/ LS EMPLEO ar(1) ma(1) ma(2) 2.3. Quick/ Estimate Equation/ LS EMPLEO ar(1) ar(2) ma(1) Results: Model 2.1 Dependent Variable: D(EMPLEO,1) Method: Least Squares Date: 04/21/08 Time: 00:48 Sample (adjusted): 1962Q3 1993Q4 Included observations: 126 after adjustments Convergence achieved after 2 iterations Variable Coefficient Std. Error t-statistic Prob. AR(1) R-squared Mean dependent var Adjusted R-squared S.D. dependent var S.E. of regression Akaike info criterion Sum squared resid Schwarz criterion Log likelihood Durbin-Watson stat Inverted AR Roots.46 17

17 Model 2.2 Dependent Variable: D(EMPLEO,1) Method: Least Squares Date: 04/21/08 Time: 01:37 Sample (adjusted): 1962Q3 1993Q4 Included observations: 126 after adjustments Convergence achieved after 8 iterations Backcast: 1961Q3 1961Q4 Variable Coefficient Std. Error t-statistic Prob. AR(1) MA(1) MA(2) R-squared Mean dependent var Adjusted R-squared S.D. dependent var S.E. of regression Akaike info criterion Sum squared resid Schwarz criterion Log likelihood Durbin-Watson stat Inverted AR Roots.52 Inverted MA Roots i i Model 2.3 Dependent Variable: D(EMPLEO,1) Method: Least Squares Date: 04/21/08 Time: 01:12 Sample (adjusted): 1962Q4 1993Q4 Included observations: 125 after adjustments Convergence achieved after 19 iterations Backcast: 1961Q4 Variable Coefficient Std. Error t-statistic Prob. AR(1) AR(2) MA(1) R-squared Mean dependent var Adjusted R-squared S.D. dependent var S.E. of regression Akaike info criterion Sum squared resid Schwarz criterion Log likelihood Durbin-Watson stat Inverted AR Roots Inverted MA Roots

18 Validation Model 2.1 and Model 2.3: all the coefficients are significantly different of 0. However, in the Model 2.2., the MA parameters are not significantly different of 0. Then, model 2.2. is discarded. In the Model 2.1 and Model 2.3 the stationary and invertibility conditions are satisfied. Additionally there is not multicollinearity in both models. The residuals for model 2.1. and 2.3. are White noise. (see the correlograms of the residuals, the plots, and the values of the Q-statistic). The residuals of both model, 2.1. and 2.3., have two aoutliers: 1987:01 and 1992:01. Correlogram of the residuals (model 2.1) 19

19 Residuals graph (model 2.1) Residual Actual Fitted Correlogram of the residuals (model 2.3) 20

20 Residuals graph (model 2.3) Residual Actual Fitted The estándar error in Model 2.1 (1,4739) is lower than the corresponding to model 2.3 (1,4628). The value of Akaike is the same for both models (3,622). 3. Cigars sales The tirad time series is a monthly time series from 1989:01 to 1996:12 that represents the cigars sales of a particular company. It has clear trend and seasonal pattern. It is called puros Plot the time series: Quick/Graph/ puros/line graph 800 Ventas de puros de una empresa tabaquera PUROS 21

21 The level of puros decreases. It exhibits a clear trend (then its mean is not constant over time ans the time series is not stationary) and a regular seasonal pattern. Probably puros needs a regular and a seasonal differences in order to be stationary. It is not clear if puros has constant variance (the vaiance is higher at the beginning of the sample). We take logs, plot the log transformation, and analyze the situation: GENR Lpuros= log(puros) Quick/Graph/ Lpuros/Line graph 6.6 Evolución logaritmica de las ventas de puros LPUROS Lpuros is similar to puros then we decide to work with the original time series. Make the correlogram. In the menu of the variable puros, View/ Correlogram 22

22 The correlogram decays slowly in the regular lags (1,2,3,etc) and in the seasonal too (12,24,36,etc). Then, the seasonal pattern of puros is clear. First, we take ine regular difference, and plot the transformation, dpuros. Additionally, we make the correlogram of dpuros Genr dpuros=d(puros,1) Quick/Graph/dpuros/Line graph Quick/series statistic/correlogram/dpuros DPUROS 23

23 The regular difference, d(puros,1), does not remove the non-satitonarity in the seasonal part( the acf for the seasonal lags decays slowly and takes very high values). Then, we should differentiate the time series again, and take a seasonal difference for dpuros. The new transformation, denoted by dd12puros, is plotted and we analyze its correlogram: Genr dd12puros=d(puros,1,12) Quick/Graph/Line Graph/dd12puros Quick/series statistic/correlogram/dd12puros DD12PUROS 24

24 Now, dd12puros is clearly a stationary process. Its correlogram confirms this point. However, we propose the DFA for dd12puros DFA test for dd12puros Null Hypothesis: DD12PUROS has a unit root Exogenous: Constant Lag Length: 1 (Automatic based on SIC, MAXLAG=11) t-statistic Prob.* Augmented Dickey-Fuller test statistic Test critical values: 1% level % level % level *MacKinnon (1996) one-sided p-values. Augmented Dickey-Fuller Test Equation Dependent Variable: D(DD12PUROS) Method: Least Squares Date: 04/13/08 Time: 14:33 Sample (adjusted): 1990M M12 Included observations: 81 after adjustments Variable Coefficient Std. Error t-statistic Prob. DD12PUROS(-1) D(DD12PUROS(-1))

25 C R-squared Mean dependent var Adjusted R-squared S.D. dependent var S.E. of regression Akaike info criterion Sum squared resid Schwarz criterion Log likelihood F-statistic Durbin-Watson stat Prob(F-statistic) The results of the DFA confirms that dd12puros is stationary (t-statistic, is higher than the critical values of the DFA distribution). Then, the stationary transformation of puros is: Z t =(1-B) (1-B 12 )puros Now, we should decide the values of p,q, P, and Q for the general ARIMA model (multiplicative ARIMA model) ARMA (p,q) Χ ARMA(P,Q) S According to the correlogram of dd12puros, the regular part could be model by a MA(1) or AR(2) process, while the seasonal part is clearly a MA(1) 12. Then, the two alternative models that we will consider are: 3.1. ARIMA(0,1,1) (0,1,1) 12 o (1-B)(1-B 12 )puros= (1+ θ 1 B)(1+θ 12 B 12 )a t 3.2. ARIMA(2,1,0) (0,1,1) 12,, (1- φ 1 B-φ 2 B 2 ) (1-B)(1-B 12 ) puros= (1+θ 12 B 12 )a t Estimation (model 3.1) Dependent Variable: DD12PUROS Method: Least Squares Date: 04/13/08 Time: 18:09 Sample (adjusted): 1990M M12 Included observations: 83 after adjustments Convergence achieved after 14 iterations Backcast: 1987M M12 Variable Coefficient Std. Error t-statistic Prob. MA(1) SMA(12) R-squared Mean dependent var Adjusted R-squared S.D. dependent var S.E. of regression Akaike info criterion

26 Sum squared resid Schwarz criterion Log likelihood Durbin-Watson stat Inverted MA Roots i i i i i i i i i i -.99 Residual Graph (model 3.1) DD12PUROS Residuals Correlogram of the residuals (model 3.1) 27

27 3.2. ARIMA(2,1,0) (0,1,1) 12,, (1- φ 1 B-φ 2 B 2 ) (1-B)(1-B 12 ) puros= (1+θ 12 B 12 )a t Estimation (model 3.2) Dependent Variable: D(PUROS,1,12) Method: Least Squares Date: 04/10/06 Time: 02:01 Sample (adjusted): 1990M M12 Included observations: 81 after adjustments Convergence achieved after 7 iterations Backcast: 1988M M12 Variable Coefficient Std. Error t-statistic Prob. 31 AR(1) AR(2) MA(12) R-squared Mean dependent var Adjusted R-squared S.D. dependent var S.E. of regression Akaike info criterion Sum squared resid Schwarz criterion Log likelihood Durbin-Watson stat Inverted AR Roots i i Inverted MA Roots i i i i i i i i i i -.99 Validation Model 3.1 have all the coefficients significantly different of zero (t-ratio), the correltion coefficients of the estimates are very low (then, no multicollinearity),,and its residuals are white noise (see the correlogram and the plot). Then, model 3.1. seems to be optimal. However, it has a unit root (MA) very closet to 1. This fact indicates that the model could be sobre-differentiated. Model 3.2 satisfies the same conditions but the value of Akaike in model 3.2 is lower than the correponding to model 3.1., Then, model 3.2. is choosen. 28

Romanian Economic and Business Review Vol. 3, No. 3 THE EVOLUTION OF SNP PETROM STOCK LIST - STUDY THROUGH AUTOREGRESSIVE MODELS

Romanian Economic and Business Review Vol. 3, No. 3 THE EVOLUTION OF SNP PETROM STOCK LIST - STUDY THROUGH AUTOREGRESSIVE MODELS THE EVOLUTION OF SNP PETROM STOCK LIST - STUDY THROUGH AUTOREGRESSIVE MODELS Marian Zaharia, Ioana Zaheu, and Elena Roxana Stan Abstract Stock exchange market is one of the most dynamic and unpredictable

More information

Problem Set 2: Box-Jenkins methodology

Problem Set 2: Box-Jenkins methodology Problem Set : Box-Jenkins methodology 1) For an AR1) process we have: γ0) = σ ε 1 φ σ ε γ0) = 1 φ Hence, For a MA1) process, p lim R = φ γ0) = 1 + θ )σ ε σ ε 1 = γ0) 1 + θ Therefore, p lim R = 1 1 1 +

More information

Univariate linear models

Univariate linear models Univariate linear models The specification process of an univariate ARIMA model is based on the theoretical properties of the different processes and it is also important the observation and interpretation

More information

APPLIED MACROECONOMETRICS Licenciatura Universidade Nova de Lisboa Faculdade de Economia. FINAL EXAM JUNE 3, 2004 Starts at 14:00 Ends at 16:30

APPLIED MACROECONOMETRICS Licenciatura Universidade Nova de Lisboa Faculdade de Economia. FINAL EXAM JUNE 3, 2004 Starts at 14:00 Ends at 16:30 APPLIED MACROECONOMETRICS Licenciatura Universidade Nova de Lisboa Faculdade de Economia FINAL EXAM JUNE 3, 2004 Starts at 14:00 Ends at 16:30 I In Figure I.1 you can find a quarterly inflation rate series

More information

The Evolution of Snp Petrom Stock List - Study Through Autoregressive Models

The Evolution of Snp Petrom Stock List - Study Through Autoregressive Models The Evolution of Snp Petrom Stock List Study Through Autoregressive Models Marian Zaharia Ioana Zaheu Elena Roxana Stan Faculty of Internal and International Economy of Tourism RomanianAmerican University,

More information

Brief Sketch of Solutions: Tutorial 3. 3) unit root tests

Brief Sketch of Solutions: Tutorial 3. 3) unit root tests Brief Sketch of Solutions: Tutorial 3 3) unit root tests.5.4.4.3.3.2.2.1.1.. -.1 -.1 -.2 -.2 -.3 -.3 -.4 -.4 21 22 23 24 25 26 -.5 21 22 23 24 25 26.8.2.4. -.4 - -.8 - - -.12 21 22 23 24 25 26 -.2 21 22

More information

Econ 427, Spring Problem Set 3 suggested answers (with minor corrections) Ch 6. Problems and Complements:

Econ 427, Spring Problem Set 3 suggested answers (with minor corrections) Ch 6. Problems and Complements: Econ 427, Spring 2010 Problem Set 3 suggested answers (with minor corrections) Ch 6. Problems and Complements: 1. (page 132) In each case, the idea is to write these out in general form (without the lag

More information

Frequency Forecasting using Time Series ARIMA model

Frequency Forecasting using Time Series ARIMA model Frequency Forecasting using Time Series ARIMA model Manish Kumar Tikariha DGM(O) NSPCL Bhilai Abstract In view of stringent regulatory stance and recent tariff guidelines, Deviation Settlement mechanism

More information

1 Quantitative Techniques in Practice

1 Quantitative Techniques in Practice 1 Quantitative Techniques in Practice 1.1 Lecture 2: Stationarity, spurious regression, etc. 1.1.1 Overview In the rst part we shall look at some issues in time series economics. In the second part we

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

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

7. Integrated Processes

7. Integrated Processes 7. Integrated Processes Up to now: Analysis of stationary processes (stationary ARMA(p, q) processes) Problem: Many economic time series exhibit non-stationary patterns over time 226 Example: We consider

More information

Forecasting of the Austrian Inflation Rate

Forecasting of the Austrian Inflation Rate Forecasting of the Austrian Inflation Rate Case Study for the Course of Econometric Forecasting Winter Semester 2007 by Nadir Shahzad Virkun Tomas Sedliacik Goal setting and Data selection The goal of

More information

Forecasting Foreign Direct Investment Inflows into India Using ARIMA Model

Forecasting Foreign Direct Investment Inflows into India Using ARIMA Model Forecasting Foreign Direct Investment Inflows into India Using ARIMA Model Dr.K.Nithya Kala & Aruna.P.Remesh, 1 Assistant Professor, PSGR Krishnammal College for Women, Coimbatore, Tamilnadu, India 2 PhD

More information

7. Integrated Processes

7. Integrated Processes 7. Integrated Processes Up to now: Analysis of stationary processes (stationary ARMA(p, q) processes) Problem: Many economic time series exhibit non-stationary patterns over time 226 Example: We consider

More information

Lab: Box-Jenkins Methodology - US Wholesale Price Indicator

Lab: Box-Jenkins Methodology - US Wholesale Price Indicator Lab: Box-Jenkins Methodology - US Wholesale Price Indicator In this lab we explore the Box-Jenkins methodology by applying it to a time-series data set comprising quarterly observations of the US Wholesale

More information

Modeling Monthly Average Temperature of Dhahran City of Saudi-Arabia Using Arima Models

Modeling Monthly Average Temperature of Dhahran City of Saudi-Arabia Using Arima Models International Journal of Data Science and Analysis 2017; 3(5): 40-45 http://www.sciencepublishinggroup.com/j/ijdsa doi: 10.11648/j.ijdsa.20170305.12 ISSN: 2575-1883 (Print); ISSN: 2575-1891 (Online) Modeling

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

Review Session: Econometrics - CLEFIN (20192)

Review Session: Econometrics - CLEFIN (20192) Review Session: Econometrics - CLEFIN (20192) Part II: Univariate time series analysis Daniele Bianchi March 20, 2013 Fundamentals Stationarity A time series is a sequence of random variables x t, t =

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

Economtrics of money and finance Lecture six: spurious regression and cointegration

Economtrics of money and finance Lecture six: spurious regression and cointegration Economtrics of money and finance Lecture six: spurious regression and cointegration Zongxin Qian School of Finance, Renmin University of China October 21, 2014 Table of Contents Overview Spurious regression

More information

Exercise Sheet 6: Solutions

Exercise Sheet 6: Solutions Exercise Sheet 6: Solutions R.G. Pierse 1. (a) Regression yields: Dependent Variable: LC Date: 10/29/02 Time: 18:37 Sample(adjusted): 1950 1985 Included observations: 36 after adjusting endpoints C 0.244716

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

13. Time Series Analysis: Asymptotics Weakly Dependent and Random Walk Process. Strict Exogeneity

13. Time Series Analysis: Asymptotics Weakly Dependent and Random Walk Process. Strict Exogeneity Outline: Further Issues in Using OLS with Time Series Data 13. Time Series Analysis: Asymptotics Weakly Dependent and Random Walk Process I. Stationary and Weakly Dependent Time Series III. Highly Persistent

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

Financial Econometrics Review Session Notes 3

Financial Econometrics Review Session Notes 3 Financial Econometrics Review Session Notes 3 Nina Boyarchenko January 22, 2010 Contents 1 k-step ahead forecast and forecast errors 2 1.1 Example 1: stationary series.......................... 2 1.2 Example

More information

Econometrics for Policy Analysis A Train The Trainer Workshop Oct 22-28, 2016 Organized by African Heritage Institution

Econometrics for Policy Analysis A Train The Trainer Workshop Oct 22-28, 2016 Organized by African Heritage Institution Econometrics for Policy Analysis A Train The Trainer Workshop Oct 22-28, 2016 Organized by African Heritage Institution Delivered by Dr. Nathaniel E. Urama Department of Economics, University of Nigeria,

More information

CHAPTER 6: SPECIFICATION VARIABLES

CHAPTER 6: SPECIFICATION VARIABLES Recall, we had the following six assumptions required for the Gauss-Markov Theorem: 1. The regression model is linear, correctly specified, and has an additive error term. 2. The error term has a zero

More information

Analysis. Components of a Time Series

Analysis. Components of a Time Series Module 8: Time Series Analysis 8.2 Components of a Time Series, Detection of Change Points and Trends, Time Series Models Components of a Time Series There can be several things happening simultaneously

More information

MODELING MAXIMUM MONTHLY TEMPERATURE IN KATUNAYAKE REGION, SRI LANKA: A SARIMA APPROACH

MODELING MAXIMUM MONTHLY TEMPERATURE IN KATUNAYAKE REGION, SRI LANKA: A SARIMA APPROACH MODELING MAXIMUM MONTHLY TEMPERATURE IN KATUNAYAKE REGION, SRI LANKA: A SARIMA APPROACH M.C.Alibuhtto 1 &P.A.H.R.Ariyarathna 2 1 Department of Mathematical Sciences, Faculty of Applied Sciences, South

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

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

Advanced Econometrics

Advanced Econometrics Advanced Econometrics Marco Sunder Nov 04 2010 Marco Sunder Advanced Econometrics 1/ 25 Contents 1 2 3 Marco Sunder Advanced Econometrics 2/ 25 Music Marco Sunder Advanced Econometrics 3/ 25 Music Marco

More information

Time Series Forecasting: A Tool for Out - Sample Model Selection and Evaluation

Time Series Forecasting: A Tool for Out - Sample Model Selection and Evaluation AMERICAN JOURNAL OF SCIENTIFIC AND INDUSTRIAL RESEARCH 214, Science Huβ, http://www.scihub.org/ajsir ISSN: 2153-649X, doi:1.5251/ajsir.214.5.6.185.194 Time Series Forecasting: A Tool for Out - Sample Model

More information

MODELING INFLATION RATES IN NIGERIA: BOX-JENKINS APPROACH. I. U. Moffat and A. E. David Department of Mathematics & Statistics, University of Uyo, Uyo

MODELING INFLATION RATES IN NIGERIA: BOX-JENKINS APPROACH. I. U. Moffat and A. E. David Department of Mathematics & Statistics, University of Uyo, Uyo Vol.4, No.2, pp.2-27, April 216 MODELING INFLATION RATES IN NIGERIA: BOX-JENKINS APPROACH I. U. Moffat and A. E. David Department of Mathematics & Statistics, University of Uyo, Uyo ABSTRACT: This study

More information

Empirical Market Microstructure Analysis (EMMA)

Empirical Market Microstructure Analysis (EMMA) Empirical Market Microstructure Analysis (EMMA) Lecture 3: Statistical Building Blocks and Econometric Basics Prof. Dr. Michael Stein michael.stein@vwl.uni-freiburg.de Albert-Ludwigs-University of Freiburg

More information

Author: Yesuf M. Awel 1c. Affiliation: 1 PhD, Economist-Consultant; P.O Box , Addis Ababa, Ethiopia. c.

Author: Yesuf M. Awel 1c. Affiliation: 1 PhD, Economist-Consultant; P.O Box , Addis Ababa, Ethiopia. c. ISSN: 2415-0304 (Print) ISSN: 2522-2465 (Online) Indexing/Abstracting Forecasting GDP Growth: Application of Autoregressive Integrated Moving Average Model Author: Yesuf M. Awel 1c Affiliation: 1 PhD,

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

Austrian Inflation Rate

Austrian Inflation Rate Austrian Inflation Rate Course of Econometric Forecasting Nadir Shahzad Virkun Tomas Sedliacik Goal and Data Selection Our goal is to find a relatively accurate procedure in order to forecast the Austrian

More information

Arma-Arch Modeling Of The Returns Of First Bank Of Nigeria

Arma-Arch Modeling Of The Returns Of First Bank Of Nigeria Arma-Arch Modeling Of The Returns Of First Bank Of Nigeria Emmanuel Alphonsus Akpan Imoh Udo Moffat Department of Mathematics and Statistics University of Uyo, Nigeria Ntiedo Bassey Ekpo Department of

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

Empirical Approach to Modelling and Forecasting Inflation in Ghana

Empirical Approach to Modelling and Forecasting Inflation in Ghana Current Research Journal of Economic Theory 4(3): 83-87, 2012 ISSN: 2042-485X Maxwell Scientific Organization, 2012 Submitted: April 13, 2012 Accepted: May 06, 2012 Published: June 30, 2012 Empirical Approach

More information

Circle a single answer for each multiple choice question. Your choice should be made clearly.

Circle a single answer for each multiple choice question. Your choice should be made clearly. TEST #1 STA 4853 March 4, 215 Name: Please read the following directions. DO NOT TURN THE PAGE UNTIL INSTRUCTED TO DO SO Directions This exam is closed book and closed notes. There are 31 questions. Circle

More information

10. Time series regression and forecasting

10. Time series regression and forecasting 10. Time series regression and forecasting Key feature of this section: Analysis of data on a single entity observed at multiple points in time (time series data) Typical research questions: What is the

More information

Autoregressive Integrated Moving Average with Exogenous Variable (ARIMAX) Model for Nigerian Non Oil Export

Autoregressive Integrated Moving Average with Exogenous Variable (ARIMAX) Model for Nigerian Non Oil Export ISSN 2222-195 (Paper) ISSN 2222-2839 (Online) Vol.8, No.36, 216 Autoregressive Integrated Moving Average with Exogenous Variable (ARIMAX) Model for Nigerian Non Oil Export Uyodhu Amekauma Victor-Edema

More information

Forecasting Seasonal Time Series 1. Introduction. Philip Hans Franses Econometric Institute Erasmus University Rotterdam

Forecasting Seasonal Time Series 1. Introduction. Philip Hans Franses Econometric Institute Erasmus University Rotterdam Forecasting Seasonal Time Series 1. Introduction Philip Hans Franses Econometric Institute Erasmus University Rotterdam SMU and NUS, Singapore, April-May 2004 1 Outline of tutorial lectures 1 Introduction

More information

Dynamic Time Series Regression: A Panacea for Spurious Correlations

Dynamic Time Series Regression: A Panacea for Spurious Correlations International Journal of Scientific and Research Publications, Volume 6, Issue 10, October 2016 337 Dynamic Time Series Regression: A Panacea for Spurious Correlations Emmanuel Alphonsus Akpan *, Imoh

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

ARDL Cointegration Tests for Beginner

ARDL Cointegration Tests for Beginner ARDL Cointegration Tests for Beginner Tuck Cheong TANG Department of Economics, Faculty of Economics & Administration University of Malaya Email: tangtuckcheong@um.edu.my DURATION: 3 HOURS On completing

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

Univariate, Nonstationary Processes

Univariate, Nonstationary Processes Univariate, Nonstationary Processes Jamie Monogan University of Georgia March 20, 2018 Jamie Monogan (UGA) Univariate, Nonstationary Processes March 20, 2018 1 / 14 Objectives By the end of this meeting,

More information

Modelling Seasonality of Gross Domestic Product in Belgium

Modelling Seasonality of Gross Domestic Product in Belgium University of Vienna Univ.-Prof. Dipl.-Ing. Dr. Robert M. Kunst Course: Econometric Analysis of Seasonal Time Series (Oekonometrie der Saison) Working Paper Modelling Seasonality of Gross Domestic Product

More information

THE INFLUENCE OF FOREIGN DIRECT INVESTMENTS ON MONTENEGRO PAYMENT BALANCE

THE INFLUENCE OF FOREIGN DIRECT INVESTMENTS ON MONTENEGRO PAYMENT BALANCE Preliminary communication (accepted September 12, 2013) THE INFLUENCE OF FOREIGN DIRECT INVESTMENTS ON MONTENEGRO PAYMENT BALANCE Ana Gardasevic 1 Abstract: In this work, with help of econometric analysis

More information

Sugarcane Productivity in Bihar- A Forecast through ARIMA Model

Sugarcane Productivity in Bihar- A Forecast through ARIMA Model Available online at www.ijpab.com Kumar et al Int. J. Pure App. Biosci. 5 (6): 1042-1051 (2017) ISSN: 2320 7051 DOI: http://dx.doi.org/10.18782/2320-7051.5838 ISSN: 2320 7051 Int. J. Pure App. Biosci.

More information

Topic 4 Unit Roots. Gerald P. Dwyer. February Clemson University

Topic 4 Unit Roots. Gerald P. Dwyer. February Clemson University Topic 4 Unit Roots Gerald P. Dwyer Clemson University February 2016 Outline 1 Unit Roots Introduction Trend and Difference Stationary Autocorrelations of Series That Have Deterministic or Stochastic Trends

More information

Rainfall Drought Simulating Using Stochastic SARIMA Models for Gadaref Region, Sudan

Rainfall Drought Simulating Using Stochastic SARIMA Models for Gadaref Region, Sudan MPRA Munich Personal RePEc Archive Rainfall Drought Simulating Using Stochastic SARIMA Models for Gadaref Region, Sudan Hisham Moahmed Hassan and Tariq Mahgoub Mohamed University of Khartoum, Khartoum

More information

ARIMA modeling to forecast area and production of rice in West Bengal

ARIMA modeling to forecast area and production of rice in West Bengal Journal of Crop and Weed, 9(2):26-31(2013) ARIMA modeling to forecast area and production of rice in West Bengal R. BISWAS AND B. BHATTACHARYYA Department of Agricultural Statistics Bidhan Chandra Krishi

More information

Forecasting using R. Rob J Hyndman. 2.4 Non-seasonal ARIMA models. Forecasting using R 1

Forecasting using R. Rob J Hyndman. 2.4 Non-seasonal ARIMA models. Forecasting using R 1 Forecasting using R Rob J Hyndman 2.4 Non-seasonal ARIMA models Forecasting using R 1 Outline 1 Autoregressive models 2 Moving average models 3 Non-seasonal ARIMA models 4 Partial autocorrelations 5 Estimation

More information

Lecture 19 Box-Jenkins Seasonal Models

Lecture 19 Box-Jenkins Seasonal Models Lecture 19 Box-Jenkins Seasonal Models If the time series is nonstationary with respect to its variance, then we can stabilize the variance of the time series by using a pre-differencing transformation.

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

Topic 3. Recursive multivariate models. Exogenous variables. Single-equation models. Prof. A.Espasa

Topic 3. Recursive multivariate models. Exogenous variables. Single-equation models. Prof. A.Espasa Topic 3 Recursive multivariate models. Exogenous variables. Single-equation models. Prof. A.Espasa INFORMATION SETS DATA SETS DATA SET UNIVARIATE MULTIVARIATE ENDOGENOUS EXOGENOUS Consider only the time

More information

Econometrics I: Univariate Time Series Econometrics (1)

Econometrics I: Univariate Time Series Econometrics (1) Econometrics I: Dipartimento di Economia Politica e Metodi Quantitativi University of Pavia Overview of the Lecture 1 st EViews Session VI: Some Theoretical Premises 2 Overview of the Lecture 1 st EViews

More information

Autoregressive Integrated Moving Average Model to Predict Graduate Unemployment in Indonesia

Autoregressive Integrated Moving Average Model to Predict Graduate Unemployment in Indonesia DOI 10.1515/ptse-2017-0005 PTSE 12 (1): 43-50 Autoregressive Integrated Moving Average Model to Predict Graduate Unemployment in Indonesia Umi MAHMUDAH u_mudah@yahoo.com (State Islamic University of Pekalongan,

More information

Applied time-series analysis

Applied time-series analysis Robert M. Kunst robert.kunst@univie.ac.at University of Vienna and Institute for Advanced Studies Vienna October 18, 2011 Outline Introduction and overview Econometric Time-Series Analysis In principle,

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

ECON 366: ECONOMETRICS II. SPRING TERM 2005: LAB EXERCISE #10 Nonspherical Errors Continued. Brief Suggested Solutions

ECON 366: ECONOMETRICS II. SPRING TERM 2005: LAB EXERCISE #10 Nonspherical Errors Continued. Brief Suggested Solutions DEPARTMENT OF ECONOMICS UNIVERSITY OF VICTORIA ECON 366: ECONOMETRICS II SPRING TERM 2005: LAB EXERCISE #10 Nonspherical Errors Continued Brief Suggested Solutions 1. In Lab 8 we considered the following

More information

Exercise Sheet 5: Solutions

Exercise Sheet 5: Solutions Exercise Sheet 5: Solutions R.G. Pierse 2. Estimation of Model M1 yields the following results: Date: 10/24/02 Time: 18:06 C -1.448432 0.696587-2.079327 0.0395 LPC -0.306051 0.272836-1.121740 0.2640 LPF

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

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

MODELLING TIME SERIES WITH CONDITIONAL HETEROSCEDASTICITY

MODELLING TIME SERIES WITH CONDITIONAL HETEROSCEDASTICITY MODELLING TIME SERIES WITH CONDITIONAL HETEROSCEDASTICITY The simple ARCH Model Eva Rubliková Ekonomická univerzita Bratislava Manuela Magalhães Hill Department of Quantitative Methods, INSTITUTO SUPERIOR

More information

Suan Sunandha Rajabhat University

Suan Sunandha Rajabhat University Forecasting Exchange Rate between Thai Baht and the US Dollar Using Time Series Analysis Kunya Bowornchockchai Suan Sunandha Rajabhat University INTRODUCTION The objective of this research is to forecast

More information

Time Series Analysis of United States of America Crude Oil and Petroleum Products Importations from Saudi Arabia

Time Series Analysis of United States of America Crude Oil and Petroleum Products Importations from Saudi Arabia International Journal of Applied Science and Technology Vol. 5, No. 5; October 2015 Time Series Analysis of United States of America Crude Oil and Petroleum Products Importations from Saudi Arabia Olayan

More information

Forecasting Bangladesh's Inflation through Econometric Models

Forecasting Bangladesh's Inflation through Econometric Models American Journal of Economics and Business Administration Original Research Paper Forecasting Bangladesh's Inflation through Econometric Models 1,2 Nazmul Islam 1 Department of Humanities, Bangladesh University

More information

Decision 411: Class 9. HW#3 issues

Decision 411: Class 9. HW#3 issues Decision 411: Class 9 Presentation/discussion of HW#3 Introduction to ARIMA models Rules for fitting nonseasonal models Differencing and stationarity Reading the tea leaves : : ACF and PACF plots Unit

More information

x = 1 n (x = 1 (x n 1 ι(ι ι) 1 ι x) (x ι(ι ι) 1 ι x) = 1

x = 1 n (x = 1 (x n 1 ι(ι ι) 1 ι x) (x ι(ι ι) 1 ι x) = 1 Estimation and Inference in Econometrics Exercises, January 24, 2003 Solutions 1. a) cov(wy ) = E [(WY E[WY ])(WY E[WY ]) ] = E [W(Y E[Y ])(Y E[Y ]) W ] = W [(Y E[Y ])(Y E[Y ]) ] W = WΣW b) Let Σ be a

More information

A SEASONAL TIME SERIES MODEL FOR NIGERIAN MONTHLY AIR TRAFFIC DATA

A SEASONAL TIME SERIES MODEL FOR NIGERIAN MONTHLY AIR TRAFFIC DATA www.arpapress.com/volumes/vol14issue3/ijrras_14_3_14.pdf A SEASONAL TIME SERIES MODEL FOR NIGERIAN MONTHLY AIR TRAFFIC DATA Ette Harrison Etuk Department of Mathematics/Computer Science, Rivers State University

More information

Final Exam Financial Data Analysis at the University of Freiburg (Winter Semester 2008/2009) Friday, November 14, 2008,

Final Exam Financial Data Analysis at the University of Freiburg (Winter Semester 2008/2009) Friday, November 14, 2008, Professor Dr. Roman Liesenfeld Final Exam Financial Data Analysis at the University of Freiburg (Winter Semester 2008/2009) Friday, November 14, 2008, 10.00 11.30am 1 Part 1 (38 Points) Consider the following

More information

9. AUTOCORRELATION. [1] Definition of Autocorrelation (AUTO) 1) Model: y t = x t β + ε t. We say that AUTO exists if cov(ε t,ε s ) 0, t s.

9. AUTOCORRELATION. [1] Definition of Autocorrelation (AUTO) 1) Model: y t = x t β + ε t. We say that AUTO exists if cov(ε t,ε s ) 0, t s. 9. AUTOCORRELATION [1] Definition of Autocorrelation (AUTO) 1) Model: y t = x t β + ε t. We say that AUTO exists if cov(ε t,ε s ) 0, t s. ) Assumptions: All of SIC except SIC.3 (the random sample assumption).

More information

5 Autoregressive-Moving-Average Modeling

5 Autoregressive-Moving-Average Modeling 5 Autoregressive-Moving-Average Modeling 5. Purpose. Autoregressive-moving-average (ARMA models are mathematical models of the persistence, or autocorrelation, in a time series. ARMA models are widely

More information

Ross Bettinger, Analytical Consultant, Seattle, WA

Ross Bettinger, Analytical Consultant, Seattle, WA ABSTRACT USING PROC ARIMA TO MODEL TRENDS IN US HOME PRICES Ross Bettinger, Analytical Consultant, Seattle, WA We demonstrate the use of the Box-Jenkins time series modeling methodology to analyze US home

More information

in the time series. The relation between y and x is contemporaneous.

in the time series. The relation between y and x is contemporaneous. 9 Regression with Time Series 9.1 Some Basic Concepts Static Models (1) y t = β 0 + β 1 x t + u t t = 1, 2,..., T, where T is the number of observation in the time series. The relation between y and x

More information

Chapter 3, Part V: More on Model Identification; Examples

Chapter 3, Part V: More on Model Identification; Examples Chapter 3, Part V: More on Model Identification; Examples Automatic Model Identification Through AIC As mentioned earlier, there is a clear need for automatic, objective methods of identifying the best

More information

Oil price volatility in the Philippines using generalized autoregressive conditional heteroscedasticity

Oil price volatility in the Philippines using generalized autoregressive conditional heteroscedasticity Oil price volatility in the Philippines using generalized autoregressive conditional heteroscedasticity Carl Ceasar F. Talungon University of Southern Mindanao, Cotabato Province, Philippines Email: carlceasar04@gmail.com

More information

Basics: Definitions and Notation. Stationarity. A More Formal Definition

Basics: Definitions and Notation. Stationarity. A More Formal Definition Basics: Definitions and Notation A Univariate is a sequence of measurements of the same variable collected over (usually regular intervals of) time. Usual assumption in many time series techniques is that

More information

Non-Stationary Time Series and Unit Root Testing

Non-Stationary Time Series and Unit Root Testing Econometrics II Non-Stationary Time Series and Unit Root Testing Morten Nyboe Tabor Course Outline: Non-Stationary Time Series and Unit Root Testing 1 Stationarity and Deviation from Stationarity Trend-Stationarity

More information

Forecasting Area, Production and Yield of Cotton in India using ARIMA Model

Forecasting Area, Production and Yield of Cotton in India using ARIMA Model Forecasting Area, Production and Yield of Cotton in India using ARIMA Model M. K. Debnath 1, Kartic Bera 2 *, P. Mishra 1 1 Department of Agricultural Statistics, Bidhan Chanda Krishi Vishwavidyalaya,

More information

WORKSHOP. Introductory Econometrics with EViews. Asst. Prof. Dr. Kemal Bağzıbağlı Department of Economic

WORKSHOP. Introductory Econometrics with EViews. Asst. Prof. Dr. Kemal Bağzıbağlı Department of Economic WORKSHOP on Introductory Econometrics with EViews Asst. Prof. Dr. Kemal Bağzıbağlı Department of Economic Res. Asst. Pejman Bahramian PhD Candidate, Department of Economic Res. Asst. Gizem Uzuner MSc Student,

More information

About the seasonal effects on the potential liquid consumption

About the seasonal effects on the potential liquid consumption About the seasonal effects on the potential liquid consumption Lucie Ravelojaona Guillaume Perrez Clément Cousin ENAC 14/01/2013 Consumption raw data Figure : Evolution during one year of different family

More information

Forecasting the Prices of Indian Natural Rubber using ARIMA Model

Forecasting the Prices of Indian Natural Rubber using ARIMA Model Available online at www.ijpab.com Rani and Krishnan Int. J. Pure App. Biosci. 6 (2): 217-221 (2018) ISSN: 2320 7051 DOI: http://dx.doi.org/10.18782/2320-7051.5464 ISSN: 2320 7051 Int. J. Pure App. Biosci.

More information

Application of ARIMA Models in Forecasting Monthly Total Rainfall of Rangamati, Bangladesh

Application of ARIMA Models in Forecasting Monthly Total Rainfall of Rangamati, Bangladesh Asian Journal of Applied Science and Engineering, Volume 6, No 2/2017 ISSN 2305-915X(p); 2307-9584(e) Application of ARIMA Models in Forecasting Monthly Total Rainfall of Rangamati, Bangladesh Fuhad Ahmed

More information

CHAPTER 8 FORECASTING PRACTICE I

CHAPTER 8 FORECASTING PRACTICE I CHAPTER 8 FORECASTING PRACTICE I Sometimes we find time series with mixed AR and MA properties (ACF and PACF) We then can use mixed models: ARMA(p,q) These slides are based on: González-Rivera: Forecasting

More information

G. S. Maddala Kajal Lahiri. WILEY A John Wiley and Sons, Ltd., Publication

G. S. Maddala Kajal Lahiri. WILEY A John Wiley and Sons, Ltd., Publication G. S. Maddala Kajal Lahiri WILEY A John Wiley and Sons, Ltd., Publication TEMT Foreword Preface to the Fourth Edition xvii xix Part I Introduction and the Linear Regression Model 1 CHAPTER 1 What is Econometrics?

More information

Modelling Monthly Rainfall Data of Port Harcourt, Nigeria by Seasonal Box-Jenkins Methods

Modelling Monthly Rainfall Data of Port Harcourt, Nigeria by Seasonal Box-Jenkins Methods International Journal of Sciences Research Article (ISSN 2305-3925) Volume 2, Issue July 2013 http://www.ijsciences.com Modelling Monthly Rainfall Data of Port Harcourt, Nigeria by Seasonal Box-Jenkins

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

Heteroskedasticity. Part VII. Heteroskedasticity

Heteroskedasticity. Part VII. Heteroskedasticity Part VII Heteroskedasticity As of Oct 15, 2015 1 Heteroskedasticity Consequences Heteroskedasticity-robust inference Testing for Heteroskedasticity Weighted Least Squares (WLS) Feasible generalized Least

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

A SARIMAX coupled modelling applied to individual load curves intraday forecasting

A SARIMAX coupled modelling applied to individual load curves intraday forecasting A SARIMAX coupled modelling applied to individual load curves intraday forecasting Frédéric Proïa Workshop EDF Institut Henri Poincaré - Paris 05 avril 2012 INRIA Bordeaux Sud-Ouest Institut de Mathématiques

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

Econometrics for Policy Analysis A Train The Trainer Workshop Oct 22-28, 2016

Econometrics for Policy Analysis A Train The Trainer Workshop Oct 22-28, 2016 Econometrics for Policy Analysis A Train The Trainer Workshop Delivered by Dr. Nathaniel E. Urama Department of Economics, University of Nigeria, Nsukka Loading Time Series data in E-views: Review For

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