A comparison of forecast models to predict weather parameters

Size: px
Start display at page:

Download "A comparison of forecast models to predict weather parameters"

Transcription

1 A comparison of forecast models to predict weather parameters GUIDO GUIZZI 1, CLAUDIO SILVESTRI 1, ELPIDIO ROMANO 2, ROBERTO REVETRIA 3 1 Dipartimento di Ingegneria Chimica, dei Materiali e della Produzione Industriale 1 University of Naples Federico II P.le Tecchio 80, 80125, Naples ITALY 2 Industrial Plants, Logistics and Transportation International Telematic University UniNettuno Corso Vittorio Emanuele II, 39, Roma ITALY 3 Dipartimento di Ingegneria Meccanica, Energetica, Gestionale e dei Trasporti University of Genoa Via dell Opera Pia 15, 16145, Genoa ITALY [email protected], [email protected], [email protected], [email protected] Abstract: - Weather forecasting is a really important matter for who is involved in the electrical energy market. The target of this study is to give concrete results about weather forecasting methods to people who needs an accurate estimate of weather parameters to forecast to sell electrical energy in a day-ahead market contest. Approximately one month of meteorological data are analyzed to forecast temperature, pressure and humidity of a month. models and exponential smoothing models have been compared to comprehend which method is more adapted to model the temperature behaviour in Caserta, Italy. Key-Words: - models, exponential smoothing, time series, R, forecasting, weather parameters 1 Introduction The accuracy of meteorological forecasts is having major economic impact in recent years during which the energy companies need to predict the amount of energy that may be sold. Although during this decades the sensibility about a world with more clean energies is increased, in Italy over the 75% of the energy is produced in fossil fuel based stations. The amount of energy produced by turbines of these stations is often function of meteorological parameters, which may be predicted using statistical methods. The main parameters that determine the significant quantity of produced energy are three: temperature, pressure and humidity. While the behaviour of climate changes is irregular and chaotic, if we focus the attention on the forecast of these three parameters it's possible to use linear methods to reach great results. The crucial point for many energy companies is the choosing of the method that assures a better performance in terms of accuracy. In this study, three methods to analyze and forecast the time series of temperature, pressure and humidity are compared. The first method is the model, approached to the seasonally adjusted data. The second method is the additive seasonal model. The third method is a more general exponential smoothing technique, the model described in Hyndman et al. (2008). The available dataset includes 4 years of observations that was obtained from an energy station built in Caserta, Italy. This station continuously collects meteorological data every 15 minutes. This high frequency ensures a great performance of the seasonal exponential smoothing as shown in the on-going study. 2 State of art ISBN:

2 In literature, there are many methods used to analyze and forecast time series. A brief illustration of the mentioned models is useful to understand the results of the forecasts. 2.1 model The autoregressive integrated moving average () model is a generalization of an autoregressive moving average (ARMA) model. The difference between these two models is the use of an integration term that needs to differentiate the time series, letting them become stationary. The stationary condition is necessary to operate with an model. The parameters of an model are three (p,d,q) and represent respectively the autoregressive parameter, the integration parameter and the moving average Differencing Differencing is an excellent way of transforming a non-stationary series to a stationary one. This is obtained by subtracting the observation in the current period from the previous one. If this transformation is done only once to a series, the data has been first differenced. yy tt = yy tt yy tt 1 (1) This process essentially eliminates the trend if your series is growing at a fairly constant rate. If it is growing at an increasing rate, you can apply the same procedure and difference the data again, obtaining a second differenced data. yy = yy tt yy tt 1 (2) ARMA model Once differenced the time series it's possible to describe the obtained time series with an ARMA model: yy tt = φφ 1 yy tt φφ pp yy tt pp + θθ 1 ee tt θθ qq ee tt qq + ee tt (3) where yy tt is the differenced series. The terms on the right side of the expression include both lagged values of yy tt and lagged errors. The choosing of appropriate parameters p, d and q can be difficult. The best way to choose them is to use the Box- Jenkins technique (1971) analyzing the autocorrelation function (ACF) and the partial autocorrelation function (PACF) of the differenced time series. 2.2 Exponential Smoothing Exponential smoothing is a forecasting method used when the single components of the time series (trend and seasonal factors) may be changing over time. More recent observations are weighted more heavily than remote observations. This unequally consideration of the observations is possible by using smoothing constants. There are many studies about exponential smoothing, from the simple exponential smoothing (SES) to the Holt's trend corrected exponential smoothing and lasting the method performed by Holt (1957) and (1960) model The additive method is used for time series that exhibit a linear trend and a fixed seasonal pattern, with constant variation. The time series may be described by this model: yy tt = (ββ 0 + ββ 1 tt) + SSSS tt + εε tt (4) where ββ 0 is the point estimate of the mean in time period t-1, ββ 1 is the growth rate in time period t-1, SSSS tt the seasonal factor and εε tt the error term in time t. To implement the additive method, we let l TT 1 denote the estimate of the level (the mean) in time TT 1, and bb TT 1 the growth rate in the same time. If we use SSSS TT LL as the most recent estimate of the seasonal factor corresponding to the time period T, we may describe iteratively the level of the time series at the time T: l TT = αα(yy TT ssss TT LL ) + (1 αα)(l TT 1 + bb TT 1 ) (5) where α is a smoothing constant between 0 and 1, (yy TT ssss TT LL ) is the deseasonalized observation in time period T, and (l TT 1 + bb TT 1 ) is the estimate of the level of time series in time period T. The estimate of the growth rate in time period T uses the smoothing constant γ and is bb TT = γγ(l TT l TT 1 ) + (1 γγ)bb TT 1 (6) ISBN:

3 The new estimate for the seasonal factor SSSS TT in time period T uses the smoothing constant δ and is ssss TT = δδ(yy TT l TT ) + (1 δδ)ssss TT LL (7) where (yy TT l TT ) is an estimate of the newly observed seasonal variation model Exponential smoothing models may be different depending on the presence of the smoothing parameters α, γ and δ, already mentioned, but mainly on the type of the components of a time series: error, trend and seasonality (). The seasonality, if it's present in time series, may be differenced in two types: additive (A) and multiplicative (M). Whereas the trend, if it's present, may be differenced in: additive (A), additive damped (A d ), multiplicative (M), and multiplicative damped (M d ). The combination of the types of these two components, seasonality and trend, are illustrated in Table 1. Table 1 Exponential smoothing methods Trend Component Seasonal Component N A M N (N,N) (N,A) (N,M) A (A,N) (A,A) (A,M) A d (A d,n) (A d,a) (A d,m) M (M,N) (M,A) (M,M) M d (M d,n) (M d,a) (M d,m) The most recent studies of Hyndman et al. (2002), Taylor (2003), Hyndman et al. (2008), about exponential smoothing developed these fifteen methods. The presence of an additive or multiplicative error component (A,M) causes an increment of the possible methods, bring them from fifteen to thirty. Then it's possible to describe all the types of the exponential smoothing models by using three letters. For example the additive error model (A,A d,n) represent the damped Holt's method. This method uses the maximum likelihood function to estimate the starting parameters and then it may estimate iteratively all the parameters to forecast future values of time series. In addition with the method we may have linear and non-linear models, and then time series that exhibit non-linear characteristics can be fitted well by these models. The framework provides an automatic way of selecting the best exponential smoothing model, including Holt's model, method (additive and multiplicative), damped trend method of Gardner and McKenzie. 3 Analysis and results The software used to verify the performance of the mentioned models is R-studio. The available dataset includes temperature, pressure and humidity values Fig. 1 Temperature values of a random monthly dataset ISBN:

4 from 19 January 2011 to 12 February 2015, thousands of observations (N=142,656). The target of this study is to determinate the amount of energy that may be sold in the italian day-ahead market (in italian MGP), so we focus the attention on the forecast parameters (the temperature in particular) of next day. The temperature exhibits a daily seasonal behaviour as shown in Fig.1. examining a random monthly dataset. This seasonal time series is not stationary, then it's necessary to make a decomposition and a deseasonalization of the time series before the application of the models. Moreover we have to underline the existent, but not much relevant, of a correlation factor between the three parameters (Table 2). 3.1 Dataset size Because of the great amount of available datas and the cyclical daily pattern of the time series, it's important to decide the best dataset size on which models reach better performances. The behavoiur of the time series during a single day is surely more comparable with the pattern of more recent previous days than more remote datas. If we have the real observations of a day k, it's possible to see what's the best dataset size (using datas until the day k-1) for a model to reach best forecast values for the day k. We may use the same dataset size to forecast the values of the day k+1 (in which we haven't real observations yet), and then day-to-day. Table 2 Correlation of parameters Correlation Temperature Pressure Humidity Temperature Pressure Humidity Decomposition of time series The decomposition of time series is useful to transform time series into deseasonalized time series by subtracting the seasonal component from the original time series. The software R uses a function, stl( ), that provides to decompose time series, as shown in Fig. 2. Fig. 2 Trend, seasonal and remainder components using STL function ISBN:

5 Fig. 3 Results of the comparison between models in 2 July Forecast models in R It's necessary to transform vectors of parameters temperature, pressure and humidity in time series by the function ts( ), specifying the frequency of the time series (96 in this case). The forecast package needs to use the functions of the forecast models. The function used to fit datas are mainly two: Holt( ) and stlm( ). The first function needs to use the method, and it's possible to use the additive method or the multiplicative Winter method by setting an input parameter of the function. The second function, instead, needs to use both models and, by setting the right input parameters. the function stlm( ) works with stl objects: it takes a time series, applies the STL decomposition, models the seasonally adjusted data using the specified model (in this case or ). For models it's possible to improve the fitting wellness by setting in input regressors of the time series (pressure and humidity), whereas for models it's possible to choose which model to use by setting the three letters ("Z" denotes an automatic selection of the component type by the function). The forecast( ) function needs to forecast parameters, setting the model used to fit the dataset and the number of forecast values (in this case 96), and then reseasonalizes the results by adding back the last period of the estimated seasonal component. To complete the analysis we used a last R function, stlf( ). This function combines the functions stlm( ) and forecast( ), but it's not possible to choose the model: the function selects automatically the model that is considered the best choice. ISBN:

6 3.3 Results of check Determining the performances of the models is the most significant stage in forecasting. Although there are many performance measures that evaluate forecast models, the mean absolute error () and the mean absolute percentage error () are the most common and revealing ones in this case, and these are computed below: MMMMMM = 1 NN yy NN ii=1 ii ŷ ii (8) MMMMMMMM = 1 NN NN yy ii ŷ ii ii=1 (9) yy ii To compare the models we choosed a random month (July 2014) to forecast day by day, with a 5-possible dataset size (7,15,30,45,60 previous days). The plot illustrated in Fig. 3 is related to a random day of the selected month, 2 July Performance parameters Table 4 Forecasting error parameters of temperature in July 2014 Min value Mean value Max value As shown in the plot, the and stlf( ) functions reach great forecast results, with a really small. The models selected by the four functions are reported in the Table 3. A summary of the monthly forecast in July for all the models used may be seen in the Table 4 on top. Table 3 Temperature forecast model in July Model used Model STL + (3,1,1) model STL + (A,N,N) STL + (A,A d,n) Pressure and humidity forecast The same comparison with same methods was done to forecast pressure and humidity values in the same month (July 2014). The time series plots are illustrated in Fig. 4 (humidity) and in Fig. 5 (pressure). ISBN:

7 Fig. 4 Humidity values of a random monthly dataset Fig. 5 Pressure values of a random monthly dataset ISBN:

8 Performance parameters Table 5 Forecasting error parameters of humidity in July 2014 Min value Mean value Max value Performance parameters Table 6 Forecasting error parameters of pressure in July 2014 Min value Mean value Max value Even if the pressure behaviour seems to be less predictable than the humidity behavoiur it's important to underscore that the scale between these time series is different. In fact the humidity daily fluctuations and the resulting variance are higher in the humidity time series. This is why the humidity performance parameters are worse than the pressure ones, as it's possible to see in Table 5 and Table 6. 4 Conclusions In this study, meteorological data of Caserta was analyzed using different models which belong to two forecasting classes: and exponential smoothing. The additive model is a model that may be represented by an (A,A,M) model, so it's normal that has worse performances than more general function. The real comparison is between the model and the model. The linear exponential smoothing models have an counterpart, but the non-linear exponential smoothing models don't have an counterpart. The reason why exponential smoothing models (using function) have better performances is that a non-stationary model to fit the values is required and the behaviour of the time series has a non-linear tendency. models work better if the model needed has to be stationary. Moreover, although many models haven't got an exponential smoothing counterpart, they can't be non-linear models. Another proof of better performances of exponential models to forecast temperature is given by the results of the method choice: in all days of July 2014 the function stlf( ) selected always the model as the best temperature forecast method. There is also a remark that we have to do: function doesn't allow inclusion of regressors data, differently to function. In this case the correlation between meteorological parameters is low, especially between temperature and pressure. But there can be parameters with a higher correlation and, consequently, function may reach better performances. References [1] Gardner Jr, E. S. (1985). Exponential smoothing: The state of the art. Journal of Forecasting 4(1), ISBN:

9 [2] Gardner Jr, E. S. (2006). Exponential smoothing: The state of the art Part II.International Journal of Forecasting 22(4), [3] Hyndman, R. J., A. B. Koehler, J. K. Ord and R. D. Snyder (2008). Forecasting with exponential smoothing: the state space approach. Berlin: Springer-Verlag. [4] Box, G. E. P., G. M. Jenkins and G. C. Reinsel (2008). Time series analysis: forecasting and control. 4th. Hoboken, NJ: John Wiley & Sons. [5] Brockwell, P. J. and R. A. Davis (2002). Introduction to time series and forecasting. 2nd ed. New York: Springer. [6] Chatfield, C. (2000). Time-series forecasting. Boca Raton: Chapman & Hall/CRC. [7] Pena, D., G.C. Tiao and R.S. Tsay, eds. (2001). A course in time series analysis. New York: John Wiley & Sons. [8] Shumway, R. H. and D. S. Stoffer (2011). Time series analysis and its applications: with R examples. 3rd ed. New York: Springer. [9] Cleveland, R. B., W. S. Cleveland, J. E. McRae and I. J. Terpenning (1990). STL : A seasonal-trend decomposition procedure based on loess. Journal of Official Statistics 6(1), [10] Gomez, V. and A. Maravall (2001). Seasonal adjustment and signal extraction in economic time series. In: A course in time series analysis. Ed. by D. Pena, G.C. Tiao and R.S. Tsay. New York: John Wiley & Sons. Chap. 8, pp [11] Ladiray, D. and B. Quenneville (2001). Seasonal adjustment with the X- 11 method. Lecture notes in statistics. Springer-Verlag. [12] Miller, D. M. and D. Williams (2003). Shrinkage estimators of time series seasonal factors and their effect on forecasting accuracy. International Journal of Forecasting, 19(4), [13] Theodosiou, M. (2011). Forecasting monthly and quarterly time series using STL decomposition. International Journal of Forecasting, 27(4), ISBN:

TIME SERIES ANALYSIS

TIME SERIES ANALYSIS TIME SERIES ANALYSIS L.M. BHAR AND V.K.SHARMA Indian Agricultural Statistics Research Institute Library Avenue, New Delhi-0 02 [email protected]. Introduction Time series (TS) data refers to observations

More information

TIME SERIES ANALYSIS

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

More information

Analysis of algorithms of time series analysis for forecasting sales

Analysis of algorithms of time series analysis for forecasting sales SAINT-PETERSBURG STATE UNIVERSITY Mathematics & Mechanics Faculty Chair of Analytical Information Systems Garipov Emil Analysis of algorithms of time series analysis for forecasting sales Course Work Scientific

More information

MGT 267 PROJECT. Forecasting the United States Retail Sales of the Pharmacies and Drug Stores. Done by: Shunwei Wang & Mohammad Zainal

MGT 267 PROJECT. Forecasting the United States Retail Sales of the Pharmacies and Drug Stores. Done by: Shunwei Wang & Mohammad Zainal MGT 267 PROJECT Forecasting the United States Retail Sales of the Pharmacies and Drug Stores Done by: Shunwei Wang & Mohammad Zainal Dec. 2002 The retail sale (Million) ABSTRACT The present study aims

More information

Moving averages. Rob J Hyndman. November 8, 2009

Moving averages. Rob J Hyndman. November 8, 2009 Moving averages Rob J Hyndman November 8, 009 A moving average is a time series constructed by taking averages of several sequential values of another time series. It is a type of mathematical convolution.

More information

Time series Forecasting using Holt-Winters Exponential Smoothing

Time series Forecasting using Holt-Winters Exponential Smoothing Time series Forecasting using Holt-Winters Exponential Smoothing Prajakta S. Kalekar(04329008) Kanwal Rekhi School of Information Technology Under the guidance of Prof. Bernard December 6, 2004 Abstract

More information

Time series analysis of the dynamics of news websites

Time series analysis of the dynamics of news websites Time series analysis of the dynamics of news websites Maria Carla Calzarossa Dipartimento di Ingegneria Industriale e Informazione Università di Pavia via Ferrata 1 I-271 Pavia, Italy [email protected] Daniele

More information

2.2 Elimination of Trend and Seasonality

2.2 Elimination of Trend and Seasonality 26 CHAPTER 2. TREND AND SEASONAL COMPONENTS 2.2 Elimination of Trend and Seasonality Here we assume that the TS model is additive and there exist both trend and seasonal components, that is X t = m t +

More information

IBM SPSS Forecasting 22

IBM SPSS Forecasting 22 IBM SPSS Forecasting 22 Note Before using this information and the product it supports, read the information in Notices on page 33. Product Information This edition applies to version 22, release 0, modification

More information

9th Russian Summer School in Information Retrieval Big Data Analytics with R

9th Russian Summer School in Information Retrieval Big Data Analytics with R 9th Russian Summer School in Information Retrieval Big Data Analytics with R Introduction to Time Series with R A. Karakitsiou A. Migdalas Industrial Logistics, ETS Institute Luleå University of Technology

More information

Time Series Analysis and Forecasting Methods for Temporal Mining of Interlinked Documents

Time Series Analysis and Forecasting Methods for Temporal Mining of Interlinked Documents Time Series Analysis and Forecasting Methods for Temporal Mining of Interlinked Documents Prasanna Desikan and Jaideep Srivastava Department of Computer Science University of Minnesota. @cs.umn.edu

More information

Time Series and Forecasting

Time Series and Forecasting Chapter 22 Page 1 Time Series and Forecasting A time series is a sequence of observations of a random variable. Hence, it is a stochastic process. Examples include the monthly demand for a product, the

More information

TIME-SERIES ANALYSIS, MODELLING AND FORECASTING USING SAS SOFTWARE

TIME-SERIES ANALYSIS, MODELLING AND FORECASTING USING SAS SOFTWARE TIME-SERIES ANALYSIS, MODELLING AND FORECASTING USING SAS SOFTWARE Ramasubramanian V. IA.S.R.I., Library Avenue, Pusa, New Delhi 110 012 [email protected] 1. Introduction Time series (TS) data refers

More information

COMP6053 lecture: Time series analysis, autocorrelation. [email protected]

COMP6053 lecture: Time series analysis, autocorrelation. jn2@ecs.soton.ac.uk COMP6053 lecture: Time series analysis, autocorrelation [email protected] Time series analysis The basic idea of time series analysis is simple: given an observed sequence, how can we build a model that

More information

Energy Load Mining Using Univariate Time Series Analysis

Energy Load Mining Using Univariate Time Series Analysis Energy Load Mining Using Univariate Time Series Analysis By: Taghreed Alghamdi & Ali Almadan 03/02/2015 Caruth Hall 0184 Energy Forecasting Energy Saving Energy consumption Introduction: Energy consumption.

More information

Time Series Analysis

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

More information

Time Series Analysis

Time Series Analysis JUNE 2012 Time Series Analysis CONTENT A time series is a chronological sequence of observations on a particular variable. Usually the observations are taken at regular intervals (days, months, years),

More information

Forecasting areas and production of rice in India using ARIMA model

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

More information

Time Series Analysis: Basic Forecasting.

Time Series Analysis: Basic Forecasting. Time Series Analysis: Basic Forecasting. As published in Benchmarks RSS Matters, April 2015 http://web3.unt.edu/benchmarks/issues/2015/04/rss-matters Jon Starkweather, PhD 1 Jon Starkweather, PhD [email protected]

More information

Sales and operations planning (SOP) Demand forecasting

Sales and operations planning (SOP) Demand forecasting ing, introduction Sales and operations planning (SOP) forecasting To balance supply with demand and synchronize all operational plans Capture demand data forecasting Balancing of supply, demand, and budgets.

More information

Forecasting sales and intervention analysis of durable products in the Greek market. Empirical evidence from the new car retail sector.

Forecasting sales and intervention analysis of durable products in the Greek market. Empirical evidence from the new car retail sector. Forecasting sales and intervention analysis of durable products in the Greek market. Empirical evidence from the new car retail sector. Maria K. Voulgaraki Department of Economics, University of Crete,

More information

Time Series Analysis of Household Electric Consumption with ARIMA and ARMA Models

Time Series Analysis of Household Electric Consumption with ARIMA and ARMA Models , March 13-15, 2013, Hong Kong Time Series Analysis of Household Electric Consumption with ARIMA and ARMA Models Pasapitch Chujai*, Nittaya Kerdprasop, and Kittisak Kerdprasop Abstract The purposes of

More information

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

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

More information

Time Series Analysis

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

More information

Modelling and Forecasting Packaged Food Product Sales Using Mathematical Programming

Modelling and Forecasting Packaged Food Product Sales Using Mathematical Programming Modelling and Forecasting Packaged Food Product Sales Using Mathematical Programming Saurabh Gupta 1, Nishant Kumar 2 [email protected] Abstract Sales forecasting is one of the most common phenomena

More information

Forecasting in supply chains

Forecasting in supply chains 1 Forecasting in supply chains Role of demand forecasting Effective transportation system or supply chain design is predicated on the availability of accurate inputs to the modeling process. One of the

More information

Time Series Analysis

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

More information

Regression and Time Series Analysis of Petroleum Product Sales in Masters. Energy oil and Gas

Regression and Time Series Analysis of Petroleum Product Sales in Masters. Energy oil and Gas Regression and Time Series Analysis of Petroleum Product Sales in Masters Energy oil and Gas 1 Ezeliora Chukwuemeka Daniel 1 Department of Industrial and Production Engineering, Nnamdi Azikiwe University

More information

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

Time Series - ARIMA Models. Instructor: G. William Schwert APS 425 Fall 25 Time Series : ARIMA Models Instructor: G. William Schwert 585-275-247 [email protected] Topics Typical time series plot Pattern recognition in auto and partial autocorrelations

More information

Software Review: ITSM 2000 Professional Version 6.0.

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

More information

ISSUES IN UNIVARIATE FORECASTING

ISSUES IN UNIVARIATE FORECASTING ISSUES IN UNIVARIATE FORECASTING By Rohaiza Zakaria 1, T. Zalizam T. Muda 2 and Suzilah Ismail 3 UUM College of Arts and Sciences, Universiti Utara Malaysia 1 [email protected], 2 [email protected] and 3

More information

Advanced Forecasting Techniques and Models: ARIMA

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

More information

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

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

More information

IBM SPSS Forecasting 21

IBM SPSS Forecasting 21 IBM SPSS Forecasting 21 Note: Before using this information and the product it supports, read the general information under Notices on p. 107. This edition applies to IBM SPSS Statistics 21 and to all

More information

Estimating and Forecasting Network Traffic Performance based on Statistical Patterns Observed in SNMP data.

Estimating and Forecasting Network Traffic Performance based on Statistical Patterns Observed in SNMP data. Estimating and Forecasting Network Traffic Performance based on Statistical Patterns Observed in SNMP data. K. Hu 1,2, A. Sim 1, Demetris Antoniades 3, Constantine Dovrolis 3 1 Lawrence Berkeley National

More information

Studying Achievement

Studying Achievement Journal of Business and Economics, ISSN 2155-7950, USA November 2014, Volume 5, No. 11, pp. 2052-2056 DOI: 10.15341/jbe(2155-7950)/11.05.2014/009 Academic Star Publishing Company, 2014 http://www.academicstar.us

More information

Multi-item Sales Forecasting with. Total and Split Exponential Smoothing

Multi-item Sales Forecasting with. Total and Split Exponential Smoothing Multi-item Sales Forecasting with Total and Split Exponential Smoothing James W. Taylor Saïd Business School University of Oxford Journal of the Operational Research Society, 2011, Vol. 62, pp. 555 563.

More information

Threshold Autoregressive Models in Finance: A Comparative Approach

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

More information

Time Series Analysis

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

More information

SPSS TRAINING SESSION 3 ADVANCED TOPICS (PASW STATISTICS 17.0) Sun Li Centre for Academic Computing [email protected]

SPSS TRAINING SESSION 3 ADVANCED TOPICS (PASW STATISTICS 17.0) Sun Li Centre for Academic Computing lsun@smu.edu.sg SPSS TRAINING SESSION 3 ADVANCED TOPICS (PASW STATISTICS 17.0) Sun Li Centre for Academic Computing [email protected] IN SPSS SESSION 2, WE HAVE LEARNT: Elementary Data Analysis Group Comparison & One-way

More information

Time Series Forecasting Techniques

Time Series Forecasting Techniques 03-Mentzer (Sales).qxd 11/2/2004 11:33 AM Page 73 3 Time Series Forecasting Techniques Back in the 1970s, we were working with a company in the major home appliance industry. In an interview, the person

More information

Introduction to Time Series Analysis. Lecture 1.

Introduction to Time Series Analysis. Lecture 1. Introduction to Time Series Analysis. Lecture 1. Peter Bartlett 1. Organizational issues. 2. Objectives of time series analysis. Examples. 3. Overview of the course. 4. Time series models. 5. Time series

More information

Readers will be provided a link to download the software and Excel files that are used in the book after payment. Please visit http://www.xlpert.

Readers will be provided a link to download the software and Excel files that are used in the book after payment. Please visit http://www.xlpert. Readers will be provided a link to download the software and Excel files that are used in the book after payment. Please visit http://www.xlpert.com for more information on the book. The Excel files are

More information

Lecture 4: Seasonal Time Series, Trend Analysis & Component Model Bus 41910, Time Series Analysis, Mr. R. Tsay

Lecture 4: Seasonal Time Series, Trend Analysis & Component Model Bus 41910, Time Series Analysis, Mr. R. Tsay Lecture 4: Seasonal Time Series, Trend Analysis & Component Model Bus 41910, Time Series Analysis, Mr. R. Tsay Business cycle plays an important role in economics. In time series analysis, business cycle

More information

Univariate and Multivariate Methods PEARSON. Addison Wesley

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

More information

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

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

More information

Traffic Safety Facts. Research Note. Time Series Analysis and Forecast of Crash Fatalities during Six Holiday Periods Cejun Liu* and Chou-Lin Chen

Traffic Safety Facts. Research Note. Time Series Analysis and Forecast of Crash Fatalities during Six Holiday Periods Cejun Liu* and Chou-Lin Chen Traffic Safety Facts Research Note March 2004 DOT HS 809 718 Time Series Analysis and Forecast of Crash Fatalities during Six Holiday Periods Cejun Liu* and Chou-Lin Chen Summary This research note uses

More information

Indian Research Journal of Extension Education Special Issue (Volume I), January, 2012 161

Indian Research Journal of Extension Education Special Issue (Volume I), January, 2012 161 Indian Research Journal of Extension Education Special Issue (Volume I), January, 2012 161 A Simple Weather Forecasting Model Using Mathematical Regression Paras 1 and Sanjay Mathur 2 1. Assistant Professor,

More information

Joseph Twagilimana, University of Louisville, Louisville, KY

Joseph Twagilimana, University of Louisville, Louisville, KY ST14 Comparing Time series, Generalized Linear Models and Artificial Neural Network Models for Transactional Data analysis Joseph Twagilimana, University of Louisville, Louisville, KY ABSTRACT The aim

More information

Inter Time Series Sales Forecasting

Inter Time Series Sales Forecasting Inter Time Series Sales Forecasting Mrs. Manisha Gahirwal Information Technology, Vivekanand Education Society s Institute of Technology, Chembur, India [email protected] Abstract Combining forecast

More information

TIME SERIES ANALYSIS & FORECASTING

TIME SERIES ANALYSIS & FORECASTING CHAPTER 19 TIME SERIES ANALYSIS & FORECASTING Basic Concepts 1. Time Series Analysis BASIC CONCEPTS AND FORMULA The term Time Series means a set of observations concurring any activity against different

More information

Introduction to time series analysis

Introduction to time series analysis Introduction to time series analysis Margherita Gerolimetto November 3, 2010 1 What is a time series? A time series is a collection of observations ordered following a parameter that for us is time. Examples

More information

The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network

The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network , pp.67-76 http://dx.doi.org/10.14257/ijdta.2016.9.1.06 The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network Lihua Yang and Baolin Li* School of Economics and

More information

Sales forecasting # 2

Sales forecasting # 2 Sales forecasting # 2 Arthur Charpentier [email protected] 1 Agenda Qualitative and quantitative methods, a very general introduction Series decomposition Short versus long term forecasting

More information

Adaptive Demand-Forecasting Approach based on Principal Components Time-series an application of data-mining technique to detection of market movement

Adaptive Demand-Forecasting Approach based on Principal Components Time-series an application of data-mining technique to detection of market movement Adaptive Demand-Forecasting Approach based on Principal Components Time-series an application of data-mining technique to detection of market movement Toshio Sugihara Abstract In this study, an adaptive

More information

A Novel Technique for Long-Term Anomaly Detection in the Cloud

A Novel Technique for Long-Term Anomaly Detection in the Cloud A Novel Technique for Long-Term Anomaly Detection in the Cloud Owen Vallis, Jordan Hochenbaum, Arun Kejariwal Twitter Inc. Abstract High availability and performance of a web service is key, amongst other

More information

Time Series Analysis of Aviation Data

Time Series Analysis of Aviation Data Time Series Analysis of Aviation Data Dr. Richard Xie February, 2012 What is a Time Series A time series is a sequence of observations in chorological order, such as Daily closing price of stock MSFT in

More information

INCREASING FORECASTING ACCURACY OF TREND DEMAND BY NON-LINEAR OPTIMIZATION OF THE SMOOTHING CONSTANT

INCREASING FORECASTING ACCURACY OF TREND DEMAND BY NON-LINEAR OPTIMIZATION OF THE SMOOTHING CONSTANT 58 INCREASING FORECASTING ACCURACY OF TREND DEMAND BY NON-LINEAR OPTIMIZATION OF THE SMOOTHING CONSTANT Sudipa Sarker 1 * and Mahbub Hossain 2 1 Department of Industrial and Production Engineering Bangladesh

More information

AUTOMATION OF ENERGY DEMAND FORECASTING. Sanzad Siddique, B.S.

AUTOMATION OF ENERGY DEMAND FORECASTING. Sanzad Siddique, B.S. AUTOMATION OF ENERGY DEMAND FORECASTING by Sanzad Siddique, B.S. A Thesis submitted to the Faculty of the Graduate School, Marquette University, in Partial Fulfillment of the Requirements for the Degree

More information

Analyzing price seasonality

Analyzing price seasonality Analyzing price seasonality Asfaw Negassa and Shahidur Rashid Presented at the COMESA policy seminar Food price variability: Causes, consequences, and policy options" on 25-26 January 2010 in Maputo, Mozambique

More information

ARMA MODELS AND THE. Box JENKINS METHODOLOGY. * Research Associate, at INSEAD, Boulevard de Constance, Fontainebleau 77305 Cedex, France.

ARMA MODELS AND THE. Box JENKINS METHODOLOGY. * Research Associate, at INSEAD, Boulevard de Constance, Fontainebleau 77305 Cedex, France. ARMA MODELS AND THE Box JENKINS METHODOLOGY by S. MAKRIDAKIS* AND M. HISON** 95/45/TM (Revised version of 95/33/TM) * Research Professor of Decision Sciences and Information Systems, at INSEAD, Boulevard

More information

16 : Demand Forecasting

16 : Demand Forecasting 16 : Demand Forecasting 1 Session Outline Demand Forecasting Subjective methods can be used only when past data is not available. When past data is available, it is advisable that firms should use statistical

More information

ITSM-R Reference Manual

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

More information

Trend and Seasonal Components

Trend and Seasonal Components Chapter 2 Trend and Seasonal Components If the plot of a TS reveals an increase of the seasonal and noise fluctuations with the level of the process then some transformation may be necessary before doing

More information

Objectives of Chapters 7,8

Objectives of Chapters 7,8 Objectives of Chapters 7,8 Planning Demand and Supply in a SC: (Ch7, 8, 9) Ch7 Describes methodologies that can be used to forecast future demand based on historical data. Ch8 Describes the aggregate planning

More information

JOHANNES TSHEPISO TSOKU NONOFO PHOKONTSI DANIEL METSILENG FORECASTING SOUTH AFRICAN GOLD SALES: THE BOX-JENKINS METHODOLOGY

JOHANNES TSHEPISO TSOKU NONOFO PHOKONTSI DANIEL METSILENG FORECASTING SOUTH AFRICAN GOLD SALES: THE BOX-JENKINS METHODOLOGY DOI: 0.20472/IAC.205.08.3 JOHANNES TSHEPISO TSOKU North West University, South Africa NONOFO PHOKONTSI North West University, South Africa DANIEL METSILENG Department of Health, South Africa FORECASTING

More information

A Study on the Comparison of Electricity Forecasting Models: Korea and China

A Study on the Comparison of Electricity Forecasting Models: Korea and China Communications for Statistical Applications and Methods 2015, Vol. 22, No. 6, 675 683 DOI: http://dx.doi.org/10.5351/csam.2015.22.6.675 Print ISSN 2287-7843 / Online ISSN 2383-4757 A Study on the Comparison

More information

11. Time series and dynamic linear models

11. Time series and dynamic linear models 11. Time series and dynamic linear models Objective To introduce the Bayesian approach to the modeling and forecasting of time series. Recommended reading West, M. and Harrison, J. (1997). models, (2 nd

More information

Discrete Time Series Analysis with ARMA Models

Discrete Time Series Analysis with ARMA Models Discrete Time Series Analysis with ARMA Models Veronica Sitsofe Ahiati ([email protected]) African Institute for Mathematical Sciences (AIMS) Supervised by Tina Marquardt Munich University of Technology,

More information

Time series forecasting

Time series forecasting Time series forecasting 1 The latest version of this document and related examples are found in http://myy.haaga-helia.fi/~taaak/q Time series forecasting The objective of time series methods is to discover

More information

Analysis and Computation for Finance Time Series - An Introduction

Analysis and Computation for Finance Time Series - An Introduction ECMM703 Analysis and Computation for Finance Time Series - An Introduction Alejandra González Harrison 161 Email: [email protected] Time Series - An Introduction A time series is a sequence of observations

More information

Forecasting Methods / Métodos de Previsão Week 1

Forecasting Methods / Métodos de Previsão Week 1 Forecasting Methods / Métodos de Previsão Week 1 ISCTE - IUL, Gestão, Econ, Fin, Contab. Diana Aldea Mendes [email protected] February 3, 2011 DMQ, ISCTE-IUL ([email protected]) Forecasting Methods

More information

2) The three categories of forecasting models are time series, quantitative, and qualitative. 2)

2) The three categories of forecasting models are time series, quantitative, and qualitative. 2) Exam Name TRUE/FALSE. Write 'T' if the statement is true and 'F' if the statement is false. 1) Regression is always a superior forecasting method to exponential smoothing, so regression should be used

More information

Chapter 27 Using Predictor Variables. Chapter Table of Contents

Chapter 27 Using Predictor Variables. Chapter Table of Contents Chapter 27 Using Predictor Variables Chapter Table of Contents LINEAR TREND...1329 TIME TREND CURVES...1330 REGRESSORS...1332 ADJUSTMENTS...1334 DYNAMIC REGRESSOR...1335 INTERVENTIONS...1339 TheInterventionSpecificationWindow...1339

More information

APPLICATION OF THE VARMA MODEL FOR SALES FORECAST: CASE OF URMIA GRAY CEMENT FACTORY

APPLICATION OF THE VARMA MODEL FOR SALES FORECAST: CASE OF URMIA GRAY CEMENT FACTORY APPLICATION OF THE VARMA MODEL FOR SALES FORECAST: CASE OF URMIA GRAY CEMENT FACTORY DOI: 10.2478/tjeb-2014-0005 Ramin Bashir KHODAPARASTI 1 Samad MOSLEHI 2 To forecast sales as reliably as possible is

More information

Forecasting methods applied to engineering management

Forecasting methods applied to engineering management Forecasting methods applied to engineering management Áron Szász-Gábor Abstract. This paper presents arguments for the usefulness of a simple forecasting application package for sustaining operational

More information

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

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

More information

Section A. Index. Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting techniques... 1. Page 1 of 11. EduPristine CMA - Part I

Section A. Index. Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting techniques... 1. Page 1 of 11. EduPristine CMA - Part I Index Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting techniques... 1 EduPristine CMA - Part I Page 1 of 11 Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting

More information

Predicting U.S. Industrial Production with Oil and Natural Gas Prices

Predicting U.S. Industrial Production with Oil and Natural Gas Prices Predicting U.S. Industrial Production with Oil and Natural Gas Prices Matthew L. Higgins Department of Economics Western Michigan University Prediction is very important in economic analysis. The prediction

More information

1 Example of Time Series Analysis by SSA 1

1 Example of Time Series Analysis by SSA 1 1 Example of Time Series Analysis by SSA 1 Let us illustrate the 'Caterpillar'-SSA technique [1] by the example of time series analysis. Consider the time series FORT (monthly volumes of fortied wine sales

More information

Drugs store sales forecast using Machine Learning

Drugs store sales forecast using Machine Learning Drugs store sales forecast using Machine Learning Hongyu Xiong (hxiong2), Xi Wu (wuxi), Jingying Yue (jingying) 1 Introduction Nowadays medical-related sales prediction is of great interest; with reliable

More information

Network Bandwidth Utilization Forecast Model on High Bandwidth Networks

Network Bandwidth Utilization Forecast Model on High Bandwidth Networks Network Bandwidth Utilization Forecast Model on High Bandwidth Networks Wucherl Yoo and Alex Sim Lawrence Berkeley National Laboratory, Email: {wyoo,asim}@lbl.gov Abstract With the increasing number of

More information

Forecasting the US Dollar / Euro Exchange rate Using ARMA Models

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

More information

Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network

Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network Dušan Marček 1 Abstract Most models for the time series of stock prices have centered on autoregressive (AR)

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

The SAS Time Series Forecasting System

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

More information

How To Plan A Pressure Container Factory

How To Plan A Pressure Container Factory ScienceAsia 27 (2) : 27-278 Demand Forecasting and Production Planning for Highly Seasonal Demand Situations: Case Study of a Pressure Container Factory Pisal Yenradee a,*, Anulark Pinnoi b and Amnaj Charoenthavornying

More information

ARMA, GARCH and Related Option Pricing Method

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

More information

Forecasting Methods. What is forecasting? Why is forecasting important? How can we evaluate a future demand? How do we make mistakes?

Forecasting Methods. What is forecasting? Why is forecasting important? How can we evaluate a future demand? How do we make mistakes? Forecasting Methods What is forecasting? Why is forecasting important? How can we evaluate a future demand? How do we make mistakes? Prod - Forecasting Methods Contents. FRAMEWORK OF PLANNING DECISIONS....

More information

Time-Series Regression and Generalized Least Squares in R

Time-Series Regression and Generalized Least Squares in R Time-Series Regression and Generalized Least Squares in R An Appendix to An R Companion to Applied Regression, Second Edition John Fox & Sanford Weisberg last revision: 11 November 2010 Abstract Generalized

More information

Some useful concepts in univariate time series analysis

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

More information

8. Time Series and Prediction

8. Time Series and Prediction 8. Time Series and Prediction Definition: A time series is given by a sequence of the values of a variable observed at sequential points in time. e.g. daily maximum temperature, end of day share prices,

More information

Demand Forecasting When a product is produced for a market, the demand occurs in the future. The production planning cannot be accomplished unless

Demand Forecasting When a product is produced for a market, the demand occurs in the future. The production planning cannot be accomplished unless Demand Forecasting When a product is produced for a market, the demand occurs in the future. The production planning cannot be accomplished unless the volume of the demand known. The success of the business

More information

Ch.3 Demand Forecasting.

Ch.3 Demand Forecasting. Part 3 : Acquisition & Production Support. Ch.3 Demand Forecasting. Edited by Dr. Seung Hyun Lee (Ph.D., CPL) IEMS Research Center, E-mail : [email protected] Demand Forecasting. Definition. An estimate

More information

Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm

Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm 1 Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm Hani Mehrpouyan, Student Member, IEEE, Department of Electrical and Computer Engineering Queen s University, Kingston, Ontario,

More information

Observing the Changing Relationship Between Natural Gas Prices and Power Prices

Observing the Changing Relationship Between Natural Gas Prices and Power Prices Observing the Changing Relationship Between Natural Gas Prices and Power Prices The research views expressed herein are those of the author and do not necessarily represent the views of the CME Group or

More information