Using PROC ARIMA in Forecasting the Demand and Utilization of Inpatient Hospital Services

Size: px
Start display at page:

Download "Using PROC ARIMA in Forecasting the Demand and Utilization of Inpatient Hospital Services"

Transcription

1 Using PROC ARIMA in Forecasting the Demand and Utilization of Inpatient Hospital Services John J. Hisnanick* U.S. Department of Health and Human Services Introduction In the course of any normal day, we are, either directly or indirectly, involved with univariate time series data. That is, by either working with such data or becomill.g part of a time-series through our economic and social behavior. A time-series can be defined as a set of numbers that measures the status of some ongoing process or activity overtime. Generally, one can think of a time-series as being composed into three components: a trend component, a seasonal component and anirregular, or random component. These components can be related in either an additive or a multiplicative fashion. In working with such data, one often wishes to describe the series regarding it's component parts and predict future observations for the series. Under SAS/ETS, there exists.the procedure ARIMA, which facilities the description and prediction of a univariate time-series data set. The focus of this study was to define an appropriate model specification for the forecasting of a monthly times-series, assess the issue of seasonality in the series, and evaluate the forecast model's effectiveness as a planning tool. Using an established taxonomy of diagnostic disease categories and the national hospital discharge database of the Indian Health Service (IHS) for the period , a forecasting model for inpatient hospitalizations was undertaken. This investigation represents an attempt at forecasting the demand for hospital services with a particular emphasis on the potential burden specific health conditions may impose on this health care delivery system. The Forecasting Process The forecasting process can be thought of as being composed of six, separate steps. These have been defined as; (1) define the forecasting problem, (2) collect and prepare the data, (3) select and apply a forecasting method, (4) review and adjust the preliminary forecasts, (5) track the forecast accuracy and (6) update the forecasts and the forecasting system [Hoff(1983)]. The following is an overview of each component part and how SAS software facilitated each step of the process. The Forecasting Problem: The forecasting problem was developed based upon the assumption that chronic health conditions due to alcoholism and alcohol abuse is a Significant health problem among the population served by the IHS. Further, this problem has been hypothesized as having imposed a serious strain on existing resources. The forecasting problem was formulated as "What will be the future impact on direct care inpatient services from alcoholism and alcohol abuse". The problem formulation was greatly facilitated given that there does exist a taxonomy of diagnostic disease categories which can capture inpatient hospitalizations related to chronic health conditions associated with alcoholism and alcohol abuse, Table 1. Therefore, using this taxonomy, could a monthly univariate time-series for hospitalizations be generated with a structure that could becharacterized and described. Collecting and Preparing the Data: The data base used in the construction of the timeseries was the national hospital discharge data base for the IHS. This data base is maintained in a SAS format on magnetic tapes and because of the number of records per file is most easily accessed and manipulated within a mainframe environment. Each record within the data base contains both administrative and demographic information related to a hospitalization of en individual. In addition, each event can have up to six possible discharge diagnoses recorded. Therefore, the generation of the time-series involved the aggregation of daily event specific information into a monthly format. Inclusion within the monthly aggregation was limited to those individuals fourteen years of age or older, with any mention of a diagnoses of one of the conditions listed in the taxonomy from Table 1. The construction of the monthly time-series was greatly facilitated by the useofproc FREQ procedure upon a SAS dataset sorted by year of discharge and then month of discharge. Thegenerated monthly time-seriescovered the years , accounting for 108 observations in the series. Figure 1 is a graphical representation of the respective monthly time-series for hospitalizations associated wi th alcohol related diagnoses (ARD). 383

2 Select and Apply a Forecasting Method: A univariate time-series represents a collection of data with a specific temporal ordering and is assumed to be generated by a stochastic process with a structure that can be characterized and described accordingly. The series can be thought of being com posed of three distinct components; a trend component, a seasonal component and a random or irregular component. The trend component represents the long-run movement of the series. The seasonal component reflects a possible seasonal pattern that repeats itself over some time period. And the irregular or random component reflects the nonsystematic movements that occur in the series. Therefore, the selection and application of an appropriate forecasting methodology can be quite involved, but is greatly facilitated by the SAS/ETS software. One major question that needs to be answered prior to the selecting of an appropriate forecasting model is to determine whether the generated time-series is stationary. Stationarity is an important characteristic of stochastic processes and implies that the time-series is invariant with respect to time and wanders more or less uniformly about some fixed level. Assessing stationarity can be done by looking at the autocorrelation function of the time-series. The autocorrelation function is a statistical measure that indicates how the time-series is related to itself over time. More precisely, autocorrelation has a possible range covering the interval (-1, +1) and measures how strongly the time-series values, a specific number of periods apart, are correlated to each other. If the values of the autocorrelation function do not fall off quickly, (or within the prescribed range of statistical insignificance), as the number of lags increases, this indicates that the series is nonstationary. In the case that a nonstationary series is encountered, it can be made stationary by differencing, one or more times. Differencing is the process of transforming a nonstationary series into a stationary one by taking the incremental difference one or more times for the series observations. The number of times that a series is differenced in order to achieve stationarity is called the order of homogeniety of the series. To assess whether a more stationary series could be obtained, further differencing could be done on a series. If the successive differencing does notresult in any significant qualitative change in the decline of the autocorrelation function, the appropriate order of homogeneity for the series is the level of differencing where no further qualitative changes occurred in the autocorrelation function. Figure 2 reflects the values of the autocorrelation function associated with the times-series of monthly admissions for ARD hospitalizations. The values estimated for the autocorrelation function do not fall off quickly, but do dampen towards zero. Therefore, it does appear that the time-series is stationary, but could be made more stationary by an appropriate transformation of the data. Therefore, the series was transformed using the natural logrithmic transformation in SAS, (Le., In_x=log(x)). The transformed series is presented in figure 3, and the series was smoothed considerably. Figure 4 presents the autocorrelation function for the transformed series. The autocorrelation function dampens quickly to zero, with the exception that significant "spikes" occur at the first and twelveth lags. This behavior of the autocorrelation implies that there is possible seasonality occuring in the data. While the autocorrelation function provides a way to evaluate the stationarity of a series, it is also helpful in addressing other modeling issues. More specifically, the question of seasonality within the data, as well as the number of disturbance terrns in the moving average (MA) portion and the number oflags in the autoregressive portion of an integrated model. On the issue of seasonality, the data points in the series should show some degree of correlation with corresponding data points. While this was not readily apparent in the time-series,figure 3, it showed up in the graphoftheautocorrelationfunctionforthetransformed series, figure 4. There were observed regular peaks in the autocorrelation function. The way to remove annual cycles in a monthly time-series is to take a twelve month difference ofthe data. Then the observed autocorrelation function will represent a "deseasonalized" series. Figure 5 represents the autocorrelation function for the deseasonalized time-series and this series was used in the estimation of the appropriate forecasting model. In regard to helping in the model specification, the autocorrelation function and the partial autocorrelation function can assist in selecting the appropriate ARIMA parameters. ARIMA is the acronym for anautoregressiveintegrated moving average specification. The specification of an appropriate ARIMA model has been termed more of an art, than a science, [Pindyck and Rubinfeld, (1976)]. The determination of the appropriate MA portion of the model can be done by evaluating the behavior of the autocorrelation function. In general, the autocorrelation function for the MA(q) process has "q" positive and negative values and is then zero for lag values greater than "q". From figure 5, the order of "q" was determined to be one. For the AR component of the model, the autocorrelation function patterns are somewhat more complicated than those for the MA component. For the AR component, it is clear that the current values of the 384

3 series, Xt, are related to past values of the series, Xt-p. However, as the lag values increase back in time, the level of association with current values of the series becomes weaker until for lagged values greater than "p", the level of association is zero. This behavior is reflected through the autocorrelation function in that it will dampen as the number of lags increases. This observed dampening can take the form of an exponential rate of decrease, a constant rate of decrease or an alternating pattern of decrease due to the sign change (positive to negative) of the AR parameters. The partial autocorrelation function tends to be more appropriate in evaluating the AR portion of the model. There using the partial autocorrelation function associated with figure 5, the appropriate order of the AR component for the model was determined to be one. In summary, for the series, the natural logarithmic transformation smoothed the data considerably and seasonally adjusting it aided in providing a suitable behavior in the autocorrelation function. This in turn help in resolving the appropriate order for the MA and AR components. Therefore, the model chosen for forecast the behavior of ARD hospitalizations was an ARIMA(1,0,1)12 X (1,0,1). That is, a seasonal adjusted model consisting of one moving average component and one autoregressive component. Table 2 summarizes the respective parameter estimates associated with the proposed ARIMA specification. Testing The Model Specification A question of concern regarding any model specification centers around whether what is being proposed is an adequate model specification. In dealing with an ARIMA specification, one can test the adequacy of the model by observing the sample autocorrelation function of the models residuals. These residuals, under the assumption of an adequate model specification, should be nearly uncorrelated with each other. A very convenient test to check for model adequacy is the Box-Pierce test [Box and Pierce, (1970». This test assumes that for large displacements or lags, the residual autocorrelations areuncorrelated,normallydistributed random variables with a mean of zero and a variance of lit; T being the number of observations in the series. The test statistic proposed by Box and Pierce was termed the "R" statistic. It is composed of the first "K" residual autocorrelations of the series. This test statistic is approximately distributed as a chi-squared distribution with (K-p-q) degrees of freedom. The "R" test statistic to assess model adequacy is computed as follows; R = T' L Tk 2 for k=l,...,k where "T" represents the number of observations in the series, and rk represents the residual autocorrelation computed for the Kth observation in the series. Some texts also refer to this statistic which tests for model adequacy as the Q-statistic. The procedure ARIMA under SAS/ETS provides output labeled as the "autocorrelation check of residuals". The output provides an estimate of the R-statistic at lag intervals of 6, 12, 18 and 24. In addition, it also reports the probability level at which the test statistic would be significant. Box and Pierce showed that for large displacements, (i.e., k > 5), the residual autocorrelations are uncorrelated, normally distributed random variables with a mean of zero and a variance of lit. Therefore, assuming a 95% confidence level, one can conclude that the residual autocorrelation from the model specification, as a whole, are not statistically significant. Table 3 summarized the values that lead to this conclusion. It is important to remember that the R statistic only gives an indication of an inadequate model and does not provide any insight into how one might improve on the model specification. However, it appears that the proposed ARIMA specification is adequate for modeling ARD hospitalizations. Track The Forecast Accuracy Using the parameter estimates presented in Table 2, for the seasonaily adjusted ARIMA(l,O,l), a forecast for the transformed series was done. A twelve period ahead forecast, the forecast standard error and the estimated upper and lower limits for a 95% confidence interval are reported in Table 4. This output is greatly facilitated under PROC ARIMA using the FORECAST statement. However, in order to get meaningful estimates for program planning purposes it is necessary to re-transform the estimated forecast values. Once again, this is greatly facilitated under PROC ARIMA and the FORECAST statement, in that one can direct the forecasted output to a new SAS dataset. This dataset can then be re-transformed. The results presented in Table 5 are the retransformed twelve period ahead forecast, with the upper and lower limits on the 95% confidence interval. In addition, figure 6 is a graphical representation of the series and the forecast values, with the appropriate upper and lower limits. For program planning this type of methodology for addressing the future demand of hospital services is quite appropria teo While the method is considered naive from a modeling prospective, other independent variables which would effect or influence increased hospitalizations due to ARD conditions are not readily available, and in some cases are not measureable. The 385

4 proposed ARIMA methods have a proven record in the study and tracting of such phenomena as gross national product, corn yield and livestock production. Further, given the relative ease that the SAS/ETS software provides in model specification, estimation and forecasting it seems natural to use in health care administration. The last step in the forecasting process concerns updating the forecasts and the forecast system. This can be done once new data is available for the series. It is important to remember that forecast modeling is a dynamicactivity. It israrelyaone-time activity and as time moves on, the assumptions, requirements and constraints that were initially developed will probably change. References * The opinions expressed in this paper are those of the author and do not reflect those of the U.S. Dept. of Health and Human Services or the IHS. Special thanks is extended to Lisa Preston for preparation of the final manuscipt. Box, G.E.P and D.A. Pierce,"Distribution of Residual Autocorrelations in Autoregress-Integrated Moving Average Time Series", Journal of the American Statistical Association. Vol. 65, December Pincyck, R.S. and D.L. Rubinfeld, Econometric Models And Economic Forecasts. New York, NY, McGraw-Hill Book Co., Hoff, J.e., A Practical Guide to Box-Jenkins Forecasting. Belmont, CA, Lifetime Learning Publications, Wadsworth, Inc., 1983 Kendall, M.G., The Advanced TheOlYOf Statistics. Vol. IT, New York, NY, Hafner Publishing Co., SAS Institute Inc., SAS/ETS User's Guide. Version 6. First Edition, Cary, NC: SAS Institute Inc., Table 1 Chronic Alcohol Related Diagnoses ICD-9-CM Diagnostic Categories and Codes For Chronic Conditions Often Associated With Alcohol Abuse Alcoholic Psychoses Alcohol Dependence Syndrome Alcohol Abuse Alcohol Polyneuropathy Alcohol Cardiomyopathy Alcohol Gastritis Alcohol Fatty Liver Acute Alcoholic Hepatitis Alcoholic Cirrhosis of Liver Alcoholic Liver Damage, Unspec. Chronic Hepatitis Cirrhosis of Liver w / 0 Mention of Alcohol Biliary Cirrhosis Other Chronic Non-alcoholic Liver Disease Unspec. Chronic Liver Disease w / 0 Mention of Alcohol Portal Hypertension Hepatorenal Syndrome Other Disorders of Liver Chronic Pancreatitis Cyst and Pseudocyst of Pancreas Gastrointestinal Hemorrhage ICD-9-CM Code Table 2 Parameter Estimates For Seasonally Adjusted ARIMA(1,O,l) Specification (No Mean Term Is Included In The Model) Autoregressive Components (B**I) -O (B**12) Moving Average Components -O (B**1 ) -O.99998(B**12) Table 3 Result of The Autocorrelation Check of Residuals Numer of Lags R-Statistic D.F. Probability

5 Table 4 Table 5 Forecast Estimates, 95% Upper and Lower Forecast Estimates, 95% Upper and Lower Confidence Limits And Actual Values Confidence Limits And Actual Values For The Ten Observation and Twelve Periods For The Ten Observation and Twelve Periods Ahead For The Transformed Series Ahead For The Un-Transformed Series Obs. Forecast Lower 95% Upper 95% Actual Obs. Forecast Lower 95% Upper 95% Actual

6 Figure 1 Monthly Series Covering 1980~ ~~ ' _ D 60 Months Figure 2 AC Function For Monthly Series 12 r , Lag Periods 388

7 Figure 3 I Transformed Monthly Series, 1980~ , ~ a 8' ' l'.;:j ~ Months Figure 4 Transformed AC Function 1.2, , ~ o ] U I I I I I I I I I I I I I I I I I I I I I I I I I o Lagged Periods

8 Figure 5 Seasonally Adjusted AC Function o ] u 0.6'" ", " ~ _.. ~~~~,. IL :1===:]==== o Lagged Periods Figure 6 Forecast Of Transformed Series ,., --:..,. 7~ _~_=-~~~~~~..,.~ ~ ,.-. Upper 95% Series For Lower 95% Mooths

9 Figure 7 Forecast Of Re-Transformed Series 10c0~ ~ Upper 95% Series For ~ Lower 95% _._-_._-_ Months 391

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

TRANSFER FUNCTION MODEL FOR GLOSS PREDICTION OF COATED ALUMINUM USING THE ARIMA PROCEDURE

TRANSFER FUNCTION MODEL FOR GLOSS PREDICTION OF COATED ALUMINUM USING THE ARIMA PROCEDURE TRANSFER FUNCTION MODEL FOR GLOSS PREDICTION OF COATED ALUMINUM USING THE ARIMA PROCEDURE Mozammel H. Khan Kuwait Institute for Scientific Research Introduction The objective of this work was to investigate

More information

arxiv: v1 [stat.me] 5 Nov 2008

arxiv: v1 [stat.me] 5 Nov 2008 arxiv:0811.0659v1 [stat.me] 5 Nov 2008 Estimation of missing data by using the filtering process in a time series modeling Ahmad Mahir R. and Al-khazaleh A. M. H. School of Mathematical Sciences Faculty

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

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

A MACRO-DRIVEN FORECASTING SYSTEM FOR EVALUATING FORECAST MODEL PERFORMANCE

A MACRO-DRIVEN FORECASTING SYSTEM FOR EVALUATING FORECAST MODEL PERFORMANCE A MACRO-DRIVEN ING SYSTEM FOR EVALUATING MODEL PERFORMANCE Bryan Sellers Ross Laboratories INTRODUCTION A major problem of forecasting aside from obtaining accurate forecasts is choosing among a wide range

More information

Forecasting. Simon Shaw 2005/06 Semester II

Forecasting. Simon Shaw 2005/06 Semester II Forecasting Simon Shaw s.c.shaw@maths.bath.ac.uk 2005/06 Semester II 1 Introduction A critical aspect of managing any business is planning for the future. events is called forecasting. Predicting future

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

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

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

More information

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

MULTI-YEAR AVERAGES FROM A ROLLING SAMPLE SURVEY

MULTI-YEAR AVERAGES FROM A ROLLING SAMPLE SURVEY MULTI-YEAR AVERAGES FROM A ROLLING SAMPLE SURVEY Nanak Chand Charles H. Alexander U.S. Bureau of the Census Nanak Chand U.S. Bureau of the Census Washington D.C. 20233 1. Introduction Rolling sample surveys

More information

Minitab Project Report - Assignment 6

Minitab Project Report - Assignment 6 .. Sunspot data Minitab Project Report - Assignment Time Series Plot of y Time Series Plot of X y X 7 9 7 9 The data have a wavy pattern. However, they do not show any seasonality. There seem to be an

More information

Box-Jenkins ARIMA Advanced Time Series

Box-Jenkins ARIMA Advanced Time Series Box-Jenkins ARIMA Advanced Time Series www.realoptionsvaluation.com ROV Technical Papers Series: Volume 25 Theory In This Issue 1. Learn about Risk Simulator s ARIMA and Auto ARIMA modules. 2. Find out

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

Investigating Seasonality in BLS Data Using PROC ARIMA Joseph Earley, Loyola Marymount University Los Angeles, California

Investigating Seasonality in BLS Data Using PROC ARIMA Joseph Earley, Loyola Marymount University Los Angeles, California nvestigating Seasonality in BLS Data Using PROC ARMA Joseph Earley, Loyola Marymount University Los Angeles, California Abstract This paper illustrates how the SAS System statistical procedure PROC ARMA

More information

Study on Modeling and Forecasting of the GDP of Manufacturing Industries in Bangladesh

Study on Modeling and Forecasting of the GDP of Manufacturing Industries in Bangladesh CHIANG MAI UNIVERSITY JOURNAL OF SOCIAL SCIENCE AND HUMANITIES M. N. A. Bhuiyan 1*, Kazi Saleh Ahmed 2 and Roushan Jahan 1 Study on Modeling and Forecasting of the GDP of Manufacturing Industries in Bangladesh

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

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

Econ 300/QAC 201: Quantitative Methods in Economics/Applied Data Analysis. 17th Class 7/1/10

Econ 300/QAC 201: Quantitative Methods in Economics/Applied Data Analysis. 17th Class 7/1/10 Econ 300/QAC 201: Quantitative Methods in Economics/Applied Data Analysis 17th Class 7/1/10 The only function of economic forecasting is to make astrology look respectable. --John Kenneth Galbraith show

More information

SAS/ETS 14.1 User s Guide. The ARIMA Procedure

SAS/ETS 14.1 User s Guide. The ARIMA Procedure SAS/ETS 14.1 User s Guide The ARIMA Procedure This document is an individual chapter from SAS/ETS 14.1 User s Guide. The correct bibliographic citation for this manual is as follows: SAS Institute Inc.

More information

Time Series and Forecasting

Time Series and Forecasting Time Series and Forecasting Introduction to Forecasting n What is forecasting? n Primary Function is to Predict the Future using (time series related or other) data we have in hand n Why are we interested?

More information

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

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

More information

FORECASTING THE INVENTORY LEVEL OF MAGNETIC CARDS IN TOLLING SYSTEM

FORECASTING THE INVENTORY LEVEL OF MAGNETIC CARDS IN TOLLING SYSTEM FORECASTING THE INVENTORY LEVEL OF MAGNETIC CARDS IN TOLLING SYSTEM Bratislav Lazić a, Nebojša Bojović b, Gordana Radivojević b*, Gorana Šormaz a a University of Belgrade, Mihajlo Pupin Institute, Serbia

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

On the Use of Forecasts when Forcing Annual Totals on Seasonally Adjusted Data

On the Use of Forecasts when Forcing Annual Totals on Seasonally Adjusted Data The 34 th International Symposium on Forecasting Rotterdam, The Netherlands, June 29 to July 2, 2014 On the Use of Forecasts when Forcing Annual Totals on Seasonally Adjusted Data Michel Ferland, Susie

More information

The ARIMA Procedure: The ARIMA Procedure

The ARIMA Procedure: The ARIMA Procedure Page 1 of 120 Overview: ARIMA Procedure Getting Started: ARIMA Procedure The Three Stages of ARIMA Modeling Identification Stage Estimation and Diagnostic Checking Stage Forecasting Stage Using ARIMA Procedure

More information

Homework 2. For the homework, be sure to give full explanations where required and to turn in any relevant plots.

Homework 2. For the homework, be sure to give full explanations where required and to turn in any relevant plots. Homework 2 1 Data analysis problems For the homework, be sure to give full explanations where required and to turn in any relevant plots. 1. The file berkeley.dat contains average yearly temperatures for

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

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

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

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

More information

Time Series and Forecasting

Time Series and Forecasting Time Series and Forecasting Introduction to Forecasting n What is forecasting? n Primary Function is to Predict the Future using (time series related or other) data we have in hand n Why are we interested?

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

Ross Bettinger, Analytical Consultant, Seattle, WA

Ross Bettinger, Analytical Consultant, Seattle, WA ABSTRACT DYNAMIC REGRESSION IN ARIMA MODELING Ross Bettinger, Analytical Consultant, Seattle, WA Box-Jenkins time series models that contain exogenous predictor variables are called dynamic regression

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

ARIMA Models. Richard G. Pierse

ARIMA Models. Richard G. Pierse ARIMA Models Richard G. Pierse 1 Introduction Time Series Analysis looks at the properties of time series from a purely statistical point of view. No attempt is made to relate variables using a priori

More information

Statistical Methods for Forecasting

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

More information

FORECASTING OF COTTON PRODUCTION IN INDIA USING ARIMA MODEL

FORECASTING OF COTTON PRODUCTION IN INDIA USING ARIMA MODEL FORECASTING OF COTTON PRODUCTION IN INDIA USING ARIMA MODEL S.Poyyamozhi 1, Dr. A. Kachi Mohideen 2. 1 Assistant Professor and Head, Department of Statistics, Government Arts College (Autonomous), Kumbakonam

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

Forecasting: Methods and Applications

Forecasting: Methods and Applications Neapolis University HEPHAESTUS Repository School of Economic Sciences and Business http://hephaestus.nup.ac.cy Books 1998 Forecasting: Methods and Applications Makridakis, Spyros John Wiley & Sons, Inc.

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

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

1. Fundamental concepts

1. Fundamental concepts . Fundamental concepts A time series is a sequence of data points, measured typically at successive times spaced at uniform intervals. Time series are used in such fields as statistics, signal processing

More information

The Scope and Growth of Spatial Analysis in the Social Sciences

The Scope and Growth of Spatial Analysis in the Social Sciences context. 2 We applied these search terms to six online bibliographic indexes of social science Completed as part of the CSISS literature search initiative on November 18, 2003 The Scope and Growth of Spatial

More information

Glossary. The ISI glossary of statistical terms provides definitions in a number of different languages:

Glossary. The ISI glossary of statistical terms provides definitions in a number of different languages: Glossary The ISI glossary of statistical terms provides definitions in a number of different languages: http://isi.cbs.nl/glossary/index.htm Adjusted r 2 Adjusted R squared measures the proportion of the

More information

Time Series Analysis of Currency in Circulation in Nigeria

Time Series Analysis of Currency in Circulation in Nigeria ISSN -3 (Paper) ISSN 5-091 (Online) Time Series Analysis of Currency in Circulation in Nigeria Omekara C.O Okereke O.E. Ire K.I. Irokwe O. Department of Statistics, Michael Okpara University of Agriculture

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

MCMC analysis of classical time series algorithms.

MCMC analysis of classical time series algorithms. MCMC analysis of classical time series algorithms. mbalawata@yahoo.com Lappeenranta University of Technology Lappeenranta, 19.03.2009 Outline Introduction 1 Introduction 2 3 Series generation Box-Jenkins

More information

Some Time-Series Models

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

More information

Paper SA-08. Are Sales Figures in Line With Expectations? Using PROC ARIMA in SAS to Forecast Company Revenue

Paper SA-08. Are Sales Figures in Line With Expectations? Using PROC ARIMA in SAS to Forecast Company Revenue Paper SA-08 Are Sales Figures in Line With Expectations? Using PROC ARIMA in SAS to Forecast Company Revenue Saveth Ho and Brian Van Dorn, Deluxe Corporation, Shoreview, MN ABSTRACT The distribution of

More information

OPD Attendance of Under-5 Children at an Urban Health Training Centre in West Bengal, India: A Time Series Analysis

OPD Attendance of Under-5 Children at an Urban Health Training Centre in West Bengal, India: A Time Series Analysis IOSR Journal of Dental and Medical Sciences (IOSR-JDMS) e-issn: 2279-0853, p-issn: 2279-0861.Volume 14, Issue 1 Ver. IV (Jan. 2015), PP 17-21 www.iosrjournals.org OPD Attendance of Under-5 Children at

More information

A stochastic modeling for paddy production in Tamilnadu

A stochastic modeling for paddy production in Tamilnadu 2017; 2(5): 14-21 ISSN: 2456-1452 Maths 2017; 2(5): 14-21 2017 Stats & Maths www.mathsjournal.com Received: 04-07-2017 Accepted: 05-08-2017 M Saranyadevi Assistant Professor (GUEST), Department of Statistics,

More information

Forecasting Network Activities Using ARIMA Method

Forecasting Network Activities Using ARIMA Method Journal of Advances in Computer Networks, Vol., No., September 4 Forecasting Network Activities Using ARIMA Method Haviluddin and Rayner Alfred analysis. The organization of this paper is arranged as follows.

More information

Asian Economic and Financial Review. SEASONAL ARIMA MODELLING OF NIGERIAN MONTHLY CRUDE OIL PRICES Ette Harrison Etuk

Asian Economic and Financial Review. SEASONAL ARIMA MODELLING OF NIGERIAN MONTHLY CRUDE OIL PRICES Ette Harrison Etuk Asian Economic and Financial Review journal homepage: http://aessweb.com/journal-detail.php?id=5002 SEASONAL ARIMA MODELLING OF NIGERIAN MONTHLY CRUDE OIL PRICES Ette Harrison Etuk Department of Mathematics/Computer

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

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

Interrupted Time Series Analysis for Single Series and Comparative Designs: Using Administrative Data for Healthcare Impact Assessment

Interrupted Time Series Analysis for Single Series and Comparative Designs: Using Administrative Data for Healthcare Impact Assessment Interrupted Time Series Analysis for Single Series and Comparative Designs: Using Administrative Data for Healthcare Impact Assessment Joseph M. Caswell, Ph.D. Lead Analyst Institute for Clinical Evaluative

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

Analysis of Violent Crime in Los Angeles County

Analysis of Violent Crime in Los Angeles County Analysis of Violent Crime in Los Angeles County Xiaohong Huang UID: 004693375 March 20, 2017 Abstract Violent crime can have a negative impact to the victims and the neighborhoods. It can affect people

More information

Trend and Variability Analysis and Forecasting of Wind-Speed in Bangladesh

Trend and Variability Analysis and Forecasting of Wind-Speed in Bangladesh J. Environ. Sci. & Natural Resources, 5(): 97-07, 0 ISSN 999-736 Trend and Variability Analysis and Forecasting of Wind-Speed in Bangladesh J. A. Syeda Department of Statistics, Hajee Mohammad Danesh Science

More information

Seasonal Models and Seasonal Adjustment

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

More information

Member Level Forecasting Using SAS Enterprise Guide and SAS Forecast Studio

Member Level Forecasting Using SAS Enterprise Guide and SAS Forecast Studio Paper 2240 Member Level Forecasting Using SAS Enterprise Guide and SAS Forecast Studio Prudhvidhar R Perati, Leigh McCormack, BlueCross BlueShield of Tennessee, Inc., an Independent Company of BlueCross

More information

7 Introduction to Time Series Time Series vs. Cross-Sectional Data Detrending Time Series... 15

7 Introduction to Time Series Time Series vs. Cross-Sectional Data Detrending Time Series... 15 Econ 495 - Econometric Review 1 Contents 7 Introduction to Time Series 3 7.1 Time Series vs. Cross-Sectional Data............ 3 7.2 Detrending Time Series................... 15 7.3 Types of Stochastic

More information

5 Transfer function modelling

5 Transfer function modelling MSc Further Time Series Analysis 5 Transfer function modelling 5.1 The model Consider the construction of a model for a time series (Y t ) whose values are influenced by the earlier values of a series

More information

Cyclical Effect, and Measuring Irregular Effect

Cyclical Effect, and Measuring Irregular Effect Paper:15, Quantitative Techniques for Management Decisions Module- 37 Forecasting & Time series Analysis: Measuring- Seasonal Effect, Cyclical Effect, and Measuring Irregular Effect Principal Investigator

More information

Implementation of ARIMA Model for Ghee Production in Tamilnadu

Implementation of ARIMA Model for Ghee Production in Tamilnadu Inter national Journal of Pure and Applied Mathematics Volume 113 No. 6 2017, 56 64 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Implementation

More information

Normalization of Peak Demand for an Electric Utility using PROC MODEL

Normalization of Peak Demand for an Electric Utility using PROC MODEL Normalization of Peak Demand for an Electric Utility using PROC MODEL Mark Harris, Jeff Brown, and Mark Gilbert* Central and South West Services, Inc. Tulsa, Oklahoma Abstract This paper discusses the

More information

Asitha Kodippili. Deepthika Senaratne. Department of Mathematics and Computer Science,Fayetteville State University, USA.

Asitha Kodippili. Deepthika Senaratne. Department of Mathematics and Computer Science,Fayetteville State University, USA. Forecasting Tourist Arrivals to Sri Lanka Using Seasonal ARIMA Asitha Kodippili Department of Mathematics and Computer Science,Fayetteville State University, USA. akodippili@uncfsu.edu Deepthika Senaratne

More information

7 Introduction to Time Series

7 Introduction to Time Series Econ 495 - Econometric Review 1 7 Introduction to Time Series 7.1 Time Series vs. Cross-Sectional Data Time series data has a temporal ordering, unlike cross-section data, we will need to changes some

More information

TIME SERIES DATA PREDICTION OF NATURAL GAS CONSUMPTION USING ARIMA MODEL

TIME SERIES DATA PREDICTION OF NATURAL GAS CONSUMPTION USING ARIMA MODEL International Journal of Information Technology & Management Information System (IJITMIS) Volume 7, Issue 3, Sep-Dec-2016, pp. 01 07, Article ID: IJITMIS_07_03_001 Available online at http://www.iaeme.com/ijitmis/issues.asp?jtype=ijitmis&vtype=7&itype=3

More information

FORECASTING. Methods and Applications. Third Edition. Spyros Makridakis. European Institute of Business Administration (INSEAD) Steven C Wheelwright

FORECASTING. Methods and Applications. Third Edition. Spyros Makridakis. European Institute of Business Administration (INSEAD) Steven C Wheelwright FORECASTING Methods and Applications Third Edition Spyros Makridakis European Institute of Business Administration (INSEAD) Steven C Wheelwright Harvard University, Graduate School of Business Administration

More information

Ch3. TRENDS. Time Series Analysis

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

More information

Using Temporal Hierarchies to Predict Tourism Demand

Using Temporal Hierarchies to Predict Tourism Demand Using Temporal Hierarchies to Predict Tourism Demand International Symposium on Forecasting 29 th June 2015 Nikolaos Kourentzes Lancaster University George Athanasopoulos Monash University n.kourentzes@lancaster.ac.uk

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

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

WRF Webcast. Improving the Accuracy of Short-Term Water Demand Forecasts

WRF Webcast. Improving the Accuracy of Short-Term Water Demand Forecasts No part of this presentation may be copied, reproduced, or otherwise utilized without permission. WRF Webcast Improving the Accuracy of Short-Term Water Demand Forecasts August 29, 2017 Presenters Maureen

More information

BJEST. Function: Usage:

BJEST. Function: Usage: BJEST BJEST (CONSTANT, CUMPLOT, EXACTML, NAR=number of AR parameters, NBACK=number of back-forecasted residuals,ndiff=degree of differencing, NLAG=number of autocorrelations,nma=number of MA parameters,

More information

n. Detection of Nonstationarity

n. Detection of Nonstationarity MACROS FOR WORKNG WTH NONSTATONARY TME SERES Ashok Mehta, Ph.D. AT&T ntroduction n time series analysis it is assumed that the underlying stochastic process that generated the series is invariant with

More information

Forecasting Levels of log Variables in Vector Autoregressions

Forecasting Levels of log Variables in Vector Autoregressions September 24, 200 Forecasting Levels of log Variables in Vector Autoregressions Gunnar Bårdsen Department of Economics, Dragvoll, NTNU, N-749 Trondheim, NORWAY email: gunnar.bardsen@svt.ntnu.no Helmut

More information

BUSI 460 Suggested Answers to Selected Review and Discussion Questions Lesson 7

BUSI 460 Suggested Answers to Selected Review and Discussion Questions Lesson 7 BUSI 460 Suggested Answers to Selected Review and Discussion Questions Lesson 7 1. The definitions follow: (a) Time series: Time series data, also known as a data series, consists of observations on a

More information

Forecasting Applied to a Service Industry Call Center

Forecasting Applied to a Service Industry Call Center Forecasting Applied to a Service Industry Call Center by Harmeet Singh h_singh17@hotmail.com Health Products Research, Inc. Somerset, NJ Matthew E. Elam Matthew_Elam@tamu-commerce.edu Dept. of Industrial

More information

Scenario 5: Internet Usage Solution. θ j

Scenario 5: Internet Usage Solution. θ j Scenario : Internet Usage Solution Some more information would be interesting about the study in order to know if we can generalize possible findings. For example: Does each data point consist of the total

More information

MGR-815. Notes for the MGR-815 course. 12 June School of Superior Technology. Professor Zbigniew Dziong

MGR-815. Notes for the MGR-815 course. 12 June School of Superior Technology. Professor Zbigniew Dziong Modeling, Estimation and Control, for Telecommunication Networks Notes for the MGR-815 course 12 June 2010 School of Superior Technology Professor Zbigniew Dziong 1 Table of Contents Preface 5 1. Example

More information

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

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

More information

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

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

More information

Chapter 8: Model Diagnostics

Chapter 8: Model Diagnostics Chapter 8: Model Diagnostics Model diagnostics involve checking how well the model fits. If the model fits poorly, we consider changing the specification of the model. A major tool of model diagnostics

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

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

Using EViews Vox Principles of Econometrics, Third Edition

Using EViews Vox Principles of Econometrics, Third Edition Using EViews Vox Principles of Econometrics, Third Edition WILLIAM E. GRIFFITHS University of Melbourne R. CARTER HILL Louisiana State University GUAY С LIM University of Melbourne JOHN WILEY & SONS, INC

More information

Short-run electricity demand forecasts in Maharashtra

Short-run electricity demand forecasts in Maharashtra Applied Economics, 2002, 34, 1055±1059 Short-run electricity demand forecasts in Maharashtra SAJAL GHO SH* and AN JAN A D AS Indira Gandhi Institute of Development Research, Mumbai, India This paper, has

More information

Ch. 12: Workload Forecasting

Ch. 12: Workload Forecasting Ch. 12: Workload Forecasting Kenneth Mitchell School of Computing & Engineering, University of Missouri-Kansas City, Kansas City, MO 64110 Kenneth Mitchell, CS & EE dept., SCE, UMKC p. 1/2 Introduction

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

Data Analyses in Multivariate Regression Chii-Dean Joey Lin, SDSU, San Diego, CA

Data Analyses in Multivariate Regression Chii-Dean Joey Lin, SDSU, San Diego, CA Data Analyses in Multivariate Regression Chii-Dean Joey Lin, SDSU, San Diego, CA ABSTRACT Regression analysis is one of the most used statistical methodologies. It can be used to describe or predict causal

More information

ARIMA Modelling and Forecasting

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

More information

3 Time Series Regression

3 Time Series Regression 3 Time Series Regression 3.1 Modelling Trend Using Regression Random Walk 2 0 2 4 6 8 Random Walk 0 2 4 6 8 0 10 20 30 40 50 60 (a) Time 0 10 20 30 40 50 60 (b) Time Random Walk 8 6 4 2 0 Random Walk 0

More information

Simultaneous Equation Models Learning Objectives Introduction Introduction (2) Introduction (3) Solving the Model structural equations

Simultaneous Equation Models Learning Objectives Introduction Introduction (2) Introduction (3) Solving the Model structural equations Simultaneous Equation Models. Introduction: basic definitions 2. Consequences of ignoring simultaneity 3. The identification problem 4. Estimation of simultaneous equation models 5. Example: IS LM model

More information

Stationarity Revisited, With a Twist. David G. Tucek Value Economics, LLC

Stationarity Revisited, With a Twist. David G. Tucek Value Economics, LLC Stationarity Revisited, With a Twist David G. Tucek Value Economics, LLC david.tucek@valueeconomics.com 314 434 8633 2016 Tucek - October 7, 2016 FEW Durango, CO 1 Why This Topic Three Types of FEs Those

More information

New York University Department of Economics. Applied Statistics and Econometrics G Spring 2013

New York University Department of Economics. Applied Statistics and Econometrics G Spring 2013 New York University Department of Economics Applied Statistics and Econometrics G31.1102 Spring 2013 Text: Econometric Analysis, 7 h Edition, by William Greene (Prentice Hall) Optional: A Guide to Modern

More information

Forecasting Using Time Series Models

Forecasting Using Time Series Models Forecasting Using Time Series Models Dr. J Katyayani 1, M Jahnavi 2 Pothugunta Krishna Prasad 3 1 Professor, Department of MBA, SPMVV, Tirupati, India 2 Assistant Professor, Koshys Institute of Management

More information

Introduction to Forecasting

Introduction to Forecasting Introduction to Forecasting Introduction to Forecasting Predicting the future Not an exact science but instead consists of a set of statistical tools and techniques that are supported by human judgment

More information

Acta Universitatis Carolinae. Mathematica et Physica

Acta Universitatis Carolinae. Mathematica et Physica Acta Universitatis Carolinae. Mathematica et Physica Jitka Zichová Some applications of time series models to financial data Acta Universitatis Carolinae. Mathematica et Physica, Vol. 52 (2011), No. 1,

More information