Note: We will use EViews 5.1 in this tutorial. There may be minor differences in EViews 6.

Size: px
Start display at page:

Download "Note: We will use EViews 5.1 in this tutorial. There may be minor differences in EViews 6."

Transcription

1 ECON 604 EVIEWS TUTORIAL #2 IDENTIFYING AND ESTIMATING ARMA MODELS Note: We will use EViews 5.1 in this tutorial. There may be minor differences in EViews 6. Preliminary Analysis In this tutorial we will identify and estimate an ARMA model for the quarterly change in business inventories, stated at annual rated in billions of dollars. We have 60 observations covering the period to The data is available at the course web page. First obtain the data file business_inventory.wf1 and open it. Select the series inventory in the work file, then select [Quick/Graph/Line graph]: Type inventory in the box if it is not already written: 1

2 Click OK, you should see the following graph Change in Business Inventories A causal examination of the graph suggests that the series is stationary (no apparent trend, and no change in volatility). The observations seem to fluctuate around a fixed mean, and the variance seems to be constant over time. Identification Close the graph, and open the inventory series by double clicking on the inventory in the workfile. Click [View], select [Correlogram] and type 15 in the Lags to include box, and click OK. Box and Jenkinks (1976) suggest that most autocorrelations we may safely examine is about one fourth of the number of observations. With 60 observations we may calculate 60/4 = 15 2

3 autocorrelations. Now, you should see the ACF, PACF, the portmanteau Q statistics, and its p value in the following window. Consider the estimated ACF in the above figure. Only the first 6 autocorrelations are significantly different from zero at 5% level: only the first five autocorrelations extend beyond the 95% confidence intervals indicated by dashed lines. The autocorrelations decay to statistical insignificance rather quickly. We conclude that the mean of the series is probably stationary. An AR model seems appropriate because the ACF decays toward zero rather than cutting off sharply to zero. If the ACF cuts off to zero, it suggests a moving average model. A decaying ACF is also consistent with a mixed ARMA model. But starting with a mixed model is often unwise for three reasons. First, it is often difficult to correctly identify a mixed model initially. Mixed nature of the model is more likely to be detected at the diagnostic stage. Second, the principle of parsimony suggests that we first try a simple AR or MA model before considering a mixed model. Finally, starting immediately with a mixed model may result in parameter redundancy (or common factors problem). We attentively propose an AR model. Experience and the shape of the PACF, which cuts off to zero after lag 1, suggest that we should consider p = 1 or p = 2 as an initial choice. The PACF cuts off to zero after lag one, so it is more likely that we have an AR(1) model. Thus, we suggest to estimate the following model: or 3

4 where. Estimation We first estimate an AR(1) model as suggested by the ACF and PACF. We will estimate the intercept c and φ 1 simultaneously note that / 1, so we can recover μ from c and vice versa. In order estimate the AR(1) model, select [Quick/ Estimate Equation] and type inventory c ar(1), and click OK. In EViews ar(k) stands for the kth lag of the modeled series, here inventory. That is ar(k)=inventory t k. You should get the following estimation output: Dependent Variable: INVENTORY Method: Least Squares Date: 10/18/07 Time: 21:32 Sample (adjusted): 1955 Q2 1969Q4 Included observations: 59 afte r adjustments Convergence achieved after 3 iteratio ns Variable Coefficient Std. Error t-statistic Prob. C AR(1) R-square d 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 AR Roots.69 Click [Name] and type eq_ar1 for the name to save this model as an EViews equation for later use. In this output, it is very important to note that EViews reports rather than as an estimate of the intercept. Here the estimated AR(1) parameter is , while the estimated intercept is given by

5 The model certainly satisfy the stationary requirement 1. The estimated AR(1) parameter is also significantly different from zero since for the hypothesis : 0, the t statistic is given by 0 se and much larger than the critical value 2.0. The Schwarz information criterion for this model is In order to compare with ARMA(p,q) models with, 2, we estimate each combination an report the corresponding Schwarz information criterion in the following table. We note that in order estimate a moving average term the EViews keyword ma(k) should be use, where k is the lag. For instance ma(1)=ε t. In order estimate these models, we proceed as in the preceding case by replacing the equation to estimate as follows: AR(2): MA(1): MA(2): ARMA(1,1): ARMA(2,1): ARMA(1,2): ARMA(2,2): inventory c ar(1) ar(2) inventory c ma(1) inventory c ma(1) ma(2) inventory c ar(1) ma(1) inventory c ar(1) ar(2) ma(1) inventory c ar(1) ma(1) ma(2) inventory c ar(1) ar(2) ma(1) ma(2) For instance in order to estimate the ARMA(2,1), select [Quick/Estimate Equation] and type the equation as follows: This should give the following estimation output: 5

6 Dependent Variable: INVENTORY Method: Least Squares Date: 10/18/07 Time: 22:34 Sample (adjusted): 1955Q3 1969Q4 Included observations: 58 after adjustments Convergence achieved after 12 iterations Backcast: 1955Q1 1955Q2 Variable Coefficient Std. Error t-statistic Prob. C AR(1) AR(2) 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 F-statistic Durbin-Watson stat Prob(F-statistic) Inverted AR Roots Inverted MA Roots We obtain the following Schwarz information criteria (SC) for these models AR(1): AR(2): MA(1): MA(2): ARMA(1,1): ARMA(2,1): ARMA(1,2): ARMA(2,2): The minimum SC value is obtained for the AR(1) model. Thus we consider this model as the ideal candidate. Our next step is to check it s appropriateness. 6

7 Diagnostic Checking To determine if the AR(1) model is statistically adequate, we first compare its theoretical ACF and PACF to empirical ACF and PACF of the data. Now open eq_ar1 and click [View] and choose [ARMA Structure/Correlogram], type 15 for the Lags and click OK: We obtain the following graphics:.8 Autocorrelation Actual Theoretical Partial autocorrelation Actual Theoretical 7

8 Clearly, the theoretical ACF and PACF matches all the significant sample ACF and PACF estimates. The AR(1) model produces quite similar autocorrelation function with a merging of sampling error. A second diagnostic check we will do is the independence of the random shock terms εt. In order to check this, we use residual autocorrelation function. Click [View], chose [Residual Tests/Correlogram Q statistics], and type 15 in the box for Lags to include. We obtain the following picture: The Ljung Box Q statistic for the testing : 0 is with a p value of The independence of random shocks is certainly not rejected even at 15 lags. We also note that all residual autocorrelation estimates are within the 95% confidence intervals. We safely assume that random shock term is white noise under an AR(1) model. Therefore, AR(1) model is appropriate for the quarterly changes in business inventories. 8

Forecasting the US Dollar / Euro Exchange rate Using ARMA Models

Forecasting the US Dollar / Euro Exchange rate Using ARMA Models Forecasting the US Dollar / Euro Exchange rate Using ARMA Models LIUWEI (9906360) - 1 - ABSTRACT...3 1. INTRODUCTION...4 2. DATA ANALYSIS...5 2.1 Stationary estimation...5 2.2 Dickey-Fuller Test...6 3.

More information

Forecasting Using Eviews 2.0: An Overview

Forecasting Using Eviews 2.0: An Overview Forecasting Using Eviews 2.0: An Overview Some Preliminaries In what follows it will be useful to distinguish between ex post and ex ante forecasting. In terms of time series modeling, both predict values

More information

3.1 Stationary Processes and Mean Reversion

3.1 Stationary Processes and Mean Reversion 3. Univariate Time Series Models 3.1 Stationary Processes and Mean Reversion Definition 3.1: A time series y t, t = 1,..., T is called (covariance) stationary if (1) E[y t ] = µ, for all t Cov[y t, y t

More information

Some useful concepts in univariate time series analysis

Some useful concepts in univariate time series analysis Some useful concepts in univariate time series analysis Autoregressive moving average models Autocorrelation functions Model Estimation Diagnostic measure Model selection Forecasting Assumptions: 1. Non-seasonal

More information

2. Linear regression with multiple regressors

2. Linear regression with multiple regressors 2. Linear regression with multiple regressors Aim of this section: Introduction of the multiple regression model OLS estimation in multiple regression Measures-of-fit in multiple regression Assumptions

More information

Time Series Analysis

Time Series Analysis Time Series Analysis Forecasting with ARIMA models Andrés M. Alonso Carolina García-Martos Universidad Carlos III de Madrid Universidad Politécnica de Madrid June July, 2012 Alonso and García-Martos (UC3M-UPM)

More information

Lecture 2: ARMA(p,q) models (part 3)

Lecture 2: ARMA(p,q) models (part 3) Lecture 2: ARMA(p,q) models (part 3) Florian Pelgrin University of Lausanne, École des HEC Department of mathematics (IMEA-Nice) Sept. 2011 - Jan. 2012 Florian Pelgrin (HEC) Univariate time series Sept.

More information

The relationship between stock market parameters and interbank lending market: an empirical evidence

The relationship between stock market parameters and interbank lending market: an empirical evidence Magomet Yandiev Associate Professor, Department of Economics, Lomonosov Moscow State University mag2097@mail.ru Alexander Pakhalov, PG student, Department of Economics, Lomonosov Moscow State University

More information

Determinants of Stock Market Performance in Pakistan

Determinants of Stock Market Performance in Pakistan Determinants of Stock Market Performance in Pakistan Mehwish Zafar Sr. Lecturer Bahria University, Karachi campus Abstract Stock market performance, economic and political condition of a country is interrelated

More information

Source engine marketing: A preliminary empirical analysis of web search data

Source engine marketing: A preliminary empirical analysis of web search data Source engine marketing: A preliminary empirical analysis of web search data ABSTRACT Bruce Q. Budd Alfaisal University The purpose of this paper is to empirically investigate a website performance and

More information

Turkey s Energy Demand

Turkey s Energy Demand Current Research Journal of Social Sciences 1(3): 123-128, 2009 ISSN: 2041-3246 Maxwell Scientific Organization, 2009 Submitted Date: September 28, 2009 Accepted Date: October 12, 2009 Published Date:

More information

Air passenger departures forecast models A technical note

Air passenger departures forecast models A technical note Ministry of Transport Air passenger departures forecast models A technical note By Haobo Wang Financial, Economic and Statistical Analysis Page 1 of 15 1. Introduction Sine 1999, the Ministry of Business,

More information

Price volatility in the silver spot market: An empirical study using Garch applications

Price volatility in the silver spot market: An empirical study using Garch applications Price volatility in the silver spot market: An empirical study using Garch applications ABSTRACT Alan Harper, South University Zhenhu Jin Valparaiso University Raufu Sokunle UBS Investment Bank Manish

More information

On the Degree of Openness of an Open Economy Carlos Alfredo Rodriguez, Universidad del CEMA Buenos Aires, Argentina

On the Degree of Openness of an Open Economy Carlos Alfredo Rodriguez, Universidad del CEMA Buenos Aires, Argentina On the Degree of Openness of an Open Economy Carlos Alfredo Rodriguez, Universidad del CEMA Buenos Aires, Argentina car@cema.edu.ar www.cema.edu.ar\~car Version1-February 14,2000 All data can be consulted

More information

TIME SERIES ANALYSIS

TIME SERIES ANALYSIS TIME SERIES ANALYSIS L.M. BHAR AND V.K.SHARMA Indian Agricultural Statistics Research Institute Library Avenue, New Delhi-0 02 lmb@iasri.res.in. Introduction Time series (TS) data refers to observations

More information

IMPACT OF WORKING CAPITAL MANAGEMENT ON PROFITABILITY

IMPACT OF WORKING CAPITAL MANAGEMENT ON PROFITABILITY IMPACT OF WORKING CAPITAL MANAGEMENT ON PROFITABILITY Hina Agha, Mba, Mphil Bahria University Karachi Campus, Pakistan Abstract The main purpose of this study is to empirically test the impact of working

More information

Time Series Analysis

Time Series Analysis Time Series Analysis Identifying possible ARIMA models Andrés M. Alonso Carolina García-Martos Universidad Carlos III de Madrid Universidad Politécnica de Madrid June July, 2012 Alonso and García-Martos

More information

Competition as an Effective Tool in Developing Social Marketing Programs: Driving Behavior Change through Online Activities

Competition as an Effective Tool in Developing Social Marketing Programs: Driving Behavior Change through Online Activities Competition as an Effective Tool in Developing Social Marketing Programs: Driving Behavior Change through Online Activities Corina ŞERBAN 1 ABSTRACT Nowadays, social marketing practices represent an important

More information

UK GDP is the best predictor of UK GDP, literally.

UK GDP is the best predictor of UK GDP, literally. UK GDP IS THE BEST PREDICTOR OF UK GDP, LITERALLY ERIK BRITTON AND DANNY GABAY 6 NOVEMBER 2009 UK GDP is the best predictor of UK GDP, literally. The ONS s preliminary estimate of UK GDP for the third

More information

Time Series - ARIMA Models. Instructor: G. William Schwert

Time Series - ARIMA Models. Instructor: G. William Schwert APS 425 Fall 25 Time Series : ARIMA Models Instructor: G. William Schwert 585-275-247 schwert@schwert.ssb.rochester.edu Topics Typical time series plot Pattern recognition in auto and partial autocorrelations

More information

Testing for Granger causality between stock prices and economic growth

Testing for Granger causality between stock prices and economic growth MPRA Munich Personal RePEc Archive Testing for Granger causality between stock prices and economic growth Pasquale Foresti 2006 Online at http://mpra.ub.uni-muenchen.de/2962/ MPRA Paper No. 2962, posted

More information

TIME SERIES ANALYSIS

TIME SERIES ANALYSIS TIME SERIES ANALYSIS Ramasubramanian V. I.A.S.R.I., Library Avenue, New Delhi- 110 012 ram_stat@yahoo.co.in 1. Introduction A Time Series (TS) is a sequence of observations ordered in time. Mostly these

More information

The Impact of Privatization in Insurance Industry on Insurance Efficiency in Iran

The Impact of Privatization in Insurance Industry on Insurance Efficiency in Iran The Impact of Privatization in Insurance Industry on Insurance Efficiency in Iran Shahram Gilaninia 1, Hosein Ganjinia, Azadeh Asadian 3 * 1. Department of Industrial Management, Islamic Azad University,

More information

Predicting The Outcome Of NASCAR Races: The Role Of Driver Experience Mary Allender, University of Portland

Predicting The Outcome Of NASCAR Races: The Role Of Driver Experience Mary Allender, University of Portland Predicting The Outcome Of NASCAR Races: The Role Of Driver Experience Mary Allender, University of Portland ABSTRACT As national interest in NASCAR grows, the field of sports economics is increasingly

More information

Vector Time Series Model Representations and Analysis with XploRe

Vector Time Series Model Representations and Analysis with XploRe 0-1 Vector Time Series Model Representations and Analysis with plore Julius Mungo CASE - Center for Applied Statistics and Economics Humboldt-Universität zu Berlin mungo@wiwi.hu-berlin.de plore MulTi Motivation

More information

USE OF ARIMA TIME SERIES AND REGRESSORS TO FORECAST THE SALE OF ELECTRICITY

USE OF ARIMA TIME SERIES AND REGRESSORS TO FORECAST THE SALE OF ELECTRICITY Paper PO10 USE OF ARIMA TIME SERIES AND REGRESSORS TO FORECAST THE SALE OF ELECTRICITY Beatrice Ugiliweneza, University of Louisville, Louisville, KY ABSTRACT Objectives: To forecast the sales made by

More information

Forecasting of Paddy Production in Sri Lanka: A Time Series Analysis using ARIMA Model

Forecasting of Paddy Production in Sri Lanka: A Time Series Analysis using ARIMA Model Tropical Agricultural Research Vol. 24 (): 2-3 (22) Forecasting of Paddy Production in Sri Lanka: A Time Series Analysis using ARIMA Model V. Sivapathasundaram * and C. Bogahawatte Postgraduate Institute

More information

How To Model A Series With Sas

How To Model A Series With Sas Chapter 7 Chapter Table of Contents OVERVIEW...193 GETTING STARTED...194 TheThreeStagesofARIMAModeling...194 IdentificationStage...194 Estimation and Diagnostic Checking Stage...... 200 Forecasting Stage...205

More information

European Journal of Business and Management ISSN 2222-1905 (Paper) ISSN 2222-2839 (Online) Vol.5, No.30, 2013

European Journal of Business and Management ISSN 2222-1905 (Paper) ISSN 2222-2839 (Online) Vol.5, No.30, 2013 The Impact of Stock Market Liquidity on Economic Growth in Jordan Shatha Abdul-Khaliq Assistant Professor,AlBlqa Applied University, Jordan * E-mail of the corresponding author: yshatha@gmail.com Abstract

More information

Chapter 6: Multivariate Cointegration Analysis

Chapter 6: Multivariate Cointegration Analysis Chapter 6: Multivariate Cointegration Analysis 1 Contents: Lehrstuhl für Department Empirische of Wirtschaftsforschung Empirical Research and und Econometrics Ökonometrie VI. Multivariate Cointegration

More information

Monitoring web traffic source effectiveness with Google Analytics An experiment with time series

Monitoring web traffic source effectiveness with Google Analytics An experiment with time series The current issue and full text archive of this journal is available at wwwemeraldinsightcom/0001-253xhtm AP 474 Received 9 July 2008 Revised 21 January 2009 Accepted 6 February 2009 Monitoring web traffic

More information

Advanced Forecasting Techniques and Models: ARIMA

Advanced Forecasting Techniques and Models: ARIMA Advanced Forecasting Techniques and Models: ARIMA Short Examples Series using Risk Simulator For more information please visit: www.realoptionsvaluation.com or contact us at: admin@realoptionsvaluation.com

More information

The SAS Time Series Forecasting System

The SAS Time Series Forecasting System The SAS Time Series Forecasting System An Overview for Public Health Researchers Charles DiMaggio, PhD College of Physicians and Surgeons Departments of Anesthesiology and Epidemiology Columbia University

More information

Time Series Analysis

Time Series Analysis Time Series 1 April 9, 2013 Time Series Analysis This chapter presents an introduction to the branch of statistics known as time series analysis. Often the data we collect in environmental studies is collected

More information

PRICING OF FOREIGN CURRENCY OPTIONS IN THE SERBIAN MARKET

PRICING OF FOREIGN CURRENCY OPTIONS IN THE SERBIAN MARKET ECONOMIC ANNALS, Volume LIV, No. 180, January March 2009 UDC: 3.33 ISSN: 0013-3264 COMMUNICATIONS Irena Janković* DOI:10.2298/EKA0980091J PRICING OF FOREIGN CURRENCY OPTIONS IN THE SERBIAN MARKET ABSTRACT:

More information

A Guide to Using EViews with Using Econometrics: A Practical Guide

A Guide to Using EViews with Using Econometrics: A Practical Guide A Guide to Using EViews with Using Econometrics: A Practical Guide In the Introduction: 1. Purpose of this guide 2. EViews help 3. EViews basics and objects 4. Mathematical expressions in EViews 5. Areas

More information

STAFF WORKING PAPER. The Relationship between Sustainable Growth and the Riskfree Rate: Evidence from UK Government Gilts. Staff Working Paper 2012.

STAFF WORKING PAPER. The Relationship between Sustainable Growth and the Riskfree Rate: Evidence from UK Government Gilts. Staff Working Paper 2012. STAFF WORKING PAPER The Relationship between Sustainable Growth and the Riskfree Rate: Evidence from UK Government Gilts Staff Working Paper 2012.1 Andrew Lilico & Stefano Ficco January 2012 FOREWORD Europe

More information

Forecasting of Gold Prices (Box Jenkins Approach)

Forecasting of Gold Prices (Box Jenkins Approach) Forecasting of Gold Prices (Box Jenkins Approach) Dr. M. Massarrat Ali Khan College of Computer Science and Information System, Institute of Business Management, Korangi Creek, Karachi Abstract In recent

More information

Using JMP Version 4 for Time Series Analysis Bill Gjertsen, SAS, Cary, NC

Using JMP Version 4 for Time Series Analysis Bill Gjertsen, SAS, Cary, NC Using JMP Version 4 for Time Series Analysis Bill Gjertsen, SAS, Cary, NC Abstract Three examples of time series will be illustrated. One is the classical airline passenger demand data with definite seasonal

More information

How to Use EViews (Econometric Views)

How to Use EViews (Econometric Views) E280 March 24, 1999 How to Use EViews (Econometric Views) EViews is a simple but flexible econometric software package that runs on both Windows machines and Macintoshes. It is primarily designed to work

More information

Promotional Forecast Demonstration

Promotional Forecast Demonstration Exhibit 2: Promotional Forecast Demonstration Consider the problem of forecasting for a proposed promotion that will start in December 1997 and continues beyond the forecast horizon. Assume that the promotion

More information

TIME SERIES ANALYSIS OF CHINA S EXTERNAL DEBT COMPONENTS, FOREIGN EXCHANGE RESERVES AND ECONOMIC GROWTH RATES. Hüseyin Çetin

TIME SERIES ANALYSIS OF CHINA S EXTERNAL DEBT COMPONENTS, FOREIGN EXCHANGE RESERVES AND ECONOMIC GROWTH RATES. Hüseyin Çetin TIME SERIES ANALYSIS OF CHINA S EXTERNAL DEBT COMPONENTS, FOREIGN EXCHANGE RESERVES AND ECONOMIC GROWTH RATES Hüseyin Çetin Phd Business Administration Candidate Okan University Social Science Institute,

More information

ADVANCED FORECASTING MODELS USING SAS SOFTWARE

ADVANCED FORECASTING MODELS USING SAS SOFTWARE ADVANCED FORECASTING MODELS USING SAS SOFTWARE Girish Kumar Jha IARI, Pusa, New Delhi 110 012 gjha_eco@iari.res.in 1. Transfer Function Model Univariate ARIMA models are useful for analysis and forecasting

More information

Chapter 9: Serial Correlation

Chapter 9: Serial Correlation Chapter 9: Serial Correlation In this chapter: 1. Creating a residual series from a regression model 2. Plotting the error term to detect serial correlation (UE, pp. 313-315) 3. Using regression to estimate

More information

Multiple Linear Regression

Multiple Linear Regression Multiple Linear Regression A regression with two or more explanatory variables is called a multiple regression. Rather than modeling the mean response as a straight line, as in simple regression, it is

More information

Correlation of International Stock Markets Before and During the Subprime Crisis

Correlation of International Stock Markets Before and During the Subprime Crisis 173 Correlation of International Stock Markets Before and During the Subprime Crisis Ioana Moldovan 1 Claudia Medrega 2 The recent financial crisis has spread to markets worldwide. The correlation of evolutions

More information

The Effect of Seasonality in the CPI on Indexed Bond Pricing and Inflation Expectations

The Effect of Seasonality in the CPI on Indexed Bond Pricing and Inflation Expectations The Effect of Seasonality in the CPI on Indexed Bond Pricing and Inflation Expectations Roy Stein* *Research Department, Roy Stein roy.stein@boi.org.il, tel: 02-6552559 This research was partially supported

More information

Causes of Inflation in the Iranian Economy

Causes of Inflation in the Iranian Economy Causes of Inflation in the Iranian Economy Hamed Armesh* and Abas Alavi Rad** It is clear that in the nearly last four decades inflation is one of the important problems of Iranian economy. In this study,

More information

THE IMPACT OF EXCHANGE RATE VOLATILITY ON BRAZILIAN MANUFACTURED EXPORTS

THE IMPACT OF EXCHANGE RATE VOLATILITY ON BRAZILIAN MANUFACTURED EXPORTS THE IMPACT OF EXCHANGE RATE VOLATILITY ON BRAZILIAN MANUFACTURED EXPORTS ANTONIO AGUIRRE UFMG / Department of Economics CEPE (Centre for Research in International Economics) Rua Curitiba, 832 Belo Horizonte

More information

Regression step-by-step using Microsoft Excel

Regression step-by-step using Microsoft Excel Step 1: Regression step-by-step using Microsoft Excel Notes prepared by Pamela Peterson Drake, James Madison University Type the data into the spreadsheet The example used throughout this How to is a regression

More information

Time Series Analysis

Time Series Analysis Time Series Analysis hm@imm.dtu.dk Informatics and Mathematical Modelling Technical University of Denmark DK-2800 Kgs. Lyngby 1 Outline of the lecture Identification of univariate time series models, cont.:

More information

Rob J Hyndman. Forecasting using. 11. Dynamic regression OTexts.com/fpp/9/1/ Forecasting using R 1

Rob J Hyndman. Forecasting using. 11. Dynamic regression OTexts.com/fpp/9/1/ Forecasting using R 1 Rob J Hyndman Forecasting using 11. Dynamic regression OTexts.com/fpp/9/1/ Forecasting using R 1 Outline 1 Regression with ARIMA errors 2 Example: Japanese cars 3 Using Fourier terms for seasonality 4

More information

Univariate and Multivariate Methods PEARSON. Addison Wesley

Univariate and Multivariate Methods PEARSON. Addison Wesley Time Series Analysis Univariate and Multivariate Methods SECOND EDITION William W. S. Wei Department of Statistics The Fox School of Business and Management Temple University PEARSON Addison Wesley Boston

More information

Forecasting the PhDs-Output of the Higher Education System of Pakistan

Forecasting the PhDs-Output of the Higher Education System of Pakistan Forecasting the PhDs-Output of the Higher Education System of Pakistan Ghani ur Rehman, Dr. Muhammad Khalil Shahid, Dr. Bakhtiar Khan Khattak and Syed Fiaz Ahmed Center for Emerging Sciences, Engineering

More information

Forecasting areas and production of rice in India using ARIMA model

Forecasting areas and production of rice in India using ARIMA model International Journal of Farm Sciences 4(1) :99-106, 2014 Forecasting areas and production of rice in India using ARIMA model K PRABAKARAN and C SIVAPRAGASAM* Agricultural College and Research Institute,

More information

ITSM-R Reference Manual

ITSM-R Reference Manual ITSM-R Reference Manual George Weigt June 5, 2015 1 Contents 1 Introduction 3 1.1 Time series analysis in a nutshell............................... 3 1.2 White Noise Variance.....................................

More information

MULTIPLE REGRESSION AND ISSUES IN REGRESSION ANALYSIS

MULTIPLE REGRESSION AND ISSUES IN REGRESSION ANALYSIS MULTIPLE REGRESSION AND ISSUES IN REGRESSION ANALYSIS MSR = Mean Regression Sum of Squares MSE = Mean Squared Error RSS = Regression Sum of Squares SSE = Sum of Squared Errors/Residuals α = Level of Significance

More information

SPSS Guide: Regression Analysis

SPSS Guide: Regression Analysis SPSS Guide: Regression Analysis I put this together to give you a step-by-step guide for replicating what we did in the computer lab. It should help you run the tests we covered. The best way to get familiar

More information

The Time Series Performance Of UK Real Estate Indices

The Time Series Performance Of UK Real Estate Indices The Time Series Performance Of UK Real Estate Indices A report funded by the Real Estate Research Institute as part of an enquiry into property performance measures in the United States for the US Pensions

More information

Applied Econometrics and International Development Vol. 12-1 (2012)

Applied Econometrics and International Development Vol. 12-1 (2012) MERCHANDISE EXPORT DEMAND FUNCTION FOR EGYPT: A PANEL DATA ANALYSIS IBRAHIM, Mohamed Abbas 1 Abstract This study empirically estimates the critical parameters of merchandise export demand function for

More information

Measuring Risk for Venture Capital and Private Equity Portfolios

Measuring Risk for Venture Capital and Private Equity Portfolios Measuring Risk for Venture Capital and Private Equity Portfolios Susan E. Woodward Sand Hill Econometrics August, 2009 For alternative assets such as venture capital, buyouts (private equity), real estate,

More information

TEMPORAL CAUSAL RELATIONSHIP BETWEEN STOCK MARKET CAPITALIZATION, TRADE OPENNESS AND REAL GDP: EVIDENCE FROM THAILAND

TEMPORAL CAUSAL RELATIONSHIP BETWEEN STOCK MARKET CAPITALIZATION, TRADE OPENNESS AND REAL GDP: EVIDENCE FROM THAILAND I J A B E R, Vol. 13, No. 4, (2015): 1525-1534 TEMPORAL CAUSAL RELATIONSHIP BETWEEN STOCK MARKET CAPITALIZATION, TRADE OPENNESS AND REAL GDP: EVIDENCE FROM THAILAND Komain Jiranyakul * Abstract: This study

More information

Chapter 9: Univariate Time Series Analysis

Chapter 9: Univariate Time Series Analysis Chapter 9: Univariate Time Series Analysis In the last chapter we discussed models with only lags of explanatory variables. These can be misleading if: 1. The dependent variable Y t depends on lags of

More information

Integrated Resource Plan

Integrated Resource Plan Integrated Resource Plan March 19, 2004 PREPARED FOR KAUA I ISLAND UTILITY COOPERATIVE LCG Consulting 4962 El Camino Real, Suite 112 Los Altos, CA 94022 650-962-9670 1 IRP 1 ELECTRIC LOAD FORECASTING 1.1

More information

TOTAL FACTOR PRODUCTIVITY AND ECONOMIC GROWTH

TOTAL FACTOR PRODUCTIVITY AND ECONOMIC GROWTH İstanbul Ticaret Üniversitesi Sosyal Bilimler Dergisi Yıl:8 Sayı:15 Bahar 2009 s.49-56 TOTAL FACTOR PRODUCTIVITY AND ECONOMIC GROWTH Mehmet ADAK * ABSTRACT The causality between TFP (Total Factor Productivity)

More information

Software Review: ITSM 2000 Professional Version 6.0.

Software Review: ITSM 2000 Professional Version 6.0. Lee, J. & Strazicich, M.C. (2002). Software Review: ITSM 2000 Professional Version 6.0. International Journal of Forecasting, 18(3): 455-459 (June 2002). Published by Elsevier (ISSN: 0169-2070). http://0-

More information

Toward Efficient Management of Working Capital: The case of the Palestinian Exchange

Toward Efficient Management of Working Capital: The case of the Palestinian Exchange Journal of Applied Finance & Banking, vol.2, no.1, 2012, 225-246 ISSN: 1792-6580 (print version), 1792-6599 (online) International Scientific Press, 2012 Toward Efficient Management of Working Capital:

More information

Simple linear regression

Simple linear regression Simple linear regression Introduction Simple linear regression is a statistical method for obtaining a formula to predict values of one variable from another where there is a causal relationship between

More information

MARKETING COMMUNICATION IN ONLINE SOCIAL PROGRAMS: OHANIAN MODEL OF SOURCE CREDIBILITY

MARKETING COMMUNICATION IN ONLINE SOCIAL PROGRAMS: OHANIAN MODEL OF SOURCE CREDIBILITY MARKETING COMMUNICATION IN ONLINE SOCIAL PROGRAMS: OHANIAN MODEL OF SOURCE CREDIBILITY Serban Corina The Bucharest Academy of Economic Studies The Faculty of Marketing The development of the Internet as

More information

Module 5: Multiple Regression Analysis

Module 5: Multiple Regression Analysis Using Statistical Data Using to Make Statistical Decisions: Data Multiple to Make Regression Decisions Analysis Page 1 Module 5: Multiple Regression Analysis Tom Ilvento, University of Delaware, College

More information

Forecasting Stock Market Series. with ARIMA Model

Forecasting Stock Market Series. with ARIMA Model Journal of Statistical and Econometric Methods, vol.3, no.3, 2014, 65-77 ISSN: 2241-0384 (print), 2241-0376 (online) Scienpress Ltd, 2014 Forecasting Stock Market Series with ARIMA Model Fatai Adewole

More information

Sacred Heart University John F. Welch College of Business

Sacred Heart University John F. Welch College of Business Sacred Heart University John F. Welch College of Business CONNECTICUT ECONOMIC OUTLOOK for 2013-2015: A Perspective from Sacred Heart University Students in Business Economics Final Research Project for

More information

Nominal and Real U.S. GDP 1960-2001

Nominal and Real U.S. GDP 1960-2001 Problem Set #5-Key Sonoma State University Dr. Cuellar Economics 318- Managerial Economics Use the data set for gross domestic product (gdp.xls) to answer the following questions. (1) Show graphically

More information

Econometrics I: Econometric Methods

Econometrics I: Econometric Methods Econometrics I: Econometric Methods Jürgen Meinecke Research School of Economics, Australian National University 24 May, 2016 Housekeeping Assignment 2 is now history The ps tute this week will go through

More information

Analysis and Computation for Finance Time Series - An Introduction

Analysis and Computation for Finance Time Series - An Introduction ECMM703 Analysis and Computation for Finance Time Series - An Introduction Alejandra González Harrison 161 Email: mag208@exeter.ac.uk Time Series - An Introduction A time series is a sequence of observations

More information

GRETL. (Gnu Regression, Econometrics and. Time-series Library)

GRETL. (Gnu Regression, Econometrics and. Time-series Library) 1 GRETL (Gnu Regression, Econometrics and Time-series Library) 2 In this project you should analyze generated and real data. Analysis of each set of data should contain: a) Descriptive statistics. b) Time

More information

Week TSX Index 1 8480 2 8470 3 8475 4 8510 5 8500 6 8480

Week TSX Index 1 8480 2 8470 3 8475 4 8510 5 8500 6 8480 1) The S & P/TSX Composite Index is based on common stock prices of a group of Canadian stocks. The weekly close level of the TSX for 6 weeks are shown: Week TSX Index 1 8480 2 8470 3 8475 4 8510 5 8500

More information

Competition Strategies between Five Cell Phone Service Providers in Pakistan

Competition Strategies between Five Cell Phone Service Providers in Pakistan Competition Strategies between Five Cell Phone Service Providers in Pakistan Dr. Rukhsar Ahmed 1 and Atif Hassan 2 1 Professor and Dean, Preston University Karachi, Pakistan 2 PhD Management Scholar, Ifugao

More information

Threshold Autoregressive Models in Finance: A Comparative Approach

Threshold Autoregressive Models in Finance: A Comparative Approach University of Wollongong Research Online Applied Statistics Education and Research Collaboration (ASEARC) - Conference Papers Faculty of Informatics 2011 Threshold Autoregressive Models in Finance: A Comparative

More information

Uniwersytet Ekonomiczny

Uniwersytet Ekonomiczny Uniwersytet Ekonomiczny George Matysiak Introduction to modelling & forecasting December 15 th, 2014 Agenda Modelling and forecasting - Models Approaches towards modelling and forecasting Forecasting commercial

More information

Premaster Statistics Tutorial 4 Full solutions

Premaster Statistics Tutorial 4 Full solutions Premaster Statistics Tutorial 4 Full solutions Regression analysis Q1 (based on Doane & Seward, 4/E, 12.7) a. Interpret the slope of the fitted regression = 125,000 + 150. b. What is the prediction for

More information

Chapter 4: Vector Autoregressive Models

Chapter 4: Vector Autoregressive Models Chapter 4: Vector Autoregressive Models 1 Contents: Lehrstuhl für Department Empirische of Wirtschaftsforschung Empirical Research and und Econometrics Ökonometrie IV.1 Vector Autoregressive Models (VAR)...

More information

Does the interest rate for business loans respond asymmetrically to changes in the cash rate?

Does the interest rate for business loans respond asymmetrically to changes in the cash rate? University of Wollongong Research Online Faculty of Commerce - Papers (Archive) Faculty of Business 2013 Does the interest rate for business loans respond asymmetrically to changes in the cash rate? Abbas

More information

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

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2015, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2015, Mr. Ruey S. Tsay Solutions to Midterm Problem A: (30 pts) Answer briefly the following questions. Each question has

More information

Time Series Analysis

Time Series Analysis Time Series Analysis Autoregressive, MA and ARMA processes Andrés M. Alonso Carolina García-Martos Universidad Carlos III de Madrid Universidad Politécnica de Madrid June July, 212 Alonso and García-Martos

More information

Stepwise Regression. Chapter 311. Introduction. Variable Selection Procedures. Forward (Step-Up) Selection

Stepwise Regression. Chapter 311. Introduction. Variable Selection Procedures. Forward (Step-Up) Selection Chapter 311 Introduction Often, theory and experience give only general direction as to which of a pool of candidate variables (including transformed variables) should be included in the regression model.

More information

MACRO ECONOMIC PATTERNS AND STORIES I. GETTING STARTED

MACRO ECONOMIC PATTERNS AND STORIES I. GETTING STARTED What is DP? Page 1 of 5 I. ETTIN STARTED This homework is intended to introduce you to E-Views and start you looking at some macro data. Items to be turned in are numbered and indicated in bold. E-Views

More information

A Study of information asymmetry using Bid-Ask spread on firm value: evidence from Tehran Stock Exchange

A Study of information asymmetry using Bid-Ask spread on firm value: evidence from Tehran Stock Exchange International Research Journal of Applied and Basic Sciences 2013 Available online at www.irjabs.com ISSN 2251-838X / Vol, 4 (9): 2872-2876 Science Explorer Publications A Study of information asymmetry

More information

Chapter 13 Introduction to Linear Regression and Correlation Analysis

Chapter 13 Introduction to Linear Regression and Correlation Analysis Chapter 3 Student Lecture Notes 3- Chapter 3 Introduction to Linear Regression and Correlation Analsis Fall 2006 Fundamentals of Business Statistics Chapter Goals To understand the methods for displaing

More information

ARMA, GARCH and Related Option Pricing Method

ARMA, GARCH and Related Option Pricing Method ARMA, GARCH and Related Option Pricing Method Author: Yiyang Yang Advisor: Pr. Xiaolin Li, Pr. Zari Rachev Department of Applied Mathematics and Statistics State University of New York at Stony Brook September

More information

UNIT ROOT TESTING TO HELP MODEL BUILDING. Lavan Mahadeva & Paul Robinson

UNIT ROOT TESTING TO HELP MODEL BUILDING. Lavan Mahadeva & Paul Robinson Handbooks in Central Banking No. 22 UNIT ROOT TESTING TO HELP MODEL BUILDING Lavan Mahadeva & Paul Robinson Series editors: Andrew Blake & Gill Hammond Issued by the Centre for Central Banking Studies,

More information

ANALYSIS OF THE LIFE INSURANCE MARKET IN THE REPUBLIC OF MACEDONIA

ANALYSIS OF THE LIFE INSURANCE MARKET IN THE REPUBLIC OF MACEDONIA ECONOMIC ANNALS, Volume LVII, No. 194 / July September 2012 UDC: 3.33 ISSN: 0013-3264 DOI:10.2298/EKA1294107A Cvetko Andreeski* Bratislav Milošević** Vladimir Njegomir*** ANALYSIS OF THE LIFE INSURANCE

More information

What drove Irish Government bond yields during the crisis?

What drove Irish Government bond yields during the crisis? What drove Irish Government bond yields during the crisis? David Purdue and Rossa White, September 2014 1. Introduction The Irish Government bond market has been exceptionally volatile in the seven years

More information

Exploring Changes in the Labor Market of Health Care Service Workers in Texas and the Rio Grande Valley I. Introduction

Exploring Changes in the Labor Market of Health Care Service Workers in Texas and the Rio Grande Valley I. Introduction Ina Ganguli ENG-SCI 103 Final Project May 16, 2007 Exploring Changes in the Labor Market of Health Care Service Workers in Texas and the Rio Grande Valley I. Introduction The shortage of healthcare workers

More information

Introduction to Regression and Data Analysis

Introduction to Regression and Data Analysis Statlab Workshop Introduction to Regression and Data Analysis with Dan Campbell and Sherlock Campbell October 28, 2008 I. The basics A. Types of variables Your variables may take several forms, and it

More information

Analysis of the Volatility of the Electricity Price in Kenya Using Autoregressive Integrated Moving Average Model

Analysis of the Volatility of the Electricity Price in Kenya Using Autoregressive Integrated Moving Average Model Science Journal of Applied Mathematics and Statistics 2015; 3(2): 47-57 Published online March 28, 2015 (http://www.sciencepublishinggroup.com/j/sjams) doi: 10.11648/j.sjams.20150302.14 ISSN: 2376-9491

More information

Luciano Rispoli Department of Economics, Mathematics and Statistics Birkbeck College (University of London)

Luciano Rispoli Department of Economics, Mathematics and Statistics Birkbeck College (University of London) Luciano Rispoli Department of Economics, Mathematics and Statistics Birkbeck College (University of London) 1 Forecasting: definition Forecasting is the process of making statements about events whose

More information

The Pecking Order Theory and the Static Trade Off Theory: Comparison of the Alternative Explanatory Power in French Firms

The Pecking Order Theory and the Static Trade Off Theory: Comparison of the Alternative Explanatory Power in French Firms Journal of Business Studies Quarterly 2012, Vol. 4, No. 1, pp. 1-14 ISSN 2152-1034 The Pecking Order Theory and the Static Trade Off Theory: Comparison of the Alternative Explanatory Power in French Firms

More information

Didacticiel - Études de cas

Didacticiel - Études de cas 1 Topic Regression analysis with LazStats (OpenStat). LazStat 1 is a statistical software which is developed by Bill Miller, the father of OpenStat, a wellknow tool by statisticians since many years. These

More information

Intertemporal Effects of Online Advertising Channels on Customers

Intertemporal Effects of Online Advertising Channels on Customers International Journal of Business and Social Science Vol. 5, No. 9; August 2014 Intertemporal Effects of Online Advertising Channels on Customers Mohammad Almotairi Department of Marketing College of Business

More information