Comparative Study of ANFIS and ARIMA Model for Weather Forecasting in Dhaka

Size: px
Start display at page:

Download "Comparative Study of ANFIS and ARIMA Model for Weather Forecasting in Dhaka"

Transcription

1 Comparative Study of ANFIS and ARIMA Model for Weather Forecasting in Dhaka Mahmudur Rahman, A.H.M. Saiful Islam, Shah Yaser Maqnoon Nadvi, Rashedur M Rahman Department of Electrical Engineering and Computer Science, North South University, Dhaka 1229, Bangladesh babu_2008nsu@yahoo.com, tamim_saif@yahoo.com, symnadvi@yahoo.com, rashedur@northsouth.edu Abstract Significant amount of research have been carried out and various models have been developed by the researchers for weather forecasting. In this paper we present a comparative study of ARIMA (Auto-Regressive Integrated Moving Average) and ANFIS (Adaptive Network Based Fuzzy Inference System) models for forecasting the weather conditions in Dhaka, Bangladesh. Ten years weather data (from year 2000 to 2009), i.e., Maximum Temperature, Minimum Temperature, Humidity and Air Pressure are used in this research. We have compared the models with difference performance metric, for example, with Mean Absolute Error (MAE), Root Mean Square Error (RMSE), R-square error and the Sum of Square Error (SSE). Experimental results demonstrate that ARIMA has better performance compared to ANFIS. In this study, SPSS is used to carry out experiments on ARIMA model and Fuzzy Logic Toolbox in Matlab is used for ANFIS model. Keywords- ANFIS; fuzzy logic; ARIMA; fuzzy inference system; weather forecasting. I. INTRODUCTION Weather forecast systems are among the most complex systems that computers need to solve [1]. Weather prediction can have many different forms, depending on the required applications [2]. For example, in the seaport we need to know the future weather condition for a week or more. On the other hand, in the airport it is more important to know about the climate visibility a few hours ahead rather than the temperature. Whereas, in buildings weather predictions can play an important role in saving the energy [2]. Weather forecasts give an idea about future weather. There are various techniques involved in weather forecasting, from relatively simple observation of the sky to highly complex computerized mathematical models [1]. However, Meteorological data are uncertain (fuzzy) in nature, and Information on weather is vaguely defined [3]. Weather data can have the noises and outliers, therefore, the analysis may not be accurate. Noise is a random error or parasite that comes from the sensor network, error handwriting and so on. On the other hand, an outlier is an observation of the data that deviates from other observations so much [2]. Therefore, we need preprocessing of the weather data to improve the quality of data for precise weather prediction. The data are collected from the Bangladesh Meteorological Department which is the head office of the all weather stations in Bangladesh. In the data set, there are five parameters: Maximum Temperature, Minimum Temperature, Humidity and Air Pressure, and this data are only on Dhaka s weather condition. For analysis and forecast, we applied ANFIS and ARIMA on this data; finally they are evaluated and compared. In this paper, ARIMA model is used in SPSS software for weather forecast. SPSS which stands for Statistical Package for the Social Sciences encapsulates advanced mathematical and statistical expertise to extract predictive knowledge that when deployed into existing processes makes them adaptive to improve outcomes [4]. Thus, together with these advantages offered by this software, we can predict the outcomes before they occur. ANFIS model is used from ANFIS Editor GUI in the Fuzzy Logic Toolbox. These tools apply fuzzy inference techniques to data modeling. The ANFIS toolbox function constructs a fuzzy inference system (FIS) whose membership function parameters are tuned (adjusted) using either a back propagation algorithm alone, or in combination with the least squares methods. This allows our fuzzy systems to learn from the data they are modeling [5]. The rest of the paper is organized as follows: Section 2 describes the related works on our topic. Section 3 is used for methodologies and data representation, the models that are investigated are also described in Section 3 and Sectio 4. Section presents and analyzes the results. Finally we summarize and give future direction of research in Section 6. II. LITERATURE REVIEW ON RELATED WORK History of numerical weather prediction has been since the groundbreaking work of V. Bjerknes (1904) and LF. Richardson (1922), the challenge of weather forecasting has been related to an initial value problem of mathematical physics (based on the non-linear equations governing fluid flow) and has been approached using numerical means [2]. In [2], the authors proposed a new method by using fuzzy c-mean and type-2 fuzzy logic. They presented a comparative study of different methods of weather forecasting. For example, they used Numerical Weather Prediction (NWP), Markov-Fourier Gray Model, Artificial Neural Networks (ANNs), Neuro-Fuzzy Logic System, Fuzzy logic and Clustering Analysis. Those methods were used for comparison and the results found were discussed with their strengths and weaknesses. This paper also illustrated different data preprocessing techniques /13/$ IEEE

2 In [6], the authors used ARIMA and ANFIS model for forecasting Wi-max traffic. Final results show that ANFIS has more accuracy than ARIMA, though ARIMA has less execution time than ANFIS. The best use of ANFIS model for weather forecasting can be found in [7]. The authors used ANIFS model for predicting rainfall based on other weather data. In this study, they applied multi parameter Adaptive Neuro Fuzzy Inference System (ANFIS) for daily rainfall prediction in a location of PT Timika, Indonesia, and used series data of relative humidity, temperature, pressure and rainfall. In conclusion, they said that they performed a study on multivariate ANFIS application in predicting daily rainfall values. The study focused on the influence of training data length. They also found that ANFIS was sensitive to different magnitudes and scale sizes and not an appropriate tool for a stochastic process like rainfall [7]. Reference [8] is on radiation fog forecasting using fuzzy logic rule based approach. Weather forecasts will be most important when the situation is irregular or disordered. Under such situations, existing Numerical Weather Prediction (NWP) approach does not produce satisfactory results. To cope up with vague and/or abnormal (chaotic) meteorological information, a weather forecasting approach using fuzzy logic based approximate reasoning is considered [8]. This paper compares the numerical method and fuzzy logic. The authors developed different fuzzy if-then rules for predicting the condition. In summary, the research addresses the issue of fuzzy rule-based modelling of available data and indicates a solution for predicting the probability of the formation of fog by formulating the problem within a fuzzy framework [8]. There is another work on ANFIS model in [9]. The authors present a time series prediction model for daylight interior luminance obtained using Adaptive Neuro Fuzzy Inference System (ANFIS). The authors show that ANFIS has automated identification algorithm and has easier design compared to neural networks with respect to less number of parameters and faster adaptation. In conclusion they said that the most important advantage of such model is the ability to predict natural system s behavior at a future time, which can be used for lighting control. In [15], the authors show that ANFIS model has better performance than ANN ( Artificial Neural Network ). They forecast rainfall for Klang River in Malaysia on a monthly basis. For performance comparison, five criterias are used such as Root Mean Square Error (RMSE), Correlation Coefficient (R 2 ) and Nash Sutcliffe coefficient (NE), Gamma Coefficent (GC), Spearman correlation coefficient (SCC). In summary, the authors show that ANFIS method is superior to the ANN method in forecasting monthly rainfall [15]. III. THE ANFIS MODEL Roger Jang proposed Adaptive Neuro Fuzzy Inference system (ANFIS) in ANFIS can provide as a basis for constructing a set of fuzzy if-then rules with appropriate membership functions to generate the stipulated input output pairs [10]. A. ANFIS model description ANFIS model is based on the Sugeno Model. If there are two inputs x and y and one output z, then the first-order Sugeno model can be described by the rules as follows (Fig. 1): Rule1: If x is A1 and y is B1, then f1 = p1x + q1y + r1 Rule2: If x is A2 and y is B2, then f2 = p2x + q2y + r2 Figure 1. Sugeno Fuzzy Inference Model. ANFIS is the combination of fuzzy logic and neural network. In ANFIS model, crisp input series are converted to fuzzy inputs by developing membership function for each input series [1]. The membership function can be any shape but it depends on the data set. In our data set we used Gaussian shape for membership function. Therefore, the overall architecture of ANFIS is given in Fig. 2. Layer1 Layer2 Layer3 Layer4 Layer5 Figure 2. ANFIS architecture. Here, we have five layers of ANFIS and each layer has different operation. The nodes in the same layer of ANFIS are of the same functional family and are arranged as follows [10]: Layer 1: In this layer, every node generates the membership grades of a linguistic label. So any mode of this layer performs the membership function. For example, if the input is x then it puts x into the membership function μa (x) where A is the linguistic value to associate with each node. The set of parameters {a, b, c} is used to adjust the shape of the membership function. Layer 2: The firing strength of each rule is calculated by multiplication. (1)

3 Layer 3: The i th node of this layer calculates the ratio of the i th rule s firing strength to the sum of all rule s firing strengths: w1 W = (2) w + w 1 2 Layer 4: In this layer, the operation is that it multiplies the output of layer3 and Sugeno model output : ( px + qy rz) w f = w + (3) Where (p, q, r) is the parameter set. These parameters will be referred to as consequent parameters. Figure 3. Membership functions of ANFS model. Layer 5: This is the final layer. It gives the output by the summation of all incoming signals: Overall output= f (4) w i B. Using ANFIS for Time-Series Prediction According to the reference [13], weather time series is completely chaotic, and there is no clearly defined period. Generally, in time-series prediction, we would like to use known values of the time series up to the point in time, let t, to predict the value at some point in the future, say, (t + P). The standard method for this type of prediction is to create a mapping from D sample data points, sampled every unit in time, (x (t-(d-1) Δ)... x (t-δ), x (t)), to a predicted future value x (t + P). Following the conventional settings for predicting the weather time series, we set D = 4 and Δ = P = 6. For each t, the input training data for ANFIS is a fourdimensional vector of the following form: Figure 4. ANFIS Structure (5) The output training data corresponds to the trajectory prediction: 6 (6) For each t, ranging in values from 118 to 1117, the training input/output data will be a structure whose first component is the four-dimensional input w, and whose second component is the output, S. After applying the ANFIS model with data; Number of nodes: 193, Number of linear parameters: 81, Number of nonlinear parameters: 24, Total number of parameters: 105, Number of training data pairs: 1586, Number of checking data pairs: 0, Number of fuzzy rules: 81. Figure 5. Step Size error of 20 epochs

4 Figure 6. : Real and ANFIS system output Figure 8. Error output of the model. IV. THE ARIMA MODEL In real world application, much process can be represented using the time series as follows [1]:. 2, 1, (7) There are many numerical methods for time series prediction. For prediction we need to use previous sample data. Linear prediction, where the estimate is based on a linear combination of N past samples [1], can be represented as below: X 1 a i., (8) Where prediction coefficient is a i,i=0, 1, 2 N-1. Figure 7. : Regression results ARIMA stands for Auto-Regressive Integrated Moving Average. ARIMA model is popularized by Box and Jenkins (1976). It is a combination of three mathematical models. It uses auto-regressive, integrated, moving-average (ARIMA) models for time series data. We know that a time series is a set of observations ordered according to the time they were observed. For the reason that the value observed at time t may depend on values observed at previous time points, time series data may violate independence assumptions [14]. An ARIMA (p, d, and q) model can account for temporal dependence in several ways. First, the time series is deference to render it stationary, by taking d differences.. If d = 0, the observations are modelled directly, and If d = 1, the differences between consecutive observations are modelled.

5 Second, the time dependence of the stationary process is modelled, by including p auto-regressive. The equation for p is that: Estimated Std Error Regression Coefficients V , (9) Constant Where, a is the constant, is the parameter of the model, is the value that observed at t and stands for random error. a. Output of SPSS s package Third, q is the moving-average terms, in addition to any time-varying covariates. It takes the observation of previous errors. The equation is:, (10) Where, is the parameter of the model, is the error term. Finally, combining these three models we get ARIMA model. So the general form of the ARIMA models is given by: Figure 9. The data plot with predicted values. Y., (11) Where Y, a stationary is a stochastic process, is the constant, is the error or white noise disturbance term, means auto-regression coefficient and is the moving average coefficient. For a cyclical time series, these steps can be repeated according to the period of the cycle, whether quarterly or monthly or other time interval. ARIMA models are extremely flexible for continuous data [14]. For computing ARIMA model we use SPSS s package program. We take ARIMA (2, 0, 1) model (Fig. 9). For accuracy of the ARIMA (2, 0, 1), we need to plot Autocorrelation Function (ACF) and Partial autocorrelation (PACF). From ACF, we obtain Moving Average terms, and from PACF, we find Auto-Regressive terms. Fig. 10 and Fig. 11 shows the ACF and the PACF graphs respectively. The result of parameters of the ARIMA (2, 0, 1) is obtained from the output of SPSS s package as follows: Figure 10. ACF for ARIMA (2, 0, 1). TABLE I. PARAMETER ESTIMATION Estimated Std Error Non-seasonal Lags AR1 AR2 MA Figure 11. : PACF for ARIMA (2, 0, 1).

6 The error of the ARIMA (2, 0, 1) model is plotted in the Fig. 12. VI. CONCLUSION In this research, the performances of ANFIS and ARIMA are compared. ARIMA can more efficiently capture the dynamic behavior of the weather property, say, temperature compared to ANFIS. However we could not explore all the features of ANFIS due to the time limitation. Therefore, the decision about the performance of ANFIS model is not complete and final. We need to investigate more in this direction. Our preliminary findings show that ARIMA is better than ANFIS. In the future, we plan to develop our own fuzzy logic and curve fitting techniques for weather forecasting. Finally, we want to compare those four techniques along with artificial neural network to find the best one. Figure 12. Error of the prediction. V. DISCUSSION AND THE RESULT ANALYSIS In our study, all data, recorded in the Bangladesh Meteorological Department, is used for the analysis in this comparison study. We collected the ten years data from 2000 to 2009, and then did the data pre-processing to clean data such as missing data and inconsistent data. We used ANFIS model for four inputs and one output. We also used 95% temparture data to train this model, and rest 5% data for testing the model. We used the same data for ARIMA (2, 0, 1 ) model. In our project, we did not test the model with other weather data, for example, humidity or air pressure due to time limitation. The performance comparisons of ANFIS and ARIMA (2, 0, 1) due to MAE, SSE, RMSE and R 2 are shown below: TABLE II. PERFORMANCE COMPARISON Performance criteria ANFIS ARIMA 1. SSE R RMSE MAE From this, we can say that ARIMA has better performance than ANFIS model. REFERENCES [1] M. Tektas, Weather Forecasting Using ANFIS and ARIMA- A Case Study for Istanbul,. Environmental Research, Engineering and Management, vol. 1 (51), pp. 5 10, [2] A. Shahi, R. Atan, M. N. Sulaiman, An Effective Fuzzy C-Mean and Type-2 Logic for Weather Forecasting,. Journal of Theoretical and Applied Information, vol. 5 (5), pp , [3] H. Bjarne, A fuzzy expert system For critiquing marine forecasts,. The Maritimes Weather Centre of Environment Canada in Bedford, Nova Scotia, vol. 11, pp , [4] SPSS, accessed on August [5] Fuzzy Logic Toolbox: For Use with MATLAB, User s Guide, Version 2, The MathWorks. [6] P. Francisco, A. Cesar, S. Hernandez, J. Octavio, P. Salcedo, Comparative Analysis of Time Series Techniques ARIMA and ANFIS of Forecast Wimax Traffic,. ACM, New York, NY, USA, pp ,2009. [7] A. Edvin, D. Yudha Setiawan, Application of Multivariate Anfis for Daily Rainfall Prediction: Influences of Training Data Size, Makara, Sains, Vol. 12 ( 1), pp. 7-14, April [8] B. Rajarshi, T. P. Singh, Forecasting of Radiation Fog: A Fuzzy Logic Rule Based Approach, Symbiosis International University,Pune, unpublished. [9] K. Ciji Pearl, V. I. George, B. Jayadev, A. Radhakrishna, Anfis Model for the Time Series Prediction of Interior Daylight Illuminance,. AIML Journal, vol. 6 (3), September [10] L. H. Tsoukalas, R. E. Uhrig, Fuzzy and Neural Approaches in Engineering. A Wiley-Interscience Publication, [11] H. Jiawei, M. Kamber, Data Mining: Concepts and Techniques. The Morgan Kaufman Series in Data Management Systems, University of Illinois at Urbana-Champaign: Diane Cerra, 2006 [12] J.S.R. Jang, ANFIS : Adaptive-Network-Based Fuzzy Inference System,. IEEE transactions on systems, Man and Cybern., vol. 23(3), pp , Jun1993. [13] Tutorial (Fuzzy toolbox), Matlab 7. [14] J. Grimmer, Arima Models for Time Series Data. Zelig: Everyone s Statistical Software, [15] A. El-Shafie, O. Jaafer, A. Seyed Ahmad, Adaptive Neuro-fuzzy Inference System based Model for Rainfall Forecasting in Klang River, Malaysia,. International Journal of the Physical Sciences, vol. 6 (12), pp ,june2011.

Comparative Analysis of ANFIS, ARIMA and Polynomial Curve Fitting for Weather Forecasting

Comparative Analysis of ANFIS, ARIMA and Polynomial Curve Fitting for Weather Forecasting Indian Journal of Science and Technology, Vol 9(15), DOI: 10.17485/ijst/2016/v9i15/89814, April 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Comparative Analysis of ANFIS, ARIMA and Polynomial

More information

Indian Weather Forecasting using ANFIS and ARIMA based Interval Type-2 Fuzzy Logic Model

Indian Weather Forecasting using ANFIS and ARIMA based Interval Type-2 Fuzzy Logic Model AMSE JOURNALS 2014-Series: Advances D; Vol. 19; N 1; pp 52-70 Submitted Feb. 2014; Revised April 24, 2014; Accepted May 10, 2014 Indian Weather Forecasting using ANFIS and ARIMA based Interval Type-2 Fuzzy

More information

Weather Forecasting using Soft Computing and Statistical Techniques

Weather Forecasting using Soft Computing and Statistical Techniques Weather Forecasting using Soft Computing and Statistical Techniques 1 Monika Sharma, 2 Lini Mathew, 3 S. Chatterji 1 Senior lecturer, Department of Electrical & Electronics Engineering, RKGIT, Ghaziabad,

More information

Time-Series analysis for wind speed forecasting

Time-Series analysis for wind speed forecasting Malaya Journal of Matematik, Vol. S, No. 1, 55-61, 2018 https://doi.org/10.26637/mjm0s01/11 Time-Series analysis for wind speed forecasting Garima Jain1 Abstract In this paper, an enormous amount of study

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

Weather Forecasting Using ANFIS and ARIMA MODELS. A Case Study for Istanbul

Weather Forecasting Using ANFIS and ARIMA MODELS. A Case Study for Istanbul Aplinkos tyrimai, inžinerija ir vadyba, 2010. Nr. 1(51), P. 5 10 ISSN 1392-1649 Environmental Research, Engineering and Management, 2010. No. 1(51), P. 5 10 Weather Forecasting Using ANFIS and ARIMA MODELS.

More information

Estimation of Precipitable Water Vapor Using an Adaptive Neuro-fuzzy Inference System Technique

Estimation of Precipitable Water Vapor Using an Adaptive Neuro-fuzzy Inference System Technique Estimation of Precipitable Water Vapor Using an Adaptive Neuro-fuzzy Inference System Technique Wayan Suparta * and Kemal Maulana Alhasa Institute of Space Science (ANGKASA), Universiti Kebangsaan Malaysia,

More information

A Hybrid Wavelet Analysis and Adaptive. Neuro-Fuzzy Inference System. for Drought Forecasting

A Hybrid Wavelet Analysis and Adaptive. Neuro-Fuzzy Inference System. for Drought Forecasting Applied Mathematical Sciences, Vol. 8, 4, no. 39, 699-698 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/.988/ams.4.4863 A Hybrid Wavelet Analysis and Adaptive Neuro-Fuzzy Inference System for Drought

More information

MODELING RESERVOIR WATER RELEASE DECISION USING ADAPTIVE NEURO FUZZY INFERENCE SYSTEM 1 Suriyati Abdul Mokhtar, 2 Wan Hussain Wan Ishak & 3 Norita Md Norwawi 1&2 Universiti Utara Malaysia, Malaysia Universiti

More information

A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE

A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE Li Sheng Institute of intelligent information engineering Zheiang University Hangzhou, 3007, P. R. China ABSTRACT In this paper, a neural network-driven

More information

CHAPTER 2 REVIEW OF LITERATURE

CHAPTER 2 REVIEW OF LITERATURE CHAPTER 2 REVIEW OF LITERATURE 2.1 HISTORICAL BACKGROUND OF WEATHER FORECASTING The livelihood of over 60 per cent of the world's population depends upon the monsoons, of which the Asian summer monsoon

More information

MODELLING OF TOOL LIFE, TORQUE AND THRUST FORCE IN DRILLING: A NEURO-FUZZY APPROACH

MODELLING OF TOOL LIFE, TORQUE AND THRUST FORCE IN DRILLING: A NEURO-FUZZY APPROACH ISSN 1726-4529 Int j simul model 9 (2010) 2, 74-85 Original scientific paper MODELLING OF TOOL LIFE, TORQUE AND THRUST FORCE IN DRILLING: A NEURO-FUZZY APPROACH Roy, S. S. Department of Mechanical Engineering,

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

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

INTERNATIONAL JOURNAL OF ENVIRONMENTAL SCIENCES Volume 2, No 1, Copyright 2010 All rights reserved Integrated Publishing Association

INTERNATIONAL JOURNAL OF ENVIRONMENTAL SCIENCES Volume 2, No 1, Copyright 2010 All rights reserved Integrated Publishing Association INTERNATIONAL JOURNAL OF ENVIRONMENTAL SCIENCES Volume 2, No 1, 2011 Copyright 2010 All rights reserved Integrated Publishing Association Research article ISSN 0976 4402 Prediction of daily air pollution

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

Study of Time Series and Development of System Identification Model for Agarwada Raingauge Station

Study of Time Series and Development of System Identification Model for Agarwada Raingauge Station Study of Time Series and Development of System Identification Model for Agarwada Raingauge Station N.A. Bhatia 1 and T.M.V.Suryanarayana 2 1 Teaching Assistant, 2 Assistant Professor, Water Resources Engineering

More information

CHAPTER 4 BASICS OF ULTRASONIC MEASUREMENT AND ANFIS MODELLING

CHAPTER 4 BASICS OF ULTRASONIC MEASUREMENT AND ANFIS MODELLING 37 CHAPTER 4 BASICS OF ULTRASONIC MEASUREMENT AND ANFIS MODELLING 4.1 BASICS OF ULTRASONIC MEASUREMENT All sound waves, whether audible or ultrasonic, are mechanical vibrations involving movement in the

More information

A Hybrid ARIMA and Neural Network Model to Forecast Particulate. Matter Concentration in Changsha, China

A Hybrid ARIMA and Neural Network Model to Forecast Particulate. Matter Concentration in Changsha, China A Hybrid ARIMA and Neural Network Model to Forecast Particulate Matter Concentration in Changsha, China Guangxing He 1, Qihong Deng 2* 1 School of Energy Science and Engineering, Central South University,

More information

Forecasting Network Activities Using ARIMA Method

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

More information

A Soft Computing Approach for Fault Prediction of Electronic Systems

A Soft Computing Approach for Fault Prediction of Electronic Systems A Soft Computing Approach for Fault Prediction of Electronic Systems Ajith Abraham School of Computing & Information Technology Monash University (Gippsland Campus), Victoria 3842, Australia Email: Ajith.Abraham@infotech.monash.edu.au

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 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

Chapter-1 Introduction

Chapter-1 Introduction Modeling of rainfall variability and drought assessment in Sabarmati basin, Gujarat, India Chapter-1 Introduction 1.1 General Many researchers had studied variability of rainfall at spatial as well as

More information

22/04/2014. Economic Research

22/04/2014. Economic Research 22/04/2014 Economic Research Forecasting Models for Exchange Rate Tuesday, April 22, 2014 The science of prognostics has been going through a rapid and fruitful development in the past decades, with various

More information

FORECASTING OF COTTON PRODUCTION IN INDIA USING ARIMA MODEL

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

More information

ARTIFICIAL INTELLIGENCE MODELLING OF STOCHASTIC PROCESSES IN DIGITAL COMMUNICATION NETWORKS

ARTIFICIAL INTELLIGENCE MODELLING OF STOCHASTIC PROCESSES IN DIGITAL COMMUNICATION NETWORKS Journal of ELECTRICAL ENGINEERING, VOL. 54, NO. 9-, 23, 255 259 ARTIFICIAL INTELLIGENCE MODELLING OF STOCHASTIC PROCESSES IN DIGITAL COMMUNICATION NETWORKS Dimitar Radev Svetla Radeva The paper presents

More information

ANFIS Modelling of a Twin Rotor System

ANFIS Modelling of a Twin Rotor System ANFIS Modelling of a Twin Rotor System S. F. Toha*, M. O. Tokhi and Z. Hussain Department of Automatic Control and Systems Engineering University of Sheffield, United Kingdom * (e-mail: cop6sft@sheffield.ac.uk)

More information

ABSTRACT I. INTRODUCTION II. FUZZY MODEL SRUCTURE

ABSTRACT I. INTRODUCTION II. FUZZY MODEL SRUCTURE International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 6 ISSN : 2456-3307 Temperature Sensitive Short Term Load Forecasting:

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

Robust multi objective H2/H Control of nonlinear uncertain systems using multiple linear model and ANFIS

Robust multi objective H2/H Control of nonlinear uncertain systems using multiple linear model and ANFIS Robust multi objective H2/H Control of nonlinear uncertain systems using multiple linear model and ANFIS Vahid Azimi, Member, IEEE, Peyman Akhlaghi, and Mohammad Hossein Kazemi Abstract This paper considers

More information

arxiv: v1 [stat.me] 5 Nov 2008

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

More information

Water Quality Management using a Fuzzy Inference System

Water Quality Management using a Fuzzy Inference System Water Quality Management using a Fuzzy Inference System Kumaraswamy Ponnambalam and Seyed Jamshid Mousavi A fuzzy inference system (FIS) is presented for the optimal operation of a reservoir system with

More information

LONG TERM LOAD FORECASTING OF POWER SYSTEMS USING ARTIFICIAL NEURAL NETWORK AND ANFIS

LONG TERM LOAD FORECASTING OF POWER SYSTEMS USING ARTIFICIAL NEURAL NETWORK AND ANFIS LONG TERM LOAD FORECASTING OF POWER SYSTEMS USING ARTIFICIAL NEURAL NETWORK AND ANFIS Naji Ammar 1, Marizan Sulaiman 2 and Ahmad Fateh Mohamad Nor 2 1 Higher Institute for Water Technology, Agelat, Libya

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

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

Short-Term Load Forecasting Using ARIMA Model For Karnataka State Electrical Load

Short-Term Load Forecasting Using ARIMA Model For Karnataka State Electrical Load International Journal of Engineering Research and Development e-issn: 2278-67X, p-issn: 2278-8X, www.ijerd.com Volume 13, Issue 7 (July 217), PP.75-79 Short-Term Load Forecasting Using ARIMA Model For

More information

MURDOCH RESEARCH REPOSITORY

MURDOCH RESEARCH REPOSITORY MURDOCH RESEARCH REPOSITORY http://researchrepository.murdoch.edu.au/393/ Kajornrit, J., Wong, K.W. and Fung, C.C. (202) A comparative analysis of soft computing techniques used to estimate missing precipitation

More information

ADAPTIVE NEURO-FUZZY INFERENCE SYSTEMS

ADAPTIVE NEURO-FUZZY INFERENCE SYSTEMS ADAPTIVE NEURO-FUZZY INFERENCE SYSTEMS RBFN and TS systems Equivalent if the following hold: Both RBFN and TS use same aggregation method for output (weighted sum or weighted average) Number of basis functions

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

Dr SN Singh, Professor Department of Electrical Engineering. Indian Institute of Technology Kanpur

Dr SN Singh, Professor Department of Electrical Engineering. Indian Institute of Technology Kanpur Short Term Load dforecasting Dr SN Singh, Professor Department of Electrical Engineering Indian Institute of Technology Kanpur Email: snsingh@iitk.ac.in Basic Definition of Forecasting Forecasting is a

More information

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

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

More information

Forecasting Exchange Rate Change between USD and JPY by Using Dynamic Adaptive Neuron-Fuzzy Logic System

Forecasting Exchange Rate Change between USD and JPY by Using Dynamic Adaptive Neuron-Fuzzy Logic System Forecasting Exchange Rate Change between USD and JPY by Using Dynamic Adaptive Neuron-Fuzzy Logic System Weiping Liu Eastern Connecticut State University 83 Windham Rd Willimantic, CT 6226 USA Tel (86)465

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

A Recommendation for Tropical Daily Rainfall Prediction Based on Meteorological Data Series in Indonesia

A Recommendation for Tropical Daily Rainfall Prediction Based on Meteorological Data Series in Indonesia A Recommendation for Tropical Daily Rainfall Prediction Based on Meteorological Data Series in Indonesia Indrabayu and D.A. Suriamiharja 2 Informatics Department-Hasanuddin University, Makassar, Indonesia

More information

ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC ALGORITHM FOR NONLINEAR MIMO MODEL OF MACHINING PROCESSES

ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC ALGORITHM FOR NONLINEAR MIMO MODEL OF MACHINING PROCESSES International Journal of Innovative Computing, Information and Control ICIC International c 2013 ISSN 1349-4198 Volume 9, Number 4, April 2013 pp. 1455 1475 ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC

More information

MODELLING TIDE PREDICTION USING LINEAR MODEL AND ADAPTIVE NEURO FUZZY INFERENCE SYSTEM (ANFIS)IN SEMARANG, INDONESIA

MODELLING TIDE PREDICTION USING LINEAR MODEL AND ADAPTIVE NEURO FUZZY INFERENCE SYSTEM (ANFIS)IN SEMARANG, INDONESIA MODELLING TIDE PREDICTION USING LINEAR MODEL AND ADAPTIVE NEURO FUZZY INFERENCE SYSTEM (ANFIS)IN SEMARANG, INDONESIA Alan Prahutama and Mustafid Departement of Statistcs, Diponegoro University, Semarang,

More information

Short Term Load Forecasting using Neuro-fuzzy-Wavelet Approach

Short Term Load Forecasting using Neuro-fuzzy-Wavelet Approach International Journal of Computing Academic Research (IJCAR) ISSN 2305-9184 Volume 2, Number 1 (February 2013), pp. 36-48 MEACSE Publications http://www.meacse.org/ijcar Short Term Load Forecasting using

More information

Prediction of Seasonal Rainfall Data in India using Fuzzy Stochastic Modelling

Prediction of Seasonal Rainfall Data in India using Fuzzy Stochastic Modelling Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 13, Number 9 (2017), pp. 6167-6174 Research India Publications http://www.ripublication.com Prediction of Seasonal Rainfall Data in

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

WAVELET TRANSFORMS IN TIME SERIES ANALYSIS

WAVELET TRANSFORMS IN TIME SERIES ANALYSIS WAVELET TRANSFORMS IN TIME SERIES ANALYSIS R.C. SINGH 1 Abstract The existing methods based on statistical techniques for long range forecasts of Indian summer monsoon rainfall have shown reasonably accurate

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

A Support Vector Regression Model for Forecasting Rainfall

A Support Vector Regression Model for Forecasting Rainfall A Support Vector Regression for Forecasting Nasimul Hasan 1, Nayan Chandra Nath 1, Risul Islam Rasel 2 Department of Computer Science and Engineering, International Islamic University Chittagong, Bangladesh

More information

A HYBRID MODEL OF SARIMA AND ANFIS FOR MACAU AIR POLLUTION INDEX FORECASTING. Eason, Lei Kin Seng (M-A ) Supervisor: Dr.

A HYBRID MODEL OF SARIMA AND ANFIS FOR MACAU AIR POLLUTION INDEX FORECASTING. Eason, Lei Kin Seng (M-A ) Supervisor: Dr. A HYBRID MODEL OF SARIMA AND ANFIS FOR MACAU AIR POLLUTION INDEX FORECASTING THESIS DISSERATION By Eason, Lei Kin Seng (M-A7-6560-7) Supervisor: Dr. Wan Feng In Fulfillment of Requirements for the Degree

More information

A neuro-fuzzy system for portfolio evaluation

A neuro-fuzzy system for portfolio evaluation A neuro-fuzzy system for portfolio evaluation Christer Carlsson IAMSR, Åbo Akademi University, DataCity A 320, SF-20520 Åbo, Finland e-mail: ccarlsso@ra.abo.fi Robert Fullér Comp. Sci. Dept., Eötvös Loránd

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

Prediction of Monthly Rainfall of Nainital Region using Artificial Neural Network (ANN) and Support Vector Machine (SVM)

Prediction of Monthly Rainfall of Nainital Region using Artificial Neural Network (ANN) and Support Vector Machine (SVM) Vol- Issue-3 25 Prediction of ly of Nainital Region using Artificial Neural Network (ANN) and Support Vector Machine (SVM) Deepa Bisht*, Mahesh C Joshi*, Ashish Mehta** *Department of Mathematics **Department

More information

Forecasting Drought in Tel River Basin using Feed-forward Recursive Neural Network

Forecasting Drought in Tel River Basin using Feed-forward Recursive Neural Network 2012 International Conference on Environmental, Biomedical and Biotechnology IPCBEE vol.41 (2012) (2012) IACSIT Press, Singapore Forecasting Drought in Tel River Basin using Feed-forward Recursive Neural

More information

Seasonal Autoregressive Integrated Moving Average Model for Precipitation Time Series

Seasonal Autoregressive Integrated Moving Average Model for Precipitation Time Series Journal of Mathematics and Statistics 8 (4): 500-505, 2012 ISSN 1549-3644 2012 doi:10.3844/jmssp.2012.500.505 Published Online 8 (4) 2012 (http://www.thescipub.com/jmss.toc) Seasonal Autoregressive Integrated

More information

Firstly, the dataset is cleaned and the years and months are separated to provide better distinction (sample below).

Firstly, the dataset is cleaned and the years and months are separated to provide better distinction (sample below). Project: Forecasting Sales Step 1: Plan Your Analysis Answer the following questions to help you plan out your analysis: 1. Does the dataset meet the criteria of a time series dataset? Make sure to explore

More information

On the benefit of using time series features for choosing a forecasting method

On the benefit of using time series features for choosing a forecasting method On the benefit of using time series features for choosing a forecasting method Christiane Lemke and Bogdan Gabrys Bournemouth University - School of Design, Engineering and Computing Poole House, Talbot

More information

Forecasting USD/IQD Future Values According to Minimum RMSE Rate

Forecasting USD/IQD Future Values According to Minimum RMSE Rate Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 4, April 2015,

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

Meta-heuristic ant colony optimization technique to forecast the amount of summer monsoon rainfall: skill comparison with Markov chain model

Meta-heuristic ant colony optimization technique to forecast the amount of summer monsoon rainfall: skill comparison with Markov chain model Meta-heuristic ant colony optimization technique to forecast the amount of summer monsoon rainfall: skill comparison with Markov chain model Presented by Sayantika Goswami 1 Introduction Indian summer

More information

Solar irradiance forecasting for Chulalongkorn University location using time series models

Solar irradiance forecasting for Chulalongkorn University location using time series models Senior Project Proposal 2102490 Year 2016 Solar irradiance forecasting for Chulalongkorn University location using time series models Vichaya Layanun ID 5630550721 Advisor: Assist. Prof. Jitkomut Songsiri

More information

N. Sarikaya Department of Aircraft Electrical and Electronics Civil Aviation School Erciyes University Kayseri 38039, Turkey

N. Sarikaya Department of Aircraft Electrical and Electronics Civil Aviation School Erciyes University Kayseri 38039, Turkey Progress In Electromagnetics Research B, Vol. 6, 225 237, 2008 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM FOR THE COMPUTATION OF THE CHARACTERISTIC IMPEDANCE AND THE EFFECTIVE PERMITTIVITY OF THE MICRO-COPLANAR

More information

[Rupa*, 4.(8): August, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785

[Rupa*, 4.(8): August, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY A REVIEW STUDY OF RAINFALL PREDICTION USING NEURO-FUZZY INFERENCE SYSTEM Rupa*, Shilpa Jain * Student-Department of CSE, JCDM,

More information

MCMC analysis of classical time series algorithms.

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

More information

Prediction of Hourly Solar Radiation in Amman-Jordan by Using Artificial Neural Networks

Prediction of Hourly Solar Radiation in Amman-Jordan by Using Artificial Neural Networks Int. J. of Thermal & Environmental Engineering Volume 14, No. 2 (2017) 103-108 Prediction of Hourly Solar Radiation in Amman-Jordan by Using Artificial Neural Networks M. A. Hamdan a*, E. Abdelhafez b

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

Basics: Definitions and Notation. Stationarity. A More Formal Definition

Basics: Definitions and Notation. Stationarity. A More Formal Definition Basics: Definitions and Notation A Univariate is a sequence of measurements of the same variable collected over (usually regular intervals of) time. Usual assumption in many time series techniques is that

More information

Lecture 9. Time series prediction

Lecture 9. Time series prediction Lecture 9 Time series prediction Prediction is about function fitting To predict we need to model There are a bewildering number of models for data we look at some of the major approaches in this lecture

More information

HYBRID PREDICTION MODEL FOR SHORT TERM WIND SPEED FORECASTING

HYBRID PREDICTION MODEL FOR SHORT TERM WIND SPEED FORECASTING HYBRID PREDICTION MODEL FOR SHORT TERM WIND SPEED FORECASTING M. C. Lavanya and S. Lakshmi Department of Electronics and Communication, Sathyabama University, Chennai, India E-Mail: mclavanyabe@gmail.com

More information

A Wavelet Based Prediction Method for Time Series

A Wavelet Based Prediction Method for Time Series Cristina Stolojescu Alexandru Isar Politehnica University Timisoara, Romania Ion Railean Technical University Cluj-Napoca, Romania Sorin Moga Philippe Lenca Institut TELECOM, TELECOM Bretagne, France Stochastic

More information

USE OF FUZZY LOGIC TO INVESTIGATE WEATHER PARAMETER IMPACT ON ELECTRICAL LOAD BASED ON SHORT TERM FORECASTING

USE OF FUZZY LOGIC TO INVESTIGATE WEATHER PARAMETER IMPACT ON ELECTRICAL LOAD BASED ON SHORT TERM FORECASTING Nigerian Journal of Technology (NIJOTECH) Vol. 35, No. 3, July 2016, pp. 562 567 Copyright Faculty of Engineering, University of Nigeria, Nsukka, Print ISSN: 0331-8443, Electronic ISSN: 2467-8821 www.nijotech.com

More information

To Predict Rain Fall in Desert Area of Rajasthan Using Data Mining Techniques

To Predict Rain Fall in Desert Area of Rajasthan Using Data Mining Techniques To Predict Rain Fall in Desert Area of Rajasthan Using Data Mining Techniques Peeyush Vyas Asst. Professor, CE/IT Department of Vadodara Institute of Engineering, Vadodara Abstract: Weather forecasting

More information

Algorithms for Increasing of the Effectiveness of the Making Decisions by Intelligent Fuzzy Systems

Algorithms for Increasing of the Effectiveness of the Making Decisions by Intelligent Fuzzy Systems Journal of Electrical Engineering 3 (205) 30-35 doi: 07265/2328-2223/2050005 D DAVID PUBLISHING Algorithms for Increasing of the Effectiveness of the Making Decisions by Intelligent Fuzzy Systems Olga

More information

Journal of Chemical and Pharmaceutical Research, 2014, 6(5): Research Article

Journal of Chemical and Pharmaceutical Research, 2014, 6(5): Research Article Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(5):266-270 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Anomaly detection of cigarette sales using ARIMA

More information

International Journal of Advance Engineering and Research Development. Review Paper On Weather Forecast Using cloud Computing Technique

International Journal of Advance Engineering and Research Development. Review Paper On Weather Forecast Using cloud Computing Technique Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 4, Issue 12, December -2017 e-issn (O): 2348-4470 p-issn (P): 2348-6406 Review

More information

Time Series Analysis Model for Rainfall Data in Jordan: Case Study for Using Time Series Analysis

Time Series Analysis Model for Rainfall Data in Jordan: Case Study for Using Time Series Analysis American Journal of Environmental Sciences 5 (5): 599-604, 2009 ISSN 1553-345X 2009 Science Publications Time Series Analysis Model for Rainfall Data in Jordan: Case Study for Using Time Series Analysis

More information

Available online at ScienceDirect. Procedia Engineering 154 (2016 )

Available online at  ScienceDirect. Procedia Engineering 154 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 154 (2016 ) 1237 1242 12th International Conference on Hydroinformatics, HIC 2016 Estimating Global Solar Irradiance for Optimal

More information

Time Series Analysis -- An Introduction -- AMS 586

Time Series Analysis -- An Introduction -- AMS 586 Time Series Analysis -- An Introduction -- AMS 586 1 Objectives of time series analysis Data description Data interpretation Modeling Control Prediction & Forecasting 2 Time-Series Data Numerical data

More information

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

Volume 11 Issue 6 Version 1.0 November 2011 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals Inc.

Volume 11 Issue 6 Version 1.0 November 2011 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals Inc. Volume 11 Issue 6 Version 1.0 2011 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals Inc. (USA) Online ISSN: & Print ISSN: Abstract - Time series analysis and forecasting

More information

Short Term Solar Radiation Forecast from Meteorological Data using Artificial Neural Network for Yola, Nigeria

Short Term Solar Radiation Forecast from Meteorological Data using Artificial Neural Network for Yola, Nigeria American Journal of Engineering Research (AJER) 017 American Journal of Engineering Research (AJER) eiss: 300847 piss : 300936 Volume6, Issue8, pp8389 www.ajer.org Research Paper Open Access Short Term

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

Data Quality in Hybrid Neuro-Fuzzy based Soft-Sensor Models: An Experimental Study

Data Quality in Hybrid Neuro-Fuzzy based Soft-Sensor Models: An Experimental Study IAENG International Journal of Computer Science, 37:1, IJCS_37_1_8 Data Quality in Hybrid Neuro-Fuzzy based Soft-Sensor Models: An Experimental Study S. Jassar, Student Member, IEEE, Z. Liao, Member, ASHRAE,

More information

WIND SPEED ESTIMATION IN SAUDI ARABIA USING THE PARTICLE SWARM OPTIMIZATION (PSO)

WIND SPEED ESTIMATION IN SAUDI ARABIA USING THE PARTICLE SWARM OPTIMIZATION (PSO) WIND SPEED ESTIMATION IN SAUDI ARABIA USING THE PARTICLE SWARM OPTIMIZATION (PSO) Mohamed Ahmed Mohandes Shafique Rehman King Fahd University of Petroleum & Minerals Saeed Badran Electrical Engineering

More information

Prashant Pant 1, Achal Garg 2 1,2 Engineer, Keppel Offshore and Marine Engineering India Pvt. Ltd, Mumbai. IJRASET 2013: All Rights are Reserved 356

Prashant Pant 1, Achal Garg 2 1,2 Engineer, Keppel Offshore and Marine Engineering India Pvt. Ltd, Mumbai. IJRASET 2013: All Rights are Reserved 356 Forecasting Of Short Term Wind Power Using ARIMA Method Prashant Pant 1, Achal Garg 2 1,2 Engineer, Keppel Offshore and Marine Engineering India Pvt. Ltd, Mumbai Abstract- Wind power, i.e., electrical

More information

Modelling and Optimization of Primary Steam Reformer System (Case Study : the Primary Reformer PT Petrokimia Gresik Indonesia)

Modelling and Optimization of Primary Steam Reformer System (Case Study : the Primary Reformer PT Petrokimia Gresik Indonesia) Modelling and Optimization of Primary Steam Reformer System (Case Study : the Primary Reformer PT Petrokimia Gresik Indonesia) Abstract S.D. Nugrahani, Y. Y. Nazaruddin, E. Ekawati, and S. Nugroho Research

More information

Using Fuzzy Logic Methods for Carbon Dioxide Control in Carbonated Beverages

Using Fuzzy Logic Methods for Carbon Dioxide Control in Carbonated Beverages International Journal of Electrical & Computer Sciences IJECS-IJENS Vol: 11 No: 03 98 Using Fuzzy Logic Methods for Carbon Dioxide Control in Carbonated Beverages İman Askerbeyli 1 and Juneed S.Abduljabar

More information

Modeling of Hysteresis Effect of SMA using Neuro Fuzzy Inference System

Modeling of Hysteresis Effect of SMA using Neuro Fuzzy Inference System 54th AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics, and Materials Conference April 8-11, 2013, Boston, Massachusetts AIAA 2013-1918 Modeling of Hysteresis Effect of SMA using Neuro Fuzzy Inference

More information

ESTIMATION OF SOLAR RADIATION USING LEAST SQUARE SUPPORT VECTOR MACHINE

ESTIMATION OF SOLAR RADIATION USING LEAST SQUARE SUPPORT VECTOR MACHINE ESTIMATION OF SOLAR RADIATION USING LEAST SQUARE SUPPORT VECTOR MACHINE Sthita pragyan Mohanty Prasanta Kumar Patra Department of Computer Science and Department of Computer Science and Engineering CET

More information

Gaussian Process Regression with K-means Clustering for Very Short-Term Load Forecasting of Individual Buildings at Stanford

Gaussian Process Regression with K-means Clustering for Very Short-Term Load Forecasting of Individual Buildings at Stanford Gaussian Process Regression with K-means Clustering for Very Short-Term Load Forecasting of Individual Buildings at Stanford Carol Hsin Abstract The objective of this project is to return expected electricity

More information

EE-588 ADVANCED TOPICS IN NEURAL NETWORK

EE-588 ADVANCED TOPICS IN NEURAL NETWORK CUKUROVA UNIVERSITY DEPARTMENT OF ELECTRICAL&ELECTRONICS ENGINEERING EE-588 ADVANCED TOPICS IN NEURAL NETWORK THE PROJECT PROPOSAL AN APPLICATION OF NEURAL NETWORKS FOR WEATHER TEMPERATURE FORECASTING

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

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

Monthly rainfall forecast of Bangladesh using autoregressive integrated moving average method

Monthly rainfall forecast of Bangladesh using autoregressive integrated moving average method Environ. Eng. Res. 2017; 22(2): 162-168 pissn 1226-1025 https://doi.org/10.4491/eer.2016.075 eissn 2005-968X Monthly rainfall forecast of Bangladesh using autoregressive integrated moving average method

More information

COMPARISON OF CLEAR-SKY MODELS FOR EVALUATING SOLAR FORECASTING SKILL

COMPARISON OF CLEAR-SKY MODELS FOR EVALUATING SOLAR FORECASTING SKILL COMPARISON OF CLEAR-SKY MODELS FOR EVALUATING SOLAR FORECASTING SKILL Ricardo Marquez Mechanical Engineering and Applied Mechanics School of Engineering University of California Merced Carlos F. M. Coimbra

More information

CHAPTER V TYPE 2 FUZZY LOGIC CONTROLLERS

CHAPTER V TYPE 2 FUZZY LOGIC CONTROLLERS CHAPTER V TYPE 2 FUZZY LOGIC CONTROLLERS In the last chapter fuzzy logic controller and ABC based fuzzy controller are implemented for nonlinear model of Inverted Pendulum. Fuzzy logic deals with imprecision,

More information