ARIMA LAB ECONOMIC TIME SERIES MODELING FORECAST Swedish Private Consumption version 1.1

Size: px
Start display at page:

Download "ARIMA LAB ECONOMIC TIME SERIES MODELING FORECAST Swedish Private Consumption version 1.1"

Transcription

1 Bo Sjo (Updated) ARIMA LAB ECONOMIC TIME SERIES MODELING FORECAST Swedish Private Consumption version 1.1 Send in a written report to bosjo@liu.se before Wednesday November 25,

2 1. Introduction 1.1 About the Lab and Data This lab will introduce you to some basic time series techniques focusing on how to build an ARIMA model for forecasting. The variable to be forecasted, in this lab, is the quarterly private consumption in Sweden. The (raw) data is stored in BNP_CONS.xls. Read in the data. Inform EViews that it is Quarterly data starting at 1993:1 and ending 2012:4. You must do this when you read in the data. In EViews you need to add additional data observations to make room for forecasts, and seasonal variables to be used in the forecasts. To add variables to the sample do this: Make sure Workfile is highlighted and the active window (you might have to close windows that display data series). Click on Proc and then Structure and Resize current page. In the following window you can reset the ending data of the sample. For the variable cons, form the log level, the first, second and the third log differences. 1.2 Seasonality in EViews You will also need to generate seasonal dummies for this lab, Click Genr on the Workfile menu and enter the equation s2 This creates a seasonal dummy that has value 1 for the second quarter of each year. Create s3 and s4 using the same method. You can also create seasonal in the command window. Furthermore, see Eviews Help Seasonal dummy variable. Finally, run the first log difference against seasonal dummies to create a deseasonalized series. DLx = constant + d2*s2 + d3*s3 + d4*s4 + e. In EViews the residual (e) is saved as resid in the Workfile. You might want to rename the series using the genr window if you intend to keep it. If you want to see all seasonal effects, for say the first log difference a series (DLx) then calculate the mean of dlx, (mean_dlx), create a new mean adjusted variable as DLx_m = DLx mean_dlx 1. Next run the regression 1 In many (ARIMA) regression programs you will be given the option to model the de-easonalized mean adjusted series as an alternative to the not mean adjusted series. 2

3 DLx_m = d1*s1 + d2*s2 +d3*s3 + d4*s4 + e The coefficients d1, d2, represent the seasonal effects, which can used to show seasonal effects and be added to a predicted de-seasonalized series to make it seasonalized. 2. ARIMA Modeling 2.1 Intro and Identification The models to be found is an ARIMA model of the form d ( 1 L) x = t a( L) x + t 1 b( L) ε t, where (1-L) = is the difference operat 2 or with d=1, a(l) and b(l) represents the autoregressive structure (the lag parameters) AR and the Moving Average (MA) structure, respectively. The term ε t is a white noise stochastic process. The idea is to use the Auto-Correlation Function and the Partial Auto-Correlation Functions to identify the order of the process, and then to estimate it. In this lab you are asked to estimate a number of AR and MA models learn how ARIMA modelling works in practice. IMPORTANT: Since we want to do forecasts it is a good idea to extend the sample such that it includes the forecast horizon as well. Thus, you need to expand the sample with 8 observations in the end. These additional observations should be missing. Typically, you will need a log transformation, and first and second differences of the log. (In this case you should also take the third difference, for reasons explained later). Building an ARIMA model, or any dynamic econometric time series model, involves the following steps 3 1) Identification 2) Estimation 3) Testing 4) Re-estimation until a well-defined statistical model is found. In the Identification step you should do the following. Study the graphs of the data in log level and differences. First you need to determine if the series is stationary or non-stationary. Graph the series in level, in first differences, second difference, of course graph the ACF:s and PACF:s. Third, find the approximate lengths of the ACF:s and PACF:s. The latter will help you to determine the number of lags used in the estimated 2 Fractional integration, and fractional differencing, means that d can be non-integer values. If -0.5 d < 0.5 the series would still be an integrated series but long-run stationary, and if d is 0.5 d < 1.5, the series would be integrated and non-stationary. 3 These steps represents the Box-Jenkins approach to time series modelling. You are supposed to explain how and why we use these steps in some detail. 3

4 models You will find a huge amount of seasonality here! Remove the seasonality using the simplest way. Run a regression of ex. DLcons against seasonal dummies and analyse the residual with corrolegram. Now, you can see things more clearly. Compare the series in level, with first, second and third differences. Determine when the series becomes stationary. Use the graph module to graph the ACF and the PACF. An integrated series has an ACF that starts around unity (or 0.99 to 0.80) and dies out slowly, while the PACF cuts off after the first lags. It is sometimes easy to see when you have over differentiated the data. Over-differencing is spotted when the differenced series starts to display a moving average process. Differencing is a form of temporal aggregation of the data. Temporal aggregation typically gives rise to an MA process. Second, look for structural breaks in the data, this can be important depending on the series. The effect of structural breaks, as well as large outliers, is typically that the AR lag structure tends to be come relatively long. Adjusting the sample to avoid including (pre-) historical periods representing a different economic policy regime is always a good idea in a univariate model. And, look for outliers and possible shifts in the series that might need dummy variables. (Not much beaks in Swedish private consumption data) 2.2 Identification after deciding on differencing and seasonality After finding d in ARIMA(p,d,q), the next step is to identity p and q, or get some idea about them. To our help we have the following scheme: ACF PACF AR(p) Tails off Cuts off at lag p MA(q) Cuts of at lag q Tails off ARMA(p, q) Tails off Tails off If the series is integrated of order one I(1) this is indicated by a very slow decay in the ACF:s, and by a first partial autocorrelation coefficient close to unity. Seasonal effects typically show up as spikes at seasonal frequencies. Of course, a white noise process has no significant ACF or PACF. 3. Identifying, Building, Estimating and Testing ARIMA Models 4

5 Start with the log of consumption in levels. Is log of the series stationary? How many times do you need to differentiate to achieve stationarity? This is first of all a matter of judgment (in a forthcoming lab you will learn to back up your judgment with statistical tests). After deciding on appropriate differencing, and formed some initial conclusions about the appropriate process and the order of p and q, continue with Estimation. Our aim is to find the exact order of the AR and MA processes for a stationary variable. Thus, decide on the order of integration (differencing) and continue with ARMA. We have three criteria for selecting the final model and lag order: 1) The estimated residual should display no significant autocorrelation (very important). Use the Box- Ljung (portmanteau) test, look at the ACF:s and PACF:s of the residual, perhaps in combination with some other test of autocorrelation if that is available. 2) The final model should have the lowest possible residual variance, among all models with no autocorrelation 3) The model should be parsimonious and be easy to understand. (We don t want long lag structures, or the inclusion of significant lags beyond what can be meaningful from an economic perspective). Use your judgment. Whether there is autocorrelation in the residual can be judged by inspecting the AFC and the PACF of the residual, in combination with the test above. The standard test for ARMA models is the portmanteau test (Box-Ljung test). This test builds on the assumption, that the estimated ACF:s are a zero-mean white noise process, with an asymptotic normal distribution. Take the square of each ACF and sum the squares, the outcome of this summation is a chi-square distributed random variable with value not significantly different from zero. The test makes some additional adjustment for degrees of freedom and small sample corrections. (Look up the test in any textbook and confirm this!). Start by estimating a number of AR(p) models, second estimate a number of MA(q) models, third estimate a number of ARMA(p, q) models, finally pick the best model. Start with a high lag order around 8. Estimate the model up to 2010:q4. Save the last two observation for you forecasts. First, model AR models from AR(8) to AR(0). For each estimated model write down the test for autocorrelation (Q-test) and the value of AIC. It is sufficient to look at AIC here. Pick the best AR model according to the three design critera above. Second, model MA models from MA(8) to MA(0). Pick the best MA model according to the three design critera above. Third, try combinations of ARMA(p,q) model. Pick the best ARMA model according to the three design critera above. Finally, pick the best model of three models above. 5

6 How to model ARMA models in EViews: In Workfile window select the variable to be modeled. Chose Object and then Equation. In the Equation window a AR(2) with quarterly dummies for dx is set as Dx c ar(1) ar(2) s2 s3 s4 An ARMA(1,1) Dx c ar(1) ma(1) s2 s3 s4 Etc. The portmanteau test (Q-test) is found under Equation Window output chose view and residual diagnosis, and select 18 lags for the test. In the results window, confirm that the model has converged. This is important for MA models. The output shows the estimated parameters, and the t-values. The t-values can guide you, but are only indicative as long as we have not confirmed that there is no autocorrelation in the residual process. There are also other information criteria, reported by other modules of the program. Look under Help, Akaike for more info. The AIC criteria is developed for AR(p) models but works, ok even under other dynamic models. Remember that you are looking for a model with (in order) i) white noise residuals (no autocorrelation in residuals), ii) low residual variance (low information critera), iii) few parameters and which is understandable, make common sense (a parsimonious model). Thus among all possible AR(p), MA(q) and ARIMA(p,d,q) models select models with white noise error terms. 4 Among those with white noise errors pick the model with the lowest information criteria. Different people might find different models, given the same data set, depending on dummies, seasonal adjustment, and choices. The interesting question is how do you motivate your final model? You can compare a model with seasonal dummies with a model where cons have been seasonally adjusted, Is your model consistent with the ACF:s and PACF:s you saw in the beginning? Go back to the graphs of the ACF:s and PACF:s is the information in the graphs in line with the model you picked? 4 In the context of ARIMA models, we identify white noise as no significant autocorrelation in the estimated residual process. 6

7 At this stage you should have found a final model and can turn to generating forecasts. 5. FORECAST INFLATION Finally, produce forecasts up to 8 quarters from your selected model. Try to calculate the level SEK change in consumption. The program will print the forecasts and their standard errors. EViews produces forecasts given that the Workfile sample includes the dates for forecasts and that exogenous variables (such as seasonals) have observations over the forecast horizion. One can produce forecasts with seasonal effects in them, or forecasts without seasonals. In the latter case you can add the seasonality afterwards. You need to get confidence intervals. These are typically shown in the graph of forecasts. However you need to calculate them numerically as well. The Rule of Thumb is construct confidence intervals according to +/- 2 x the standard error. Yu can do easily for the forecast you generate. If you model DLx t you get forecasts of DLx t+i. To construct levels you have recreate them according to Lx t+1 = Lx t + DLx t+1, and Lx t+2 = Lx t+1 + DxL t+2 etc. From Lx t it is possible to take the antilog to get X in its original form. 6. LEARNING OBJECTIVIES AND LAB INSTRUCTIONS MOTIVATE YOUR FINAL CHOICE OF MODEL. SHOW AND COMMENT ON YOUR FORECASTS. PRESENT THE FORECAST IN DIFFERENT WAYS, AND SO THEY MAKE SENSE FOR THOSE INTRESTED IN RECIVING THESE FORECASTS. GIVEN THAT YOU USE ARIMA CONVIVE THE RECIVER OF THE FORECASTYS THAT THEY ARE AS ACCURATE AS THEY CAN BE. COMMENT ON THE WEAKNESS OF THE MODEL. In the end time series modeling is about choices that you make and you must defend. What is needed? - A final ARIMA model. - Motivations for choosing this model. - Forecasts for the next year as described above. - Confidence intervals for the forecastss. - A graph comparing seasonal and seasonally adjusted series. - A comparison with actual inflation rates during the last years. Remember, this is a real life experiment. Time series modeling is about judgment. Experienced forecasters will always look at the estimate and consider if they are reasonable or not. If not a common tactic is to adjust 7

8 the constant in the model, the point from which you start your forecasts. There is no totally correct answer. Hence, the reader should be convinced after reading your report that your model is as good as it can get. And you should not show 100 different estimates of 100 different models or graphs. Consider which are the basic figures a reader might want to look at? The point here is that you should be able to see the final model from the original ACF and PACF functions calculated from the first differences. Do you think your forecast is bad? Don t worry. This is after all only single equation model. From here we can turn to Transfer functions, rational distributed lag models, VAR models, Error Correction Models and Vector Error Correction Models. (In order of improvement). Finally, all forecaster will in the end use their judgment and adjust the constant in the equation to get better forecasts, at least adjust the forecast range. 7. Notes on using EViews The manuals for EViews are stored in the same subdirectory as the program on the harddrive of the computer. Remember that EViews doesn t like capital letters. For the first difference write, again in the Generate window, DLx = Lx Lx(-1). Study the graph of Lx and DLx (and maybe DDLlx) to learn about non-stationarity and outliers. Do not use EViews facility calculate per cent differences. We want the first (natural) log difference because it is a close approximation to per cent change and represents continuous compounding. If you double click on the series, you can under view find Descriptive statistics and tests and Correlogram. Correlogram gives you the estimated AFC:s and PACF:s in combination with the Box- Ljung test (Q) for autocorrelation. Use the Correlogram to identify the possible ARIMA process. Notice that correlogram can be found through other ways in the program, such as Quick and Series Statistics. An AR model is estimated in several ways. Under the saved workfile go to Object and New object. Define an Equation and give it a name. Formulate your model. For an AR(p) model write: dlx ar(1) ar(2) ar(p). The ar(.) tells EViews that it is AR model you want. Writing MA(1) gives the MA(1) model/coefficient. Start with longer AR models and see how the models, information criteria white noise test, and their significant lags change as the model is reduced. Continue with MA models in the same way, finally try 8

9 ARMA models. Notice that, in this case, (1) means the first lag (2 )means the second lag etc. As long as you don t close the window, it remains open and can just click Estimate to change the equation. Start with a long lag structure and work down. For each estimated model gather information about information criteria (AIC) will do and the Q-stat. The Q-stat should not be significant at any point after p. 5 Test if there is autocorrelation. In the output window, under View find residual diagnostics and the Qtest. of course, there are no prob. values for the first p lags, since they are already eaten by the lags. The program suggests the number of lags to use, so use that. If you look around you can also find the roots (=latent=inverted) of the process to study the dynamics. In particular if there are any roots left close to the unit circle indicating a unit root. Using these criteria, find the best fitting AR model. Next, do the same for MA models. These are formulated as dlx ma(1) ma(2) etc. Again, find the best, MA model using the same criteria. Next try a combination of AR and MA to find the best ARMA representation. Finally pick the best model of the three final models. Appendix - for other data IMPROVING THE MODEL (?) A1. Dummies The graphs of the series and most of all the residual in the ARIMA model indicate outliers. These models are sensitive for outliers. Graph under test menu look for big outliers. Save the residuals and look at the numbers and the graph. How to search for outliers? First you might of course inspect the estimated residual in a graph. But you can also ask the program to list extreme residual values. The simplest way of doing this is to run an OLS regression of the variable of interest against a constant and inspect the residual. Usually the model and tests will improve after including a few dummies. Sometimes, it possible to get white noise normally distributed residuals after removing some extreme outliers. Be careful though, adding dummies might just hide the poor fit of the model instead of improving it. Investigate the residual from your estimated model through the ACF & PACF. 5 Learn about AIC and the Q stat, notice how they are formulated. 9

10 A.2 Perform Seasonal Adjustment try to model deseasonlized data First, use the ACF and the PACF function to identify seasonal effects in the stationary series. For this you need to do a log transformation and take difference. That is, if you conclude that the series is non-stationary. Typically seasonality is indicated through significant seasonal ACF:s at the seasonal lags. In the lab using Russian data you might skip adjusting for seasonal effects 6. It does not mean that they are not there, it is only that the sample too short to identify them. Again look at graphs! And look at section 4.1 if you think dummies are needed to deal with outliers. Seasonal effects can be dealt with through: - Seasonal dummies in the regression (Centered or non-centered, see model formulation menu) 7 - Seasonal differencing - X12 program Using seasonal differencing, recommended by Box & Jenkins, but might be too crude on the data. You might impose a seasonal unit root in the process, which might not be a valid transformation. 8 Seasonal (impulse) dummies are a standard tool. Centered seasonal dummies is better since they will leave the constant intact. Centered seasonal dummies with quarterly data include three dummy variables in the regression with values that sum to zero. Centred seasonal is often the better solution 9. The X12 program is a black box of all sorts of transformations that remove seasonal effects. It is an ad hoc procedure, but works o.k. and it is used by many official departments that publish seasonally adjusted data. If you don't like black boxes then don't use it. The program will do things with your data that you cannot control. (In principle, X12 will not affect unit roots. Thus, it is possible but not recommended to apply the technique first and then test for unit roots on the deseasonalized data.) Please remember tough that the X12 procedure will remove degrees of freedom from your sample even though the program returns the same number of observations. In effect you are estimating 12 seasonal variables in monthly data, and 4 seasonal variables in quarterly data. A.3 More on X12 and Seasonal Dummies X12 or seasonal dummies, or no seasonal effects? 6 7 Any text book in regression analysis explains the use of seasonal dummies. 8 If other methods and models don t work well it might be worth coming back to seasonal differencing. Though, if you are careful, you should test for seasonal unit roots before taking using seasonal differencing. 9 Observe that it s recommended that centred seasonals has a sample with complete years, or exactly the same number of observations for seasonal dummies. 10

11 One might chose between using X12 and seasonal dummies in the model. Centered seasonal dummies should be the first choice, if it do not work well one might try X12. Centered seasonal dummies have the advantage that they sum to zero. Thus, their inclusion in the model will not affect the estimated constant term. In time series modeling this can be important, since the constant reflects the average growth rate in the sample. You can test if seasonal dummies are significant. Under test menu chose exclusion test and exclude the dummies. The outcome is an F-test with H 0 : seasonal dummies have zero parameters. The program will produce a huge amount of output (if we ask for it) but we are only interested in a series the program calls D11. The latter is the seasonally adjusted series, make sure D1 is marked on in the Window Graphic analysis). Next, the program shows a graph with the original series and the adjusted series. You can now judge if there is a difference or not. Return to the X12arima window and save the series under Test, Store in Database. In the following window mark Seasonally Adjusted (D11). D11 is the name of the series given by the X12 procedure. The outcome of using X12 is not always predictable. Sometimes you get a de-seasonalized series which is easy to model leading to a nice parsimonious model, sometimes leads to complex models with long lag lengths. 11

FORECASTING THE GROWTH OF IMPORTS IN KENYA USING ECONOMETRIC MODELS

FORECASTING THE GROWTH OF IMPORTS IN KENYA USING ECONOMETRIC MODELS FORECASTING THE GROWTH OF IMPORTS IN KENYA USING ECONOMETRIC MODELS Eric Ondimu Monayo, Administrative Assistant, Kisii University, Kitale Campus Alex K. Matiy, Postgraduate Student, Moi University Edwin

More information

IBM SPSS Forecasting 19

IBM SPSS Forecasting 19 IBM SPSS Forecasting 19 Note: Before using this information and the product it supports, read the general information under Notices on p. 108. This document contains proprietary information of SPSS Inc,

More information

Univariate Time Series Modeling for Traffic Volume Estimation

Univariate Time Series Modeling for Traffic Volume Estimation Urban Mobility-Challenges, Solutions and Prospects at IIT Madras BITS Pilani Pilani Campus Univariate Time Series Modeling for Traffic Volume Estimation Presented by: KARTIKEYA JHA & SHRINIWAS S. ARKATKAR

More information

Modelling and Forecasting the Balance of Trade in Ethiopia

Modelling and Forecasting the Balance of Trade in Ethiopia American Journal of Theoretical and Applied Statistics 2015; 4(1-1): 19-23 Published online March 18, 2015 (http://www.sciencepublishinggroup.com/j/ajtas) doi: 10.11648/j.ajtas.s.2015040101.14 ISSN: 2326-8999

More information

Assessing the effects of recent events on Chipotle sales revenue

Assessing the effects of recent events on Chipotle sales revenue Assessing the effects of recent events on Chipotle sales revenue 1Dr. Simon Sheather SAS Day 2016 2 In February 2005, I moved from Head of the Department of Statistics: March 1, 2005 until February 28,

More information

Nord Pool data overview

Nord Pool data overview Nord Pool data overview Contents Prices, consumption, production, flow, price spikes. Prices and price log-returns.............................. Consumption, production and flow.........................

More information

George Box and Gwilyni Jenkins

George Box and Gwilyni Jenkins A GUIDE TO BOX-JENKINS MODELING By George C. S. Wang Describes in simple language how to use Box-Jenkins models for forecasting... the key requirement of Box-Jenkins modeling is that time series is either

More information

Know Your Data (Chapter 2)

Know Your Data (Chapter 2) Let s Get Started! Know Your Data (Chapter 2) Now we each have a time series whose future values we are interested in forecasting. The next step is to become thoroughly familiar with the construction of

More information

LECTURE 17: MULTIVARIABLE REGRESSIONS I

LECTURE 17: MULTIVARIABLE REGRESSIONS I David Youngberg BSAD 210 Montgomery College LECTURE 17: MULTIVARIABLE REGRESSIONS I I. What Determines a House s Price? a. Open Data Set 6 to help us answer this question. You ll see pricing data for homes

More information

Short-Term Forecasting with ARIMA Models

Short-Term Forecasting with ARIMA Models 9 Short-Term Forecasting with ARIMA Models All models are wrong, some are useful GEORGE E. P. BOX (1919 2013) In this chapter, we introduce a class of techniques, called ARIMA (for Auto-Regressive Integrated

More information

Econometric Modeling and Forecasting of Food Exports in Albania

Econometric Modeling and Forecasting of Food Exports in Albania Econometric Modeling and Forecasting of Food Exports in Albania Prof. Assoc. Dr. Alma Braimllari (Spaho) Oltiana Toshkollari University of Tirana, Albania, alma. spaho@unitir. edu. al, spahoa@yahoo. com

More information

MODELING OF EXPORTS IN ALBANIA

MODELING OF EXPORTS IN ALBANIA MODELING OF EXPORTS IN ALBANIA Prof. Assoc. Dr. Alma Braimllari (Spaho) Applied Mathematics Department, Faculty of Natural Sciences, University of Tirana, (Albania) ABSTRACT Exports of goods represent

More information

Forecasting Major Food Crops Production in Khyber Pakhtunkhwa, Pakistan

Forecasting Major Food Crops Production in Khyber Pakhtunkhwa, Pakistan Journal of Applied and Advanced Research 2017, 2(1): 21 30 doi.: 10.21839/jaar.2017.v2i1.40 http://www.phoenixpub.org/journals/index.php/jaar ISSN 2519-9412 / 2017 Phoenix Research Publishers Research

More information

Time-Aware Service Ranking Prediction in the Internet of Things Environment

Time-Aware Service Ranking Prediction in the Internet of Things Environment sensors Article Time-Aware Ranking Prediction in the Internet of Things Environment Yuze Huang, Jiwei Huang *, Bo Cheng, Shuqing He and Junliang Chen State Key Libratory of Networking and Switching Technology,

More information

Temporal Modelling of Producer Price Inflation Rates of Ghana

Temporal Modelling of Producer Price Inflation Rates of Ghana IOSR Journal of Mathematics (IOSR-JM) e-issn: 2278-3008, p-issn:2319-7676. Volume 10, Issue 3 Ver. I (May-Jun. 2014), PP 70-77 Temporal Modelling of Producer Price Inflation Rates of Ghana Francis Okyere

More information

Choosing the Right Type of Forecasting Model: Introduction Statistics, Econometrics, and Forecasting Concept of Forecast Accuracy: Compared to What?

Choosing the Right Type of Forecasting Model: Introduction Statistics, Econometrics, and Forecasting Concept of Forecast Accuracy: Compared to What? Choosing the Right Type of Forecasting Model: Statistics, Econometrics, and Forecasting Concept of Forecast Accuracy: Compared to What? Structural Shifts in Parameters Model Misspecification Missing, Smoothed,

More information

Real Estate Modelling and Forecasting

Real Estate Modelling and Forecasting Real Estate Modelling and Forecasting Chris Brooks ICMA Centre, University of Reading Sotiris Tsolacos Property and Portfolio Research CAMBRIDGE UNIVERSITY PRESS Contents list of figures page x List of

More information

FORECAST MODEL USING ARIMA FOR STOCK PRICES OF AUTOMOBILE SECTOR. Aloysius Edward. 1, JyothiManoj. 2

FORECAST MODEL USING ARIMA FOR STOCK PRICES OF AUTOMOBILE SECTOR. Aloysius Edward. 1, JyothiManoj. 2 FORECAST MODEL USING ARIMA FOR STOCK PRICES OF AUTOMOBILE SECTOR Aloysius Edward. 1, JyothiManoj. 2 Faculty, Kristu Jayanti College, Autonomous, Bengaluru. Abstract There has been a growing interest in

More information

COMPUTER SECTION. AUTOBOX: A Review

COMPUTER SECTION. AUTOBOX: A Review COMPUTER SECTION AUTOBOX: A Review Ronald Bewley* AUTO BOX can be run either in batch mode or as a menu-driven program and has, as its central feature, a fully automatic procedure for identifying and estimating

More information

PREDICTING THE EVOLUTION OF BET INDEX, USING AN ARIMA MODEL. KEYWORDS: ARIMA, BET, prediction, moving average, autoregressive

PREDICTING THE EVOLUTION OF BET INDEX, USING AN ARIMA MODEL. KEYWORDS: ARIMA, BET, prediction, moving average, autoregressive PREDICTING THE EVOLUTION OF BET INDEX, USING AN ARIMA MODEL Florin Dan Pieleanu 1* ABSTRACT Trying to predict the future price of certain stocks, securities or indexes is quite a common goal, being motivated

More information

Sugarcane and cotton are the two major cash crops. Research Article

Sugarcane and cotton are the two major cash crops. Research Article Research Article Forecasting Production and Yield of Sugarcane and Cotton Crops of Pakistan for 2013-2030 Sajid Ali 1, Nouman Badar 1, Hina Fatima 2 1 Social Sciences Division, Pakistan Agricultural Research

More information

Volume-5, Issue-1, June-2018 ISSN No:

Volume-5, Issue-1, June-2018 ISSN No: FORECASTING EXCHANGE RATE WITH AR(1) AND MA(1) Armi Bakar Lecture at Universitas Indraprasta PGRI, Jakarta, indonesia Abstract In this study has a major problem with the B & J methodology, the problem

More information

Yt i = " 1 + " 2 D 2 + " 3 D 3 + " 4 D 4 + $ 1 t 1. + $ 2 (D 2 t 2 ) + $ 3 (D 3 t 3 ) + $ 4 (D 4 t 4 ) + :t i

Yt i =  1 +  2 D 2 +  3 D 3 +  4 D 4 + $ 1 t 1. + $ 2 (D 2 t 2 ) + $ 3 (D 3 t 3 ) + $ 4 (D 4 t 4 ) + :t i Real Price Trends and Seasonal Behavior of Louisiana Quarterly Pine Sawtimber Stumpage Prices: Implications for Maximizing Return on Forestry Investment by Donald L. Deckard Abstract This study identifies

More information

Understanding Fluctuations in Market Share Using ARIMA Time-Series Analysis

Understanding Fluctuations in Market Share Using ARIMA Time-Series Analysis Understanding Fluctuations in Market Share Using ARIMA Time-Series Analysis Introduction This case study demonstrates how forecasting analysis can improve our understanding of changes in market share over

More information

Electricity consumption, Peak load and GDP in Saudi Arabia: A time series analysis

Electricity consumption, Peak load and GDP in Saudi Arabia: A time series analysis 22nd International Congress on Modelling and Simulation, Hobart, Tasmania, Australia, 3 to 8 December 2017 mssanz.org.au/modsim2017 Electricity consumption, Peak load and GDP in Saudi Arabia: A time series

More information

FOLLOW-UP NOTE ON MARKET STATE MODELS

FOLLOW-UP NOTE ON MARKET STATE MODELS FOLLOW-UP NOTE ON MARKET STATE MODELS In an earlier note I outlined some of the available techniques used for modeling market states. The following is an illustration of how these techniques can be applied

More information

TPD2 and standardised tobacco packaging What impacts have they had so far?

TPD2 and standardised tobacco packaging What impacts have they had so far? TPD2 and standardised tobacco packaging What impacts have they had so far? November 2017-1 - Europe Economics is registered in England No. 3477100. Registered offices at Chancery House, 53-64 Chancery

More information

Journal of American Science 2015;11(3)

Journal of American Science 2015;11(3) Journal of American Science ;() http://www.jofamericanscience.org Econometric Study to Predict the Meat Gap in Egypt Using ARIMA (Box-Jenkins) Method Abo Ragab, S. Al-Said Economic Department, Desert Research

More information

Statistical Models for Corporate Bond Rates

Statistical Models for Corporate Bond Rates Statistical Models for Corporate Bond Rates An Honors Thesis (ID 499) by Michelle Ford Thesis Director Beekman Ball state University Muncie, Indiana May 1994 Expected date of graduation: May 1994,.-...

More information

The Cryosphere Discussions

The Cryosphere Discussions The Cryosphere Discuss., 5, C1956 C1971, 2012 www.the-cryosphere-discuss.net/5/c1956/2012/ Author(s) 2012. This work is distributed under the Creative Commons Attribute 3.0 License. The Cryosphere Discussions

More information

Semester 2, 2015/2016

Semester 2, 2015/2016 ECN 3202 APPLIED ECONOMETRICS 3. MULTIPLE REGRESSION B Mr. Sydney Armstrong Lecturer 1 The University of Guyana 1 Semester 2, 2015/2016 MODEL SPECIFICATION What happens if we omit a relevant variable?

More information

) ln (GDP t /Hours t ) ln (GDP deflator t ) capacity utilization t ln (Hours t

) ln (GDP t /Hours t ) ln (GDP deflator t ) capacity utilization t ln (Hours t Tutorial on Estimation and Analysis of a VAR November 11, 2004 Christiano This is a tutorial that takes you through the estimation and analysis of the vector autoregression (VAR) used in Altig, Christiano,

More information

Sudan Production of Sorghum; Forecasting Using Autoregressive Integrated Moving Average ARIMA Model

Sudan Production of Sorghum; Forecasting Using Autoregressive Integrated Moving Average ARIMA Model American Journal of Mathematics and Statistics 2016, 6(4): 175-181 DOI: 10.5923/j.ajms.20160604.06 Sudan Production of Sorghum; Forecasting 2016-2030 Using Autoregressive Integrated Moving Average ARIMA

More information

FORECASTING REVENUES FOR LANE TRANSIT DISTRICT: AN ECONOMETRIC ANALYSIS OF LANE COUNTY PAYROLLS

FORECASTING REVENUES FOR LANE TRANSIT DISTRICT: AN ECONOMETRIC ANALYSIS OF LANE COUNTY PAYROLLS FORECASTING REVENUES FOR LANE TRANSIT DISTRICT: AN ECONOMETRIC ANALYSIS OF LANE COUNTY PAYROLLS Brett M. Jossis, Zachary G. Penacho Presented to the Department of Economics, University of Oregon in partial

More information

Forecasting Short-Term Timber Prices with Univariate ARIMA Models

Forecasting Short-Term Timber Prices with Univariate ARIMA Models Forecasting Short-Term Timber Prices with Univariate ARIMA Models Runsheng Yin, Warnell School of Forest Resources, The University of Georgia, Athens, GA 30602. ABSTRACT: In this paper, we conductimber

More information

Modeling and Forecasting Nigerian Crude Oil Exportation: Seasonal Autoregressive Integrated Moving Average Approach

Modeling and Forecasting Nigerian Crude Oil Exportation: Seasonal Autoregressive Integrated Moving Average Approach ISSN (Online): 239-764 Modeling and Forecasting Nigerian Crude Oil Exportation: Seasonal Autoregressive Integrated Moving Average Approach Kayode Ayinde, Habib Abdulwahab 2 Department of Statistics, Ladoke

More information

General notice: Other product names mentioned herein are used for identification purposes only and may be trademarks of their respective companies.

General notice: Other product names mentioned herein are used for identification purposes only and may be trademarks of their respective companies. i SPSS Trends 16.0 For more information about SPSS software products, please visit our Web site at http://www.spss.com or contact SPSS Inc. 233 South Wacker Drive, 11th Floor Chicago, IL 60606-6412 Tel:

More information

Modelling the Daily Currency in Circulation in Turkey. Halil Güler and Anıl Talaslı

Modelling the Daily Currency in Circulation in Turkey. Halil Güler and Anıl Talaslı Central Bank Review ISSN 1303-0701 print / 1305-8800 online 2010 Central Bank of the Republic of Turkey http://www.tcmb.gov.tr/research/review/ Modelling the Daily Currency in Circulation in Turkey Halil

More information

TPD2 and standardised tobacco packaging What impacts have they had so far?

TPD2 and standardised tobacco packaging What impacts have they had so far? TPD2 and standardised tobacco packaging What impacts have they had so far? December 2018-1 - Europe Economics is registered in England No. 3477100. Registered offices at Chancery House, 53-64 Chancery

More information

Quantification of Harm -advanced techniques- Mihail Busu, PhD Romanian Competition Council

Quantification of Harm -advanced techniques- Mihail Busu, PhD Romanian Competition Council Quantification of Harm -advanced techniques- Mihail Busu, PhD Romanian Competition Council mihail.busu@competition.ro Summary: I. Comparison Methods 1. Interpolation Method 2. Seasonal Interpolation Method

More information

Forecasting Saudi Arabia Daily Stock Market Prices

Forecasting Saudi Arabia Daily Stock Market Prices International Journal of Soft Computing and Engineering (IJSCE) ISSN: 2231-2307, Volume-8 Issue-2, May 2018 Forecasting Saudi Arabia Daily Stock Market Prices Mahmoud Al-Zyood Abstract: The Saudi stock

More information

Energy consumption, Income and Price Interactions in Saudi Arabian Economy: A Vector Autoregression Analysis

Energy consumption, Income and Price Interactions in Saudi Arabian Economy: A Vector Autoregression Analysis Advances in Management & Applied Economics, vol.1, no.2, 2011, 1-21 ISSN: 1792-7544 (print version), 1792-7552 (online) International Scientific Press, 2011 Energy consumption, Income and Price Interactions

More information

Assessing the Impact of Exchange Rate on Major Agricultural Export Commodities of Thailand

Assessing the Impact of Exchange Rate on Major Agricultural Export Commodities of Thailand International Journal of Agricultural Technology 2016 Vol. 12(6): 973-982 Available online http://www.ijat-aatsea.com ISSN 1686-9141 Assessing the Impact of Exchange Rate on Major Agricultural Export Commodities

More information

Empirical Analysis of the Interactive Relationship Between Urbanization and Farmers Income in Hebei Province of China: Based on VAR model

Empirical Analysis of the Interactive Relationship Between Urbanization and Farmers Income in Hebei Province of China: Based on VAR model Canadian Social Science Vol. 11, No. 11, 15, pp. 6-11 DOI:1.3968/794 ISSN 1712-56[Print] ISSN 1923-6697[Online] www.cscanada.net www.cscanada.org Empirical Analysis of the Interactive Relationship Between

More information

Testing the Predictability of Consumption Growth: Evidence from China

Testing the Predictability of Consumption Growth: Evidence from China Auburn University Department of Economics Working Paper Series Testing the Predictability of Consumption Growth: Evidence from China Liping Gao and Hyeongwoo Kim Georgia Southern University; Auburn University

More information

Bitcoin Price Forecasting using Web Search and Social Media Data

Bitcoin Price Forecasting using Web Search and Social Media Data Paper 3601-2018 Bitcoin Price Forecasting using Web Search and Social Media Data Rishanki Jain, Rosie Nguyen, Linyi Tang, Travis Miller, Advisor: Dr. Venu Gopal Lolla ABSTRACT Oklahoma State University

More information

TESTING ROBERT HALL S RANDOM WALK HYPOTHESIS OF PRIVATE CONSUMPTION FOR THE CASE OF ROMANIA

TESTING ROBERT HALL S RANDOM WALK HYPOTHESIS OF PRIVATE CONSUMPTION FOR THE CASE OF ROMANIA International Journal of Economics, Commerce and Management United Kingdom Vol. III, Issue 5, May 2015 http://ijecm.co.uk/ ISSN 2348 0386 TESTING ROBERT HALL S RANDOM WALK HYPOTHESIS OF PRIVATE CONSUMPTION

More information

IJHMA 4,3. Metin Vatansever Department of Mathematics and Statistics, Faculty of Arts and Science, Yıldız Technical University, Istanbul, Turkey

IJHMA 4,3. Metin Vatansever Department of Mathematics and Statistics, Faculty of Arts and Science, Yıldız Technical University, Istanbul, Turkey The current issue and full text archive of this journal is available at www.emeraldinsight.com/1753-8270.htm IJHMA 4,3 210 Received 6 November 2010 Accepted 8 February 2011 Forecasting future trends in

More information

Targeted Growth Rates for Long-Horizon Crude Oil Price Forecasts

Targeted Growth Rates for Long-Horizon Crude Oil Price Forecasts Targeted Growth Rates for Long-Horizon Crude Oil Price Forecasts Stephen Snudden Queen s University Department of Economics snudden@econ.queensu.ca July 2017 This paper proposes growth rate transformations

More information

Time Series Models for Business and Economic Forecasting

Time Series Models for Business and Economic Forecasting Time Series Models for Business and Economic Forecasting With a new author team contributing decades of practical experience, this fully updated and thoroughly classroom-tested second edition textbook

More information

An Artificial Neural Network for Data Forecasting Purposes

An Artificial Neural Network for Data Forecasting Purposes 34 Informatica Economică vol. 19, no. 2/2015 An Artificial Neural Network for Data Forecasting Purposes Cătălina-Lucia COCIANU, Hakob GRIGORYAN Bucharest University of Economic Studies, Bucharest, Romania

More information

Analyzing And Modelling Sewage Discharge Process Of Typical Area Using Time Series Analysis Method

Analyzing And Modelling Sewage Discharge Process Of Typical Area Using Time Series Analysis Method City University of New York (CUNY) CUNY Academic Works International Conference on Hydroinformatics 8-1-2014 Analyzing And Modelling Sewage Discharge Process Of Typical Area Using Time Series Analysis

More information

JAPANESE ENERGY SAVING AND CO 2 EMISSION REDUCTION POTENTIALS IN 2030 IN THE HOUSEHOLD SECTOR

JAPANESE ENERGY SAVING AND CO 2 EMISSION REDUCTION POTENTIALS IN 2030 IN THE HOUSEHOLD SECTOR JAPANESE ENERGY SAVING AND CO 2 EMISSION REDUCTION POTENTIALS IN 2030 IN THE HOUSEHOLD SECTOR TAKAKO WAKIYAMA CLIMATE AND ENERGY AREA/GREEN ECONOMY AREA, INSTITUTE FOR GLOBAL ENVIRONMENTAL STRATEGIES 5TH

More information

Guided Study Program in System Dynamics System Dynamics in Education Project System Dynamics Group MIT Sloan School of Management 1

Guided Study Program in System Dynamics System Dynamics in Education Project System Dynamics Group MIT Sloan School of Management 1 Guided Study Program in System Dynamics System Dynamics in Education Project System Dynamics Group MIT Sloan School of Management 1 Solutions to Assignment #12 January 22, 1999 Reading Assignment: Please

More information

Guided Study Program in System Dynamics System Dynamics in Education Project System Dynamics Group MIT Sloan School of Management 1

Guided Study Program in System Dynamics System Dynamics in Education Project System Dynamics Group MIT Sloan School of Management 1 Guided Study Program in System Dynamics System Dynamics in Education Project System Dynamics Group MIT Sloan School of Management 1 Solutions to Assignment #12 January 22, 1999 Reading Assignment: Please

More information

Time Series Analysis in the Social Sciences

Time Series Analysis in the Social Sciences one Time Series Analysis in the Social Sciences in the social sciences, data are usually collected across space, that is, across countries, cities, and so on. Sometimes, however, data are collected across

More information

Testing for oil saving technological changes in ARDL models of demand for oil in G7 and BRICs

Testing for oil saving technological changes in ARDL models of demand for oil in G7 and BRICs Sustainable Development and Planning V 947 Testing for oil saving technological changes in ARDL models of demand for oil in G7 and BRICs M. Asali Petroleum Studies Department, Research Division, OPEC,

More information

Spreadsheets in Education (ejsie)

Spreadsheets in Education (ejsie) Spreadsheets in Education (ejsie) Volume 2, Issue 2 2005 Article 5 Forecasting with Excel: Suggestions for Managers Scott Nadler John F. Kros East Carolina University, nadlers@mail.ecu.edu East Carolina

More information

Methods and estimation techniques of euro area GDP flash at T+30 days: preliminary reflections

Methods and estimation techniques of euro area GDP flash at T+30 days: preliminary reflections Methods and estimation techniques of euro area GDP flash at T+30 days: preliminary reflections (preliminary and incomplete) Filippo Moauro ISTAT - Direzione centrale di Contabilità Nazionale, Via A. Depretis

More information

Comparative study on demand forecasting by using Autoregressive Integrated Moving Average (ARIMA) and Response Surface Methodology (RSM)

Comparative study on demand forecasting by using Autoregressive Integrated Moving Average (ARIMA) and Response Surface Methodology (RSM) Comparative study on demand forecasting by using Autoregressive Integrated Moving Average (ARIMA) and Response Surface Methodology (RSM) Nummon Chimkeaw, Yonghee Lee, Hyunjeong Lee and Sangmun Shin Department

More information

Cluster-based Forecasting for Laboratory samples

Cluster-based Forecasting for Laboratory samples Cluster-based Forecasting for Laboratory samples Research paper Business Analytics Manoj Ashvin Jayaraj Vrije Universiteit Amsterdam Faculty of Science Business Analytics De Boelelaan 1081a 1081 HV Amsterdam

More information

EURO-INDICATORS WORKING GROUP FLASH ESTIMATES 6 TH MEETING JULY 2002 EUROSTAT A6 DOC 105/02

EURO-INDICATORS WORKING GROUP FLASH ESTIMATES 6 TH MEETING JULY 2002 EUROSTAT A6 DOC 105/02 EURO-INDICATORS WORKING GROUP 6 TH MEETING 11-12 JULY 2002 EUROSTAT A6 DOC 105/02 FLASH ESTIMATES ITEM II-10 ON THE AGENDA OF THE MEETING OF THE WORKING GROUP ON EURO-INDICATORS Summary of Employment Nowcasting:

More information

= = Intro to Statistics for the Social Sciences. Name: Lab Session: Spring, 2015, Dr. Suzanne Delaney

= = Intro to Statistics for the Social Sciences. Name: Lab Session: Spring, 2015, Dr. Suzanne Delaney Name: Intro to Statistics for the Social Sciences Lab Session: Spring, 2015, Dr. Suzanne Delaney CID Number: _ Homework #22 You have been hired as a statistical consultant by Donald who is a used car dealer

More information

Forecasting Construction Cost Index using Energy Price as an Explanatory Variable

Forecasting Construction Cost Index using Energy Price as an Explanatory Variable Forecasting Construction Cost Index using Energy Price as an Explanatory Variable Variations of ENR (Engineering News Record) Construction Cost Index (CCI) are problematic for cost estimation and bid preparation.

More information

Testing for Seasonal Integration and Cointegration: The Austrian Consumption Income Relationship LIYAN HAN GERHARD THURY. Shima Goudarzi June 2010

Testing for Seasonal Integration and Cointegration: The Austrian Consumption Income Relationship LIYAN HAN GERHARD THURY. Shima Goudarzi June 2010 Testing for Seasonal Integration and Cointegration: The Austrian Consumption Income Relationship LIYAN HAN GERHARD THURY Shima Goudarzi June 2010 Table of content -Introduction -Univariate tests of the

More information

Time Series Modeling with Genetic Programming Relative to ARIMA Models

Time Series Modeling with Genetic Programming Relative to ARIMA Models Time Series Modeling with Genetic Programming Relative to ARIMA Models Miroslav Kľúčik 1, Jana Juriová 2, Marian Kľúčik 3 1 INFOSTAT, Slovakia, klucik@infostat.sk 2 INFOSTAT, Slovakia, juriova@infostat.sk

More information

If you make a mistake, press Stop and re- try.

If you make a mistake, press Stop and re- try. Market Vector Auto Regression app for iphone Version 1.0 This app models the (close- open) price direction (today's price travel) of a given target stock, as a function of prior days opening and closing

More information

Application of ARIMA Model in the Prediction of the Gross Domestic Product Bing Yang1, a*, Chenggang Li1, 2, b, Min Li1, c, Kang Pan1, d, Di Wang1, e

Application of ARIMA Model in the Prediction of the Gross Domestic Product Bing Yang1, a*, Chenggang Li1, 2, b, Min Li1, c, Kang Pan1, d, Di Wang1, e 6th International Conference on Mechatronics, Computer and Education Informationization (MCEI 2016) Application of ARIMA Model in the Prediction of the Gross Domestic Product Bing Yang1, a*, Chenggang

More information

Measuring long-term effects in marketing P.M Cain

Measuring long-term effects in marketing P.M Cain Measuring long-term effects in marketing P.M Cain Conventional marketing mix models are typically used to measure short-term marketing ROI and guide optimal budget allocation. However, this is only part

More information

Empirical Exercise Handout

Empirical Exercise Handout Empirical Exercise Handout Ec-970 International Corporate Governance Harvard University March 2, 2004 Due Date The new due date for empirical paper is Wednesday, March 24 at the beginning of class. Description

More information

Predicting tourism demand by A.R.I.M.A. models

Predicting tourism demand by A.R.I.M.A. models Economic Research-Ekonomska Istraživanja ISSN: 1331-677X (Print) 1848-9664 (Online) Journal homepage: http://www.tandfonline.com/loi/rero20 Predicting tourism demand by A.R.I.M.A. models Biljana Petrevska

More information

Managerial Economics

Managerial Economics Managerial Economics Estimating Demand Functions Rudolf Winter-Ebmer Johannes Kepler University Linz Winter Term 2014 Winter-Ebmer, Managerial Economics: Unit 2 - Demand Estimation 1 / 21 Why do you need

More information

More Multiple Regression

More Multiple Regression More Multiple Regression Model Building The main difference between multiple and simple regression is that, now that we have so many predictors to deal with, the concept of "model building" must be considered

More information

Conference Proceedings Paper Prediction of Annual Inflow to Karkheh Dam Reservoir using Time Series Models

Conference Proceedings Paper Prediction of Annual Inflow to Karkheh Dam Reservoir using Time Series Models Conference Proceedings Paper Prediction of Annual Inflow to Karkheh Dam Reservoir using Time Series Models Karim Hamidi Machekposhti 1, Hossein Sedghi 2, *, Abdolrasoul Telvari 3,Hossein Babazadeh Published:

More information

Forecasting Milled Rice Production in Ghana Using Box-Jenkins Approach

Forecasting Milled Rice Production in Ghana Using Box-Jenkins Approach International Journal of Agricultural Management & Development (IJAMAD) Available online on: www.ijamad.com ISSN: 2159-5852 (Print) ISSN:2159-5860 (Online) Forecasting Milled Rice Production in Ghana Using

More information

Revision confidence limits for recent data on trend levels, trend growth rates and seasonally adjusted levels

Revision confidence limits for recent data on trend levels, trend growth rates and seasonally adjusted levels W O R K I N G P A P E R S A N D S T U D I E S ISSN 1725-4825 Revision confidence limits for recent data on trend levels, trend growth rates and seasonally adjusted levels Conference on seasonality, seasonal

More information

Statistics and Data Analysis

Statistics and Data Analysis Paper 264-25 SAS Programs to Get the Most from X-12-ARIMA's Modeling and Seasonal Adjustment Diagnostics Catherine C. Hood, U.S. Census Bureau, Washington, DC ABSTRACT SAS 's PROC X11 is based on the Census

More information

Chapter 5 Notes Page 1

Chapter 5 Notes Page 1 Chapter 5 Notes Page 1 COST BEHAVIOR When dealing with costs, it helps for you to determine what drives the cost in question. A Cost Driver (also called Cost Base) is an activity that is associated with,

More information

Forecasting fruit demand: Intelligent Procurement

Forecasting fruit demand: Intelligent Procurement 2012 Forecasting fruit demand: Intelligent Procurement FCAS Final Project Report Predict fruit sales for a 2 day horizon to efficiently manage procurement logistics. Dinesh Ganti(61310071) Rachna Lalwani(61310845),

More information

ARIMA INTERVENTION ANALYSIS OF NIGERIAN MONTHLY CRUDE OIL PRICES

ARIMA INTERVENTION ANALYSIS OF NIGERIAN MONTHLY CRUDE OIL PRICES ARIMA INTERVENTION ANALYSIS OF NIGERIAN MONTHLY CRUDE OIL PRICES EBERECHI HUMPHREY AMADI AND ETTE HARRISON ETUK ABSTRACT It has been observed that between January 2011 to June 2014 the price of crude oil

More information

Decision 411: Class 11

Decision 411: Class 11 Decision 411: Class 11 ARIMA models with regressors Forecasting new products Review of models: what to use and when ARIMA models with regressors By adding regressors to ARIMA models, you can combine the

More information

STATISTICAL ISSUES AND ACTIVITIES IN A CHANGING ENVIRONMENT: IMPROVEMENTS IN THE COMMODITY PRICE INPUT USED FOR THE ECB S ANALYSIS OF HICP FOOD PRICES

STATISTICAL ISSUES AND ACTIVITIES IN A CHANGING ENVIRONMENT: IMPROVEMENTS IN THE COMMODITY PRICE INPUT USED FOR THE ECB S ANALYSIS OF HICP FOOD PRICES 6 th IFC Conference at BIS Basel, 25 and 26 August 2012 STATISTICAL ISSUES AND ACTIVITIES IN A CHANGING ENVIRONMENT: IMPROVEMENTS IN THE COMMODITY PRICE INPUT USED FOR THE ECB S ANALYSIS OF HICP FOOD PRICES

More information

Econometric Analysis Dr. Sobel

Econometric Analysis Dr. Sobel Econometric Analysis Dr. Sobel Econometrics Session 1: 1. Building a data set Which software - usually best to use Microsoft Excel (XLS format) but CSV is also okay Variable names (first row only, 15 character

More information

STAT 5603 Data mining I. Group Research Project. Canadian Industrial Production

STAT 5603 Data mining I. Group Research Project. Canadian Industrial Production STAT 5603 Data mining I Group Research Project Canadian Industrial Production Term: Winter 2018 Professor: Shirley Mills Feng Tai (Regression) Wei Zheng (Holt-Winters & SARIMA) Yinzhou Wang (Holt-Winters

More information

Demand Modelling of Alcoholic Beverages in Manicaland Province Using Time Series Analysis

Demand Modelling of Alcoholic Beverages in Manicaland Province Using Time Series Analysis Demand Modelling of Alcoholic Beverages in Manicaland Province Using Time Series Analysis Tichaona Wilbert Mapuwei 1, Misheck Tsododo 2 and Owen Jakata 3 and Cliff Gondo 4 1 Department of Mathematics and

More information

Estimation, Solution and Analysis of Equilibrium Monetary Models Assignment 6: Tutorial on Analysis of an Equilibrium Monetary Model

Estimation, Solution and Analysis of Equilibrium Monetary Models Assignment 6: Tutorial on Analysis of an Equilibrium Monetary Model Estimation, Solution and Analysis of Equilibrium Monetary Models Assignment 6: Tutorial on Analysis of an Equilibrium Monetary Model This is a tutorial that takes you through the estimation and analysis

More information

= = Name: Lab Session: CID Number: The database can be found on our class website: Donald s used car data

= = Name: Lab Session: CID Number: The database can be found on our class website: Donald s used car data Intro to Statistics for the Social Sciences Fall, 2017, Dr. Suzanne Delaney Extra Credit Assignment Instructions: You have been hired as a statistical consultant by Donald who is a used car dealer to help

More information

Estimating the Impact of the Alternative Means of Payment on Currency Demand in Jamaica

Estimating the Impact of the Alternative Means of Payment on Currency Demand in Jamaica Estimating the Impact of the Alternative Means of Payment on Currency Demand in Jamaica Karen Anderson-Reid 1 Financial Programming and Monetary Analysis Unit Monetary Analysis and Programming Department

More information

A Smart Approach to Analyzing Smart Meter Data

A Smart Approach to Analyzing Smart Meter Data A Smart Approach to Analyzing Smart Meter Data Ted Helvoigt, Evergreen Economics (Lead Author) Steve Grover, Evergreen Economics John Cornwell, Evergreen Economics Sarah Monohon, Evergreen Economics ABSTRACT

More information

Modeling and Forecasting Kenyan GDP Using Autoregressive Integrated Moving Average (ARIMA) Models

Modeling and Forecasting Kenyan GDP Using Autoregressive Integrated Moving Average (ARIMA) Models Science Journal of Applied Mathematics and Statistics 2016; 4(2): 64-73 http://www.sciencepublishinggroup.com/j/sjams doi: 10.11648/j.sjams.20160402.18 ISSN: 2376-9491 (Print); ISSN: 2376-9513 (Online)

More information

Downloaded from irje.tums.ac.ir at 10:47 IRST on Monday December 10th 2018

Downloaded from irje.tums.ac.ir at 10:47 IRST on Monday December 10th 2018 .94-0 : 94 : 098858650 : : :. :..... T.... :.().. 84-9 ) (. (4) m.moradinazar@gmail.com 9/07/05 : 9/09/ :..()..(). ١ White noise 95/ - 84-9 (Box&Jenkins) 970.(5).( ) - (lag)..(5) (Description) (Explanation).

More information

STELLA Assignment #2 - BOD

STELLA Assignment #2 - BOD STELLA Assignment #2 - BOD 1) In this problem, you will be tracking the biochemical oxygen demand (BOD) impact of a waste discharged from the Watapiti waste facility. The plant discharges 7.5 x 10 5 liters/day

More information

Seasonal Adjustment in ONS Quality through collaboration. Workshop on Handbook on Seasonal Adjustment Budapest 9 November 2006

Seasonal Adjustment in ONS Quality through collaboration. Workshop on Handbook on Seasonal Adjustment Budapest 9 November 2006 Seasonal Adjustment in ONS Quality through collaboration Workshop on Handbook on Seasonal Adjustment Budapest 9 November 2006 Quality through collaboration Structure of presentation 1. Requirement for

More information

SellWise User Group. Wednesday, May 18, Presenters

SellWise User Group. Wednesday, May 18, Presenters SellWise User Group Wednesday, May 18, 2016 Presenters Will Atkinson, President CAP/Sellwise Keith Christopher, Department Manager, Council Services Don Day, Team Lead, Shared Services Slides and recording

More information

Chapter 3. Introduction to Quantitative Macroeconomics. Measuring Business Cycles. Yann Algan Master EPP M1, 2010

Chapter 3. Introduction to Quantitative Macroeconomics. Measuring Business Cycles. Yann Algan Master EPP M1, 2010 Chapter 3 Introduction to Quantitative Macroeconomics Measuring Business Cycles Yann Algan Master EPP M1, 2010 1. Traditional framework for Fluctuations Undergraduate textbook model Divide markets into

More information

A THRESHOLD COINTEGRATION ANALYSIS OF ASYMMETRIC ADJUSTMENTS IN THE GHANAIAN MAIZE MARKETS. Henry de-graft Acquah, Senior Lecturer

A THRESHOLD COINTEGRATION ANALYSIS OF ASYMMETRIC ADJUSTMENTS IN THE GHANAIAN MAIZE MARKETS. Henry de-graft Acquah, Senior Lecturer A THRESHOLD COINTEGRATION ANALYSIS OF ASYMMETRIC ADJUSTMENTS IN THE GHANAIAN MAIZE MARKETS ABSTRACT Henry de-graft Acquah, Senior Lecturer University of Cape Coast, Cape Coast, Ghana Phone: +00233245543956,

More information

Getting Started with OptQuest

Getting Started with OptQuest Getting Started with OptQuest What OptQuest does Futura Apartments model example Portfolio Allocation model example Defining decision variables in Crystal Ball Running OptQuest Specifying decision variable

More information

Assessing the Macroeconomic Effects of Competition Policy - the Impact on Economic Growth

Assessing the Macroeconomic Effects of Competition Policy - the Impact on Economic Growth Economic Insights Trends and Challenges Vol.IV(LXVII) No. 3/2015 81-88 Assessing the Macroeconomic Effects of Competition Policy - the Impact on Economic Growth Oana Romano The Bucharest University of

More information

DEPARTMENT OF QUANTITATIVE METHODS & INFORMATION SYSTEMS

DEPARTMENT OF QUANTITATIVE METHODS & INFORMATION SYSTEMS DEPARTMENT OF QUANTITATIVE METHODS & INFORMATION SYSTEMS Time Series and Their Components QMIS 320 Chapter 5 Fall 2010 Dr. Mohammad Zainal 2 Time series are often recorded at fixed time intervals. For

More information