Short-term Streamflow Forecasting: ARIMA Vs Neural Networks

Size: px
Start display at page:

Download "Short-term Streamflow Forecasting: ARIMA Vs Neural Networks"

Transcription

1 Short-term Streamflow Forecasting: ARIMA Vs Neural Networks,JUAN FRAUSTO-SOLIS 1, ESMERALDA PITA 2, JAVIER LAGUNAS 2 1 Tecnológico de Monterre, Campus Cuernavaca Autopista del Sol km 14, Colonia Real del Puente, 6279, Xochitepec, Morelos MEXICO juan.frausto@itesm.mx, 2 Instituto de Investigaciones Eléctricas, Reforma 113, Col Palmira, 6249, Cuernavaca, Morelos MEXICO {epj, jlagunas}@iie.org.mx Abstract: - Streamflow forecasting is ver important for water resources management and flood defence. In this paper two forecasting methods are compared: ARIMA versus a multilaer perceptron neural network. This comparison is done b forecasting a streamflow of a Mexican river. Surprising results showed that in a monthl basis, ARIMA has lower prediction errors than this Neural Network. Ke-Words: - Auto regressive Integrated Moving Average, Artificial Neural Networks, Streamflow, Forecasting. 1 Introduction Man activities regarding water resource sstems require a forecast streamflow. An accurate prediction helps to optimize other issues such as electric generation, future expansions, and so forth. In addition, in order to minimize the cost of generation, a plan that includes optimal coordination of hdropower and thermal power generation is needed; this optimal plan can be achieved whether forecast models are correctl designed to predict water filling of dams, especiall in rain seasons. A more accurate prediction allows the replacement of thermal power generation when its cost is higher; and then the dams can be empting so enough, in such a wa, that for the next rain season, the dams can be filled as much as possible. As a result, these sstems will have the lowest energ cost ever ccle (usuall a ear). This process is usuall named hdro-thermal coordination, which economical impact is ver high whether the raining filling of dams is correct, which a ke point is stream flow forecasting. Forecast of Streamflow is defined as the prediction of the water amount discharged on a specific waterwa or a river during a certain period of time. A classical methodolog for carring out this prediction is presented b Bowerman [2], which uses time series (TS) of the data. A TS is a sequences of observations of a variable for one or more periods should be predicted. TS analsis plas an important role in hdrological research area. TS are handled with mathematical models to predict new records and identif trends and changes on hdrological records. TS models can be classified in two categories depending on the number of time series involved in the model: a) singlevariable models and b) models using exogenous variables [1]. One of the main TS models is ARMA (Auto-Regressive Moving Averages), and one of its variations is ARIMA (Auto-Regressive Integrated Moving Average); ARIMA is considered the most effective ARMA method. The name Box & Jenkins methods is commonl used when one of the ARMA methods is used. Other alternative for stream flow prediction is Artificial Neural Networks (ANNs), which also use TS data. ANN is a data-driven method with a flexible mathematical structure which is able to identif complex non-linear relationships among input and output data sets. An important feature of ANNs is that the do not need to have an explicit model of the sstem the are forecasting. As it is well known ANNs are an analog with natural neural networks in human brain (and probabl some other animals), where the learning sstem is not located in ever particular neuron but in the function which describes the connections among neurons. Tang [6] compared several streamflow forecasting models. Tang found that among TS methods with long memor, Box & Jenkins methods had the best performance. However, it was also reported in [6] that among TS methods with short-term memor, ANNs had the best performance. Kisi in 5 [3] reported a better performance of ANNs to forecast streamflows than ARIMA models. Wen [1] also obtained a better performance with ANNs than ISSN: ISBN:

2 ARIMA methods. In other hand Wang and Salas [4] obtained good forecast results with Box & Jenkins models when applied them to stream flows into Colorado River Sstems. As can be noticed ARIMA models had better performance than ANNs onl when the were applied to TS with long-term memor. However, the depth reason of this result could be into the TS features. In this paper a new real case of streamflow forecasting is presented which ARIMA Vs ANN models are compared. The variable used to predict the flow rate (or river discharged) is measured in m 3 /s. Forecasting is done for a short term period in monthl basis (i.e. the unit of time is a month). 2 Streamflow data and measurement errors Data set from San Juan Tetelcingo River is being used in order to test models. This River is the principal stream from a Mexican river basin. TS data were compiled for 1 ears (1996 to 6) and used for training the models. Figure 1 shows an explorator analsis of TS data. As can be observed, these TS data can be supposed as stationar with a seasonal component [1] and it will be taken into account for both; ARIMA and NN models. Disch a r ge m 3/s E ne-96 Jul-96 E ne-97 Jul-97 E ne-98 Jul-98 E ne-99 Jul-99 E ne- Jul- E ne-1 Jul-1 E ne-2 Jul-2 E ne-3 Jul-3 E ne-4 Jul-4 E ne-5 Jul-5 E ne-6 Jul-6 Fig.1 San Juan Tetelcingo time serie. A prediction error is calculated in order to assess the adequac of each model in terms of how well each one is forecasting. Therefore, two tpes of measurement errors are used: Mean Absolute Error MAE = 1 m m i= 1 t ˆ + i t+ i (1) Where t + i : Observed data in the series belonging to the prediction set. ˆ t + i : Values predicted b ARIMA model. Mean Absolute Percentage Error MAPE = 1 t + i (2) m t + i ˆ m 1 i = t + i 3 ARMA and ARIMA Models One of the most important and highl popularized TS classes of models is named ARMA, which the basic models are named AutoRegressive (AR) and Moving Averge (MA). ARMA is onl a combination of AR and MA while ARIMA model includes the seasonal component to the ARMA model [2]. 3.1 Autoregressive process and Moving Average, (ARMA) The AR forecasting model is: Y t = φ 1 Y t-1 + φ 2 Y t φ p Y t-p + ε t (3) Where Y t is the estimated variable in the period t in terms of the first p data in TS; ε t is the error of the model versus the real data in the period t, and all the φ s are determined b a simple regression model. This model is denoted AR(p) because p data are taken into account. In a MA model, Y t is estimated around the average µ of the TS data; this is done b a ponderation of the errors ε t in q previous periods to period number t: Y t =µ t - θ 1 ε t-1 - θ 2 ε t θ q ε t-q (4) Because the number of errors in equation (4) is q, this model is represented as MA (q). ARMA model combines (3) and (4) as follows: Y t = φ 1 Y t-1 + φ 2 Y t φ p Y t-p + ε t - θ 1 ε t-1 - θ 2 ε t θ q ε t-q (5) The equation (5) can be written as an autoregressive infinite process: Y t = µ t - i= 1 i 1Yt i θ (6) Or in a reduced form φ p (B)Y t = θ q (B)ε t (7) Equation (7) is referred as an ARMA(p,q) model. ISSN: ISBN:

3 3.2 Autoregressive Integrated Moving Average Process (ARIMA) Two principal issues should be taken into account to select ARMA models for hdrological TS data: ARMA model suppose Stationar TS ARMA model do not integrate Seasonal component When a TS is non stationar, this issue can be integrated b defining a new variable as follows: Z t = t - t-1 where t=2,3,..n. Then the second differences are determined b z t = ( t - t-1 )-( t-1 t-2 ) for t=3,.4,..n. The resulting model, integrating stationarit is known as ARIMA (integrated none stationar issue to ARMA). In order to integrate the seasonal component, ARMA is adapted again and the resulting model is named SARMA. Therefore two modes are derived from ARMA: ARIMA (Auto-Regressive Integrated Moving Average) SARMA (Seasonal Auto-Regressive Moving Average) Which in turn are combined into a more complete model: SARIMA (Seasonal Auto-Regressive Integrated Moving Average). In practice it is common to use the general term ARIMA to group all of them. These models are explained as follows: Firstl, delas in processes and random perturbations can be represented b a periodical form in ever seasonal pattern. If the data are in a monthl basis, then the seasonal delas (s) can be set as one ear (i.e. s = 12). Seasonal delas occur because mutual dependence in similar periods of successive ears. For instance a TS data of the streamflow for March 94, March 93, and March 92 ma have variations in the date for the maximum discharge of streamflow. SARMA and ARMA models are ver similar but the former is able to represent seasonal delas. However, SARMA (as ARMA model) suppose stationarit. In order to integrate a non stationarit component a SARIMA model is used. Other interesting model is obtained b combining seasonal with no seasonal models; the resulting model is able to correctl represent trend, seasonalit and non stationar component of a TS. This is the combination of ARIMA and SARIMA models represented as follows: ARIMA (p, d, q) x SARIMA (P, D, Q) Where p: order of the autoregressive model AR. d: differentiation order in the regular or nonregular part of the stationar series. q: order of the Moving Average model MA. P: order of the Seasonal Autoregressive SAR model. D: differentiation order in the seasonal part of the series. Q: order of a Seasonal Moving Average, SMA. An ARIMA(p,d,q)x(P,D,Q)s model can also be written as: φ P (Bs) (1-Bs)D φ p (B)(1-B)dY t = θ Q (Bs) θ q (B)ε t (8) but Y t = t - µ, Therefore (8) can be written as: φ P (Bs) (1-Bs)D φ p (B)(1-B)d t = δ+θ Q (Bs) θ q (B)ε t (9) where δ is a constant value. 3.3 ARIMA model identification and estimation Initial model identification is done using the autocorrelation function (ACF) and a partial autocorrelation function (PACF) [2]. Several experiments was realized with the TS data of the Mexican river San Juan Tetelcingo. ACF and PAFC let to estimate p and q ARIMA parameters. Tests were made with the following parameters: A: ARIMA(,1,1)*(1,1,)12 B: ARIMA(1,,)*(,,1)12 C: ARIMA(1,1,)*(,1,1)12 Then the best model among the three later models was chosen using Akaike s Information Criterion (AIC), obtaining the model B. As a consequence, the ARIMA model chosen is specified as ARIMA(1,,)*(,,1)12. Table 1, shows the obtained parameters of this model, where θ Q and θ q are the parameters of equation (9): Table 1: Firs set of ARIMA Parameters Parameter Value AR(1)= θ Q.61 SMA(1)= θ q.719 Replacing the later parameters in equation (9) we obtain: (1-B 12 )(1-B) t =(1-.61 B 12 ) ( B) ε t (1) Equation (1) represents the forecast equation, for estimating the new values t in the period t in function of residuals ε t in the same period. ISSN: ISBN:

4 Finall the last step is to test the resulting ARIMA model b the examination of the one-step prediction residuals {ε t }. This was done b a statistical classical test based on the autocorrelation function of the residuals. Figure 2 shows how the model fit with the original time series. Figure 3 shows forecasting results with ARIMA model while its prediction errors are shown in Table 2. Table 2.Prediction Error with ARIMA model ARIMA Model MAE MAPE Ene-97 Ene-98 Ene-99 Ene- Ene-1 Ene-2 Observed data Ene-3 Ene-4 Fit Data Fig.2 Observed data and how the model fits with the data series. Period: Januar December 6. 6 Jan- Feb- Mar- Apr- Ma- Jun- Observed data Jul- Aug- Sep- Predicted data Oct- Ene-5 Nov- Ene-6 Dec- JAN 8 Fig.3, Observed data and predicted Series. Period: Januar 2 Januar 8. 4 Artificial Neural Network Even though the variet of neural networks is ver high, the multilaered perceptron is the most widespread neural network structure. Therefore, the ANN architecture used in this paper for forecast streamflow presented in this paper is the perceptron shown in figure 4.. Besides, this structure is ver efficient for TS forecasting [7]. Figure 4 is an example of an ANN with 4 laers totall interconnected; this ANN is feed in a forward direction (i.e. the information flows onl from the input to the output).. x 1 x 2 x 3 Input Laer n 1 n 2 n C Hidden Laer Output Laer Fig.4, Example of an ANN with feed forward direction The forecasting methodolog includes the steps shown in sections 4.1 to Obtaining Patterns of Training TS data are divided into two data sets: Training data set: Consisting of 8% of the TS data used for training the neural network.. Testing data set: Consisting of 2% of the TS data. These are the remaining data, once the training dataset were selected. This data set are used to evaluate the performance of the network. Then the next prediction equation is used: ˆ X φ { w + w φ w + w x } (11) t = co ho ch th t j h i Where w ch : Weights representing the connections among the input and the hidden neurons. w co : Weights representing the connection between the input and the output. w ih and w ho : Weights for the other connections among the input and the hidden neurons and among the hidden neurons and the output, respectivel. Φh and Φo: Activation functions for the hidden laer and the output respectivel. ANN weights are estimated b minimizing the sum of squares of the errors of the TS data used for training phase. ( x ) 2 t x S = ˆ t (12) Then S is obtained b minimizing equation (12) using the classical back propagation algorithm. ISSN: ISBN:

5 4.2 Re-scaling data This step consists on transforming the TS data values into the range between and 1. This is done b using the following formula: z t t Min = (13) Max Min where: t : observed values of the time series Min: minimum value of the time series Max: maximum value of the time series z t : New values <z t < 1 obtained using (13). correspond to the forecasting horizon, i.e. to the number of forecasts to be simultaneousl calculated in the network output. Alternativel, a single output node can be used and all the future forecasts required are determined in iterative steps. Finall, it is also known that onl one hidden laer is required for man ANN applications. In practice, the single-step-ahead forecaster is most frequentl selected because it is relativel simple and guarantees the most accurate forecasting results. Therefore, the next parameters were fixed in the present application: Inputs: 12 Hidden laers: 1 Hidden laers nodes: 7 Outputs: ANN Topolog and parameters In order to obtain the best result, ANN parameters are tuned. In this paper the next topolog was considered: ANN Tpe: Feed Forward Interconnection tpe: Totall inter-connected Activation function: sigmoid Training Algorithm: back propagation This is the main task for building an ANN structure. This task is ver hard because it requires from the designer a lot of practical experience and sensitivit. Therefore, this job is more a kind of art than an expert s routine. The principal activities to be carried out when the network architecture is designed are: Determination of input nodes required, Determination of output nodes, Selection of the number of hidden laers, Selection of the number of hidden neurons, Selection of the activit function of neurons. Determination of the required number of input nodes is a relativel eas task, because it depends predominantl on the number of independent variables presented in the data set. As a rule, each independent variable should be represented b its own input node. In the case of input data prepared for forecasting, the number of input nodes is directl determined b the number of lagged values to be used for forecasting of the next value; for instance x(t+1) = f [x(t), x(t-1), x(t-2),, x(t-n)]. It should be noticed that again, the determination of the number of output nodes, is a problem-oriented task. For the one step-ahead forecasting, it is known that onl one output node is required. Correspondingl, in the case of multistep-ahead forecasting, the number of output nodes should 4.4 Network training strateg A learning rate is fixed for all the weights during the training iterations. In order to prevent oscillations and to achieve convergence to the global minimum (or close to it), the learning rate must be kept as small as possible, but in order to reduce the training time the adaptive learning rate should tuned bigger that one. Therefore, and after experimentation the next parameters were fixed: Setting Parameters: Maximum number of iterations: Error convergence allowed:.1 Learning rate:.1 adaptive learning rate: Experimental Results Figure 5 shows the results during the training phase of the ANN used. It can be observed how the model fits with TS data before the testing phase is done. It can be noticed that the results obtained during the training phase fits well with the TS data; statistical test confirmed this observation. Figure 6 shows ANN results during the testing phase. Prediction errors b using ANN are shown in table 3. Randoml comparisons of forecasting errors of ANN versus ARIMA showed that ARIMA has the better forecasting qualit; for instance for the results shown in tables 2 an 3 it can be observed that ARIMA is surprisingl much better that ANN. Table 3. Prediction error with ANN Modelo ANN MAE MAPE ISSN: ISBN:

6 Ene-96 Ene-97 Ene-98 Ene-99 Ene- Ene-1 Observed data Ene-2 Ene-3 Ene-4 Predicted data Fig.5, Observed data and ANN results obtained during the training phase. Period: Januar December 6. Ene-5 Ene-6 Models, Turkish J. Eng. Env. Sci. 29, 5, pp [4] Wang D.C., Salas J.D. Forecasting Streamflow for Colorado River Sstems, Colorado State Universit, December [5] Makridakis, Spros G. Forecasting, methods and applications. John Wille & Sons [6] Zaiong Tang, de Almeida, Chrs, Fishwick, Paul A. Time series forecasting using neural networks vs. Box-Jenkins methodolog, SIMULATION, 1991, pp [7] Palit, A. K. and Popovic, D. Computational Intelligence in Time Series Forecasting: Theor and Engineering Applications (Advances in Industrial Control). Springer-Verlag New York, Inc Jan- Feb- Mar- Apr- Ma- Jun- Jul- Aug- Sep- Oct- Nov- Dec- Jan 8. Obseved data Predicted data Fig.6, Observed data and predicted Series. Period: Januar 2 Januar 8. 5 CONCLUSIONS Two methodologies for stream flow forecasting were analzed in this paper: ARIMA and Neural Netwoks. In the second case the perceptron model and Back propagation were used. Ten ears of data were collected from a real case and the were used for training these models. ANN parameters were carefull tuned experimentall. Experimental results showed that ARIMA obtained much better prediction results than ANN perceptron model. References:. [1] Wen Wang, Stochasticit, nonlinearit and forecasting of streamflow process, IOS Press, August 6 [2] Bowerman B.L, O Connell R.T. Forecasting and Time Series: an applied approach. Wadsworth, Inc. Third Ed [3] Ozgur Kisi, Dail River Flow Forecasting Using Artificial Neural Networks and Auto-Regressive ISSN: ISBN:

TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA

TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA CHAPTER 6 TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA 6.1. Introduction A time series is a sequence of observations ordered in time. A basic assumption in the time series analysis

More information

Suan Sunandha Rajabhat University

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

More information

Comparing the Univariate Modeling Techniques, Box-Jenkins and Artificial Neural Network (ANN) for Measuring of Climate Index

Comparing the Univariate Modeling Techniques, Box-Jenkins and Artificial Neural Network (ANN) for Measuring of Climate Index Applied Mathematical Sciences, Vol. 8, 2014, no. 32, 1557-1568 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.4150 Comparing the Univariate Modeling Techniques, Box-Jenkins and Artificial

More information

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

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

More information

Available online at ScienceDirect. Procedia Computer Science 72 (2015 )

Available online at  ScienceDirect. Procedia Computer Science 72 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 72 (2015 ) 630 637 The Third Information Systems International Conference Performance Comparisons Between Arima and Arimax

More information

5 Autoregressive-Moving-Average Modeling

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

More information

Time Series and Forecasting

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

More information

Improved the Forecasting of ANN-ARIMA Model Performance: A Case Study of Water Quality at the Offshore Kuala Terengganu, Terengganu, Malaysia

Improved the Forecasting of ANN-ARIMA Model Performance: A Case Study of Water Quality at the Offshore Kuala Terengganu, Terengganu, Malaysia Improved the Forecasting of ANN-ARIMA Model Performance: A Case Study of Water Quality at the Offshore Kuala Terengganu, Terengganu, Malaysia Muhamad Safiih Lola1 Malaysia- safiihmd@umt.edu.my Mohd Noor

More information

FORECASTING YIELD PER HECTARE OF RICE IN ANDHRA PRADESH

FORECASTING YIELD PER HECTARE OF RICE IN ANDHRA PRADESH International Journal of Mathematics and Computer Applications Research (IJMCAR) ISSN 49-6955 Vol. 3, Issue 1, Mar 013, 9-14 TJPRC Pvt. Ltd. FORECASTING YIELD PER HECTARE OF RICE IN ANDHRA PRADESH R. RAMAKRISHNA

More information

FORECASTING SUGARCANE PRODUCTION IN INDIA WITH ARIMA MODEL

FORECASTING SUGARCANE PRODUCTION IN INDIA WITH ARIMA MODEL FORECASTING SUGARCANE PRODUCTION IN INDIA WITH ARIMA MODEL B. N. MANDAL Abstract: Yearly sugarcane production data for the period of - to - of India were analyzed by time-series methods. Autocorrelation

More information

INTRODUCTION TO TIME SERIES ANALYSIS. The Simple Moving Average Model

INTRODUCTION TO TIME SERIES ANALYSIS. The Simple Moving Average Model INTRODUCTION TO TIME SERIES ANALYSIS The Simple Moving Average Model The Simple Moving Average Model The simple moving average (MA) model: More formally: where t is mean zero white noise (WN). Three parameters:

More information

Forecasting River Flow in the USA: A Comparison between Auto-Regression and Neural Network Non-Parametric Models

Forecasting River Flow in the USA: A Comparison between Auto-Regression and Neural Network Non-Parametric Models Journal of Computer Science 2 (10): 775-780, 2006 ISSN 1549-3644 2006 Science Publications Forecasting River Flow in the USA: A Comparison between Auto-Regression and Neural Network Non-Parametric Models

More information

GAMINGRE 8/1/ of 7

GAMINGRE 8/1/ of 7 FYE 09/30/92 JULY 92 0.00 254,550.00 0.00 0 0 0 0 0 0 0 0 0 254,550.00 0.00 0.00 0.00 0.00 254,550.00 AUG 10,616,710.31 5,299.95 845,656.83 84,565.68 61,084.86 23,480.82 339,734.73 135,893.89 67,946.95

More information

MURDOCH RESEARCH REPOSITORY

MURDOCH RESEARCH REPOSITORY MURDOCH RESEARCH REPOSITORY http://researchrepository.murdoch.edu.au/86/ Kajornrit, J. (22) Monthly rainfall time series prediction using modular fuzzy inference system with nonlinear optimization techniques.

More information

Time Series and Forecasting

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

More information

Design of Time Series Model for Road Accident Fatal Death in Tamilnadu

Design of Time Series Model for Road Accident Fatal Death in Tamilnadu Volume 109 No. 8 2016, 225-232 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Design of Time Series Model for Road Accident Fatal Death in Tamilnadu

More information

FORECASTING SAVING DEPOSIT IN MALAYSIAN ISLAMIC BANKING: COMPARISON BETWEEN ARTIFICIAL NEURAL NETWORK AND ARIMA

FORECASTING SAVING DEPOSIT IN MALAYSIAN ISLAMIC BANKING: COMPARISON BETWEEN ARTIFICIAL NEURAL NETWORK AND ARIMA Jurnal Ekonomi dan Studi Pembangunan Volume 8, Nomor 2, Oktober 2007: 154-161 FORECASTING SAVING DEPOSIT IN MALAYSIAN ISLAMIC BANKING: COMPARISON BETWEEN ARTIFICIAL NEURAL NETWORK AND ARIMA Raditya Sukmana

More information

Time Series Analysis of Currency in Circulation in Nigeria

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

More information

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

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

More information

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

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

More information

A Comparison of the Forecast Performance of. Double Seasonal ARIMA and Double Seasonal. ARFIMA Models of Electricity Load Demand

A Comparison of the Forecast Performance of. Double Seasonal ARIMA and Double Seasonal. ARFIMA Models of Electricity Load Demand Applied Mathematical Sciences, Vol. 6, 0, no. 35, 6705-67 A Comparison of the Forecast Performance of Double Seasonal ARIMA and Double Seasonal ARFIMA Models of Electricity Load Demand Siti Normah Hassan

More information

arxiv: v1 [stat.co] 11 Dec 2012

arxiv: v1 [stat.co] 11 Dec 2012 Simulating the Continuation of a Time Series in R December 12, 2012 arxiv:1212.2393v1 [stat.co] 11 Dec 2012 Halis Sak 1 Department of Industrial and Systems Engineering, Yeditepe University, Kayışdağı,

More information

Data and prognosis for renewable energy

Data and prognosis for renewable energy The Hong Kong Polytechnic University Department of Electrical Engineering Project code: FYP_27 Data and prognosis for renewable energy by Choi Man Hin 14072258D Final Report Bachelor of Engineering (Honours)

More information

Lecture 5: Estimation of time series

Lecture 5: Estimation of time series Lecture 5, page 1 Lecture 5: Estimation of time series Outline of lesson 5 (chapter 4) (Extended version of the book): a.) Model formulation Explorative analyses Model formulation b.) Model estimation

More information

Estimation and application of best ARIMA model for forecasting the uranium price.

Estimation and application of best ARIMA model for forecasting the uranium price. Estimation and application of best ARIMA model for forecasting the uranium price. Medeu Amangeldi May 13, 2018 Capstone Project Superviser: Dongming Wei Second reader: Zhenisbek Assylbekov Abstract This

More information

Do we need Experts for Time Series Forecasting?

Do we need Experts for Time Series Forecasting? Do we need Experts for Time Series Forecasting? Christiane Lemke and Bogdan Gabrys Bournemouth University - School of Design, Engineering and Computing Poole House, Talbot Campus, Poole, BH12 5BB - United

More information

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

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

More information

EXAMINATIONS OF THE ROYAL STATISTICAL SOCIETY

EXAMINATIONS OF THE ROYAL STATISTICAL SOCIETY EXAMINATIONS OF THE ROYAL STATISTICAL SOCIETY GRADUATE DIPLOMA, 011 MODULE 3 : Stochastic processes and time series Time allowed: Three Hours Candidates should answer FIVE questions. All questions carry

More information

A Data-Driven Model for Software Reliability Prediction

A Data-Driven Model for Software Reliability Prediction A Data-Driven Model for Software Reliability Prediction Author: Jung-Hua Lo IEEE International Conference on Granular Computing (2012) Young Taek Kim KAIST SE Lab. 9/4/2013 Contents Introduction Background

More information

2. An Introduction to Moving Average Models and ARMA Models

2. An Introduction to Moving Average Models and ARMA Models . An Introduction to Moving Average Models and ARMA Models.1 White Noise. The MA(1) model.3 The MA(q) model..4 Estimation and forecasting of MA models..5 ARMA(p,q) models. The Moving Average (MA) models

More information

A SEASONAL FUZZY TIME SERIES FORECASTING METHOD BASED ON GUSTAFSON-KESSEL FUZZY CLUSTERING *

A SEASONAL FUZZY TIME SERIES FORECASTING METHOD BASED ON GUSTAFSON-KESSEL FUZZY CLUSTERING * No.2, Vol.1, Winter 2012 2012 Published by JSES. A SEASONAL FUZZY TIME SERIES FORECASTING METHOD BASED ON GUSTAFSON-KESSEL * Faruk ALPASLAN a, Ozge CAGCAG b Abstract Fuzzy time series forecasting methods

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 Dusan Marcek Silesian University, Institute of Computer Science Opava Research Institute of the IT4Innovations

More information

Empirical Approach to Modelling and Forecasting Inflation in Ghana

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

More information

Wind Energy Predictions of Small-Scale Turbine Output Using Exponential Smoothing and Feed- Forward Neural Network

Wind Energy Predictions of Small-Scale Turbine Output Using Exponential Smoothing and Feed- Forward Neural Network Wind Energy Predictions of Small-Scale Turbine Output Using Exponential Smoothing and Feed- Forward Neural Network Zaccheus O. Olaofe 1, 2 1 ZakkWealth Energy 2 Faculty of Engineering and Built Environment,

More information

Chapter 3. Regression-Based Models for Developing Commercial Demand Characteristics Investigation

Chapter 3. Regression-Based Models for Developing Commercial Demand Characteristics Investigation Chapter Regression-Based Models for Developing Commercial Demand Characteristics Investigation. Introduction Commercial area is another important area in terms of consume high electric energy in Japan.

More information

Minitab Project Report - Assignment 6

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

More information

Longshore current velocities prediction: using a neural networks approach

Longshore current velocities prediction: using a neural networks approach Coastal Processes II 189 Longshore current velocities prediction: using a neural networks approach T. M. Alaboud & M. S. El-Bisy Civil Engineering Dept., College of Engineering and Islamic Architecture,

More information

Day Ahead Hourly Load and Price Forecast in ISO New England Market using ANN

Day Ahead Hourly Load and Price Forecast in ISO New England Market using ANN 23 Annual IEEE India Conference (INDICON) Day Ahead Hourly Load and Price Forecast in ISO New England Market using ANN Kishan Bhushan Sahay Department of Electrical Engineering Delhi Technological University

More information

FORECASTING COARSE RICE PRICES IN BANGLADESH

FORECASTING COARSE RICE PRICES IN BANGLADESH Progress. Agric. 22(1 & 2): 193 201, 2011 ISSN 1017-8139 FORECASTING COARSE RICE PRICES IN BANGLADESH M. F. Hassan*, M. A. Islam 1, M. F. Imam 2 and S. M. Sayem 3 Department of Agricultural Statistics,

More information

Forecasting the Prices of Indian Natural Rubber using ARIMA Model

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

More information

Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine

Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine Song Li 1, Peng Wang 1 and Lalit Goel 1 1 School of Electrical and Electronic Engineering Nanyang Technological University

More information

Technical note on seasonal adjustment for Capital goods imports

Technical note on seasonal adjustment for Capital goods imports Technical note on seasonal adjustment for Capital goods imports July 1, 2013 Contents 1 Capital goods imports 2 1.1 Additive versus multiplicative seasonality..................... 2 2 Steps in the seasonal

More information

Research Article Weather Forecasting Using Sliding Window Algorithm

Research Article Weather Forecasting Using Sliding Window Algorithm ISRN Signal Processing Volume 23, Article ID 5654, 5 pages http://dx.doi.org/.55/23/5654 Research Article Weather Forecasting Using Sliding Window Algorithm Piyush Kapoor and Sarabjeet Singh Bedi 2 KvantumInc.,Gurgaon22,India

More information

Forecasting Arrivals and Occupancy Levels in an Emergency Department

Forecasting Arrivals and Occupancy Levels in an Emergency Department Forecasting Arrivals and Occupancy Levels in an Emergency Department Ward Whitt 1, Xiaopei Zhang 2 Abstract This is a sequel to Whitt and Zhang (2017), in which we developed an aggregate stochastic model

More information

MONTHLY RESERVOIR INFLOW FORECASTING IN THAILAND: A COMPARISON OF ANN-BASED AND HISTORICAL ANALOUGE-BASED METHODS

MONTHLY RESERVOIR INFLOW FORECASTING IN THAILAND: A COMPARISON OF ANN-BASED AND HISTORICAL ANALOUGE-BASED METHODS Annual Journal of Hydraulic Engineering, JSCE, Vol.6, 5, February MONTHLY RESERVOIR INFLOW FORECASTING IN THAILAND: A COMPARISON OF ANN-BASED AND HISTORICAL ANALOUGE-BASED METHODS Somchit AMNATSAN, Yoshihiko

More information

Forecasting Arrivals and Occupancy Levels in an Emergency Department

Forecasting Arrivals and Occupancy Levels in an Emergency Department Forecasting Arrivals and Occupancy Levels in an Emergency Department Ward Whitt 1, Xiaopei Zhang 2 Abstract This is a sequel to Whitt and Zhang (2017), in which we developed an aggregate stochastic model

More information

SARIMA-ELM Hybrid Model for Forecasting Tourist in Nepal

SARIMA-ELM Hybrid Model for Forecasting Tourist in Nepal Volume-03 Issue-07 July-2018 ISSN: 2455-3085 (Online) www.rrjournals.com [UGC Listed Journal] SARIMA-ELM Hybrid Model for Forecasting Tourist in Nepal *1 Kadek Jemmy Waciko & 2 Ismail B *1 Research Scholar,

More information

Short Term Load Forecasting Based Artificial Neural Network

Short Term Load Forecasting Based Artificial Neural Network Short Term Load Forecasting Based Artificial Neural Network Dr. Adel M. Dakhil Department of Electrical Engineering Misan University Iraq- Misan Dr.adelmanaa@gmail.com Abstract Present study develops short

More information

Classical Decomposition Model Revisited: I

Classical Decomposition Model Revisited: I Classical Decomposition Model Revisited: I recall classical decomposition model for time series Y t, namely, Y t = m t + s t + W t, where m t is trend; s t is periodic with known period s (i.e., s t s

More information

Short-term wind forecasting using artificial neural networks (ANNs)

Short-term wind forecasting using artificial neural networks (ANNs) Energy and Sustainability II 197 Short-term wind forecasting using artificial neural networks (ANNs) M. G. De Giorgi, A. Ficarella & M. G. Russo Department of Engineering Innovation, Centro Ricerche Energia

More information

at least 50 and preferably 100 observations should be available to build a proper model

at least 50 and preferably 100 observations should be available to build a proper model III Box-Jenkins Methods 1. Pros and Cons of ARIMA Forecasting a) need for data at least 50 and preferably 100 observations should be available to build a proper model used most frequently for hourly or

More information

TIME SERIES DATA PREDICTION OF NATURAL GAS CONSUMPTION USING ARIMA MODEL

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

More information

Univariate ARIMA Models

Univariate ARIMA Models Univariate ARIMA Models ARIMA Model Building Steps: Identification: Using graphs, statistics, ACFs and PACFs, transformations, etc. to achieve stationary and tentatively identify patterns and model components.

More information

SOIL MOISTURE MODELING USING ARTIFICIAL NEURAL NETWORKS

SOIL MOISTURE MODELING USING ARTIFICIAL NEURAL NETWORKS Int'l Conf. Artificial Intelligence ICAI'17 241 SOIL MOISTURE MODELING USING ARTIFICIAL NEURAL NETWORKS Dr. Jayachander R. Gangasani Instructor, Department of Computer Science, jay.gangasani@aamu.edu Dr.

More information

A Hybrid Model of Wavelet and Neural Network for Short Term Load Forecasting

A Hybrid Model of Wavelet and Neural Network for Short Term Load Forecasting International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 4 (2014), pp. 387-394 International Research Publication House http://www.irphouse.com A Hybrid Model of

More information

Combining neural network model with seasonal time series ARIMA model

Combining neural network model with seasonal time series ARIMA model Technological Forecasting & Social Change 69 (2002) 71 87 Combining neural network model with seasonal time series ARIMA model Fang-Mei Tseng a, *, Hsiao-Cheng Yu b, Gwo-Hsiung Tzeng c a Department of

More information

Technical note on seasonal adjustment for M0

Technical note on seasonal adjustment for M0 Technical note on seasonal adjustment for M0 July 1, 2013 Contents 1 M0 2 2 Steps in the seasonal adjustment procedure 3 2.1 Pre-adjustment analysis............................... 3 2.2 Seasonal adjustment.................................

More information

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

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

More information

Comparison of Regression, ARIMA and ANN Models for Reservoir Inflow Forecasting using Snowmelt Equivalent (a Case study of Karaj)

Comparison of Regression, ARIMA and ANN Models for Reservoir Inflow Forecasting using Snowmelt Equivalent (a Case study of Karaj) J. Agric. Sci. Technol. (25) Vol. 7: 17-3 Comparison of Regression, ARIMA and ANN Models for Reservoir Inflow Forecasting using Snowmelt Equivalent (a Case study of Karaj) K. Mohammadi 1*, H. R. Eslami

More information

Analysis. Components of a Time Series

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

More information

INDIAN INSTITUTE OF SCIENCE STOCHASTIC HYDROLOGY. Lecture -12 Course Instructor : Prof. P. P. MUJUMDAR Department of Civil Engg., IISc.

INDIAN INSTITUTE OF SCIENCE STOCHASTIC HYDROLOGY. Lecture -12 Course Instructor : Prof. P. P. MUJUMDAR Department of Civil Engg., IISc. INDIAN INSTITUTE OF SCIENCE STOCHASTIC HYDROLOGY Lecture -12 Course Instructor : Prof. P. P. MUJUMDAR Department of Civil Engg., IISc. Summary of the previous lecture Data Extension & Forecasting Moving

More information

Lab: Box-Jenkins Methodology - US Wholesale Price Indicator

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

More information

Comparison of Adaline and Multiple Linear Regression Methods for Rainfall Forecasting

Comparison of Adaline and Multiple Linear Regression Methods for Rainfall Forecasting Journal of Physics: Conference Series PAPER OPEN ACCESS Comparison of Adaline and Multiple Linear Regression Methods for Rainfall Forecasting To cite this article: IP Sutawinaya et al 2018 J. Phys.: Conf.

More information

MODELLING ENERGY DEMAND FORECASTING USING NEURAL NETWORKS WITH UNIVARIATE TIME SERIES

MODELLING ENERGY DEMAND FORECASTING USING NEURAL NETWORKS WITH UNIVARIATE TIME SERIES MODELLING ENERGY DEMAND FORECASTING USING NEURAL NETWORKS WITH UNIVARIATE TIME SERIES S. Cankurt 1, M. Yasin 2 1&2 Ishik University Erbil, Iraq 1 s.cankurt@ishik.edu.iq, 2 m.yasin@ishik.edu.iq doi:10.23918/iec2018.26

More information

Box-Jenkins ARIMA Advanced Time Series

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

More information

MODELLING TRAFFIC FLOW ON MOTORWAYS: A HYBRID MACROSCOPIC APPROACH

MODELLING TRAFFIC FLOW ON MOTORWAYS: A HYBRID MACROSCOPIC APPROACH Proceedings ITRN2013 5-6th September, FITZGERALD, MOUTARI, MARSHALL: Hybrid Aidan Fitzgerald MODELLING TRAFFIC FLOW ON MOTORWAYS: A HYBRID MACROSCOPIC APPROACH Centre for Statistical Science and Operational

More information

FORECASTING FLUCTUATIONS OF ASPHALT CEMENT PRICE INDEX IN GEORGIA

FORECASTING FLUCTUATIONS OF ASPHALT CEMENT PRICE INDEX IN GEORGIA FORECASTING FLUCTUATIONS OF ASPHALT CEMENT PRICE INDEX IN GEORGIA Mohammad Ilbeigi, Baabak Ashuri, Ph.D., and Yang Hui Economics of the Sustainable Built Environment (ESBE) Lab, School of Building Construction

More information

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

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

More information

4-10. Modeling with Trigonometric Functions. Vocabulary. Lesson. Mental Math. build an equation that models real-world periodic data.

4-10. Modeling with Trigonometric Functions. Vocabulary. Lesson. Mental Math. build an equation that models real-world periodic data. Chapter 4 Lesson 4-0 Modeling with Trigonometric Functions Vocabular simple harmonic motion BIG IDEA The Graph-Standardization Theorem can be used to build an equation that models real-world periodic data.

More information

Journal of of Computer Applications Research Research and Development and Development (JCARD), ISSN (Print), ISSN

Journal of of Computer Applications Research Research and Development and Development (JCARD), ISSN (Print), ISSN JCARD Journal of of Computer Applications Research Research and Development and Development (JCARD), ISSN 2248-9304(Print), ISSN 2248-9312 (JCARD),(Online) ISSN 2248-9304(Print), Volume 1, Number ISSN

More information

Forecasting. Simon Shaw 2005/06 Semester II

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

More information

REVIEW OF SHORT-TERM TRAFFIC FLOW PREDICTION TECHNIQUES

REVIEW OF SHORT-TERM TRAFFIC FLOW PREDICTION TECHNIQUES INTRODUCTION In recent years the traditional objective of improving road network efficiency is being supplemented by greater emphasis on safety, incident detection management, driver information, better

More information

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

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

More information

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

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

More information

Sugarcane Productivity in Bihar- A Forecast through ARIMA Model

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

More information

Temperature Forecast in Buildings Using Machine Learning Techniques

Temperature Forecast in Buildings Using Machine Learning Techniques Temperature Forecast in Buildings Using Machine Learning Techniques Fernando Mateo 1, Juan J. Carrasco 1, Mónica Millán-Giraldo 1 2, Abderrahim Sellami 1, Pablo Escandell-Montero 1, José M. Martínez-Martínez

More information

Forecasting of Nitrogen Content in the Soil by Hybrid Time Series Model

Forecasting of Nitrogen Content in the Soil by Hybrid Time Series Model International Journal of Current Microbiology and Applied Sciences ISSN: 2319-7706 Volume 7 Number 07 (2018) Journal homepage: http://www.ijcmas.com Original Research Article https://doi.org/10.20546/ijcmas.2018.707.191

More information

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

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

More information

FORECASTING THE INVENTORY LEVEL OF MAGNETIC CARDS IN TOLLING SYSTEM

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

More information

Real Time wave forecasting using artificial neural network with varying input parameter

Real Time wave forecasting using artificial neural network with varying input parameter 82 Indian Journal of Geo-Marine SciencesINDIAN J MAR SCI VOL. 43(1), JANUARY 2014 Vol. 43(1), January 2014, pp. 82-87 Real Time wave forecasting using artificial neural network with varying input parameter

More information

Frequency Forecasting using Time Series ARIMA model

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

More information

Revisiting linear and non-linear methodologies for time series prediction - application to ESTSP 08 competition data

Revisiting linear and non-linear methodologies for time series prediction - application to ESTSP 08 competition data Revisiting linear and non-linear methodologies for time series - application to ESTSP 08 competition data Madalina Olteanu Universite Paris 1 - SAMOS CES 90 Rue de Tolbiac, 75013 Paris - France Abstract.

More information

Using Analysis of Time Series to Forecast numbers of The Patients with Malignant Tumors in Anbar Provinc

Using Analysis of Time Series to Forecast numbers of The Patients with Malignant Tumors in Anbar Provinc Using Analysis of Time Series to Forecast numbers of The Patients with Malignant Tumors in Anbar Provinc /. ) ( ) / (Box & Jenkins).(.(2010-2006) ARIMA(2,1,0). Abstract: The aim of this research is to

More information

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

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

More information

WHEN IS IT EVER GOING TO RAIN? Table of Average Annual Rainfall and Rainfall For Selected Arizona Cities

WHEN IS IT EVER GOING TO RAIN? Table of Average Annual Rainfall and Rainfall For Selected Arizona Cities WHEN IS IT EVER GOING TO RAIN? Table of Average Annual Rainfall and 2001-2002 Rainfall For Selected Arizona Cities Phoenix Tucson Flagstaff Avg. 2001-2002 Avg. 2001-2002 Avg. 2001-2002 October 0.7 0.0

More information

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

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

More information

ARIMA model to forecast international tourist visit in Bumthang, Bhutan

ARIMA model to forecast international tourist visit in Bumthang, Bhutan Journal of Physics: Conference Series PAPER OPEN ACCESS ARIMA model to forecast international tourist visit in Bumthang, Bhutan To cite this article: Choden and Suntaree Unhapipat 2018 J. Phys.: Conf.

More information

ARTIFICIAL NEURAL NETWORK PART I HANIEH BORHANAZAD

ARTIFICIAL NEURAL NETWORK PART I HANIEH BORHANAZAD ARTIFICIAL NEURAL NETWORK PART I HANIEH BORHANAZAD WHAT IS A NEURAL NETWORK? The simplest definition of a neural network, more properly referred to as an 'artificial' neural network (ANN), is provided

More information

Forecasting the Canadian Dollar Exchange Rate Wissam Saleh & Pablo Navarro

Forecasting the Canadian Dollar Exchange Rate Wissam Saleh & Pablo Navarro Forecasting the Canadian Dollar Exchange Rate Wissam Saleh & Pablo Navarro Research Question: What variables effect the Canadian/US exchange rate? Do energy prices have an effect on the Canadian/US exchange

More information

Artificial Neural Networks in Time Series Forecasting: A Comparative Analysis 1

Artificial Neural Networks in Time Series Forecasting: A Comparative Analysis 1 Artificial Neural Networks in Time Series Forecasting: A Comparative Analysis 1 Héctor Allende 2, Claudio Moraga and Rodrigo Salas Universidad Técnica Federico Santa María; Departamento de Informática;

More information

A Univariate Time Series Autoregressive Integrated Moving Average Model for the Exchange Rate Between Nigerian Naira and US Dollar

A Univariate Time Series Autoregressive Integrated Moving Average Model for the Exchange Rate Between Nigerian Naira and US Dollar American Journal of Theoretical and Applied Statistics 2018; 7(5): 173-179 http://www.sciencepublishinggroup.com/j/ajtas doi: 10.11648/j.ajtas.20180705.12 ISSN: 2326-8999 (Print); ISSN: 2326-9006 (Online)

More information

Forecasting the Price of Field Latex in the Area of Southeast Coast of Thailand Using the ARIMA Model

Forecasting the Price of Field Latex in the Area of Southeast Coast of Thailand Using the ARIMA Model Forecasting the Price of Field Latex in the Area of Southeast Coast of Thailand Using the ARIMA Model Chalakorn Udomraksasakul 1 and Vichai Rungreunganun 2 Department of Industrial Engineering, Faculty

More information

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

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

More information

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

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

More information

Forecasting Bangladesh's Inflation through Econometric Models

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

More information

Autoregressive Integrated Moving Average Model to Predict Graduate Unemployment in Indonesia

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

More information

ARTIFICIAL NEURAL NETWORKS گروه مطالعاتي 17 بهار 92

ARTIFICIAL NEURAL NETWORKS گروه مطالعاتي 17 بهار 92 ARTIFICIAL NEURAL NETWORKS گروه مطالعاتي 17 بهار 92 BIOLOGICAL INSPIRATIONS Some numbers The human brain contains about 10 billion nerve cells (neurons) Each neuron is connected to the others through 10000

More information

Stochastic Analysis of Benue River Flow Using Moving Average (Ma) Model.

Stochastic Analysis of Benue River Flow Using Moving Average (Ma) Model. American Journal of Engineering Research (AJER) 24 American Journal of Engineering Research (AJER) e-issn : 232-847 p-issn : 232-936 Volume-3, Issue-3, pp-274-279 www.ajer.org Research Paper Open Access

More information

Figure 1. Time Series Plot of arrivals from Western Europe

Figure 1. Time Series Plot of arrivals from Western Europe FORECASTING TOURIST ARRIVALS TO SRI LANKA FROM WESTERN EUROPE K. M. U. B. Konarasinghe 1 * 1 Institute of Mathematics & Management, Nugegoda, Sri Lanka INTRODUCTION Sri Lanka was re-emerging after defeating

More information

Econometric Forecasting

Econometric Forecasting Robert M. Kunst robert.kunst@univie.ac.at University of Vienna and Institute for Advanced Studies Vienna October 1, 2014 Outline Introduction Model-free extrapolation Univariate time-series models Trend

More information