Predicting Chinese Mobile Phone Users Based on Combined Exponential Smoothing-Linear Regression Method. Meng-yun JIANAG and Lin BAI *

Size: px
Start display at page:

Download "Predicting Chinese Mobile Phone Users Based on Combined Exponential Smoothing-Linear Regression Method. Meng-yun JIANAG and Lin BAI *"

Transcription

1 nd International Conference on Social, Education and Management Engineering (SEME 2016) ISBN: Predicting Chinese Mobile Phone Users Based on Combined Exponential Smoothing-Linear Regression Method Meng-yun JIANAG and Lin BAI * Beijing University of Posts and Telecommunications Beijing, China * Corresponding author Keywords: Exponential smoothing, Linear regression,, Mobile phone users, Predict. Abstract. In this paper, we propose a combined exponential smoothing-linear regression method to predict the number of mobile phone users in China. The main idea is to use linear regression (LR) to predict the relative of exponential smoothing (ES) method based on the predicted results of exponential smoothing method, and to use the predicted relative to adjust the predicted results of exponential smoothing method. The experimental results show that the proposed method is more accurate than both the exponential smoothing and linear regression method. Introduction Informatization level in China has been increasing year by year since 2000, and the mobile communication technology is developing continuously as well.[1] As the Ministry of Industry and Information Technology of the People s Republic of China issued the 4G license at the end of year 2013, mobile communication in China has entered a new era. Mobile telecommunication service is not limited to meet the communication needs of people but entertainment, social, consumption needs as well and it is making big influence in all aspects of people's life. [2] The result of user prediction is the basis of the communication network planning, thus the accuracy of the predicted results is key to reasonable and scientific planning of the entire communication network. Exponential smoothing, trend extrapolation, moving average method, autoregressive integrated moving average (ARIMA), regression analysis prediction, grey prediction, support vector machine (SVM), markov prediction and artificial neural networks (ANNs) are commonly used in prediction. These models have their characteristics but they are not perfect. Therefore, it is necessary to combine the advantages and avoid the shortcomings of the models to makes the results more accurate. In this article, we use unary linear regression to predict the relative of the cubic exponential smoothing method and adjust the predicted results of the cubic exponential smoothing method. Results show that the proposed method can make more accurate prediction on mobile phone users. Organization of the Text Combined Exponential Smoothing-Linear Regression Method Exponential Smoothing Method. [3] Single exponential smoothing establish the smooth to predict the index combined with the real. Double exponential smoothing establish the double smooth by re-smoothing and predict the index on the basis of the single exponential smoothing results, and represents the long-term trend of index. Cubic exponential smoothing make cubic smoothing on or on the basis of the double exponential smoothing and establish the smooth to predict index, and represents the cyclical trends of index. In this paper, we use the HoltWinters function in R language to implement the cubic exponential smoothing method, shown as below. The basic equation of the cubic exponential smoothing (refer with: Eq. 1, Eq. 2, Eq. 3):

2 (1) (2) The prediction equation of the cubic exponential smoothing (refer with: Eq. 4): (3) (4) Linear Regression Prediction. Regression analysis is to find out the estimated value of the parameter under certain statistical rules and get the regression curve. Regression analysis is divided into unary linear regression and multiple regression. [4] The function of unary linear regression is shown as below (refer with: Eq. 5): (5) Combined Exponential Smoothing-Linear Regression Method. We use cubic exponential smoothing method in this paper rather than single and double exponential smoothing method for the former can be applied on nonlinear prediction as well as linear prediction and has more accurate results. But the accuracy reduces when the exponential smoothing method is applied to long-term prediction. Thus, a combined exponential smoothing-linear regression method is proposed in this paper which may get a more accurate result. Firstly, use the exponential smoothing method to predict the number of mobile users according to the historical. Secondly, use the linear regression model to fit the relative of the ES predicted results. Finally, correct the predicted results of exponential smoothing method using the predicted relative. Figure (refer with: Figure 1) shows the process of the proposed method. Part a Initial Part b Use ES to predict correct Use linear regression to predict the relative Corrected result Part a Use ES to predict b on the base of a Part b The predicted result b Calculate the relative Figure 1. Combined exponential smoothing-linear regression method. (1) Use exponential smoothing method to predict existing. Divide the existing into two parts, named as and. Use exponential smoothing method to predict on the basis of and get the predicted results. ( means time here). (2) Calculate the relative of exponential smoothing method, named as. (6) (3) Use linear regression model to match the relative, and get the linear regression equation (refer with: Eq. 7) of and. (7)

3 And then use the equation (refer with: Eq. 7) to predict the relative. (4) Use exponential smoothing method to predict on the basis of and get the predicted results. (5) Use the predicted relative in (3) to correct the predicted results of exponential smoothing method and get the corrected results. So the corrected results can be calculated in the following equation (refer with: Eq. 9): (8) Implement of Combined Exponential Smoothing-Linear Regression Method in Predicting Chinese Mobile Phone Users Data Sources. The following is number of Chinese mobile phone users from 2007/1 to 2015/9, totally 105 (refer with: Table 1). The are from the Ministry of Industry and Information Technology of the People s Republic of China and National Bureau of Statistics of the People s Republic of China. (Unit : million) Table 1. Number of Chinese mobile phone users The Process of Predicting the Number of Chinese Mobile Phone Users. The process is shown as follow: (1) Use exponential smoothing method to predict existing. Divide the initial into three parts. The first part is from 2007/1 to 2013/12, totally 84. And predict the of mobile phone users from 2014/1 to 2014/12(second part, totally 12) based on the first part of. The third part is from 2015/1 to 2015/9, this part of is for verifying. In this paper, we use R language to implement the cubic exponential smoothing method, and you can see the predicted results in the following figure (refer with: Figure 2). The deep blue curve is the predicted value, and the light blue area is the confidence interval of the 80% confidence level, and the gray white area is the confidence interval of the 95% confidence level. (2) Calculate relative. = (predicted - initial ) / initial. The results are shown in this table (refer with: Table 2). (3) Use linear regression model to match the relative calculated in step 2. In this paper, we use SPSS 20 to do this step. The results are shown in the following figure (refer with: Figure 3). (9)

4 The value of R 2 is 0.998, and it is very close to 1. The sig value is smaller than This proves that the fitting degree of the model is very good. And the linear regression model of the relative is as the following equation (refer with: Eq. 10): (10) (4) Use cubic exponential smoothing to predict the from January 2015 to September 2015 based on the from January 2007 to December (5) Correct the predicted results of exponential smoothing method and get the corrected results. Figure 2. The predicted results of exponential smoothing method. Table 2. The relative. initial relative Figure 3. Model summary of linear regression. Result Analysis. The results of the exponential smoothing method, the linear regression method and the combined method are shown in the following table (refer with: Table 3). Compared with the exponential smoothing method and linear regression method, the relative of corrected results are smaller. So we can get the conclusion that the method proposed in this paper can get higher accuracy and be closer to the initial. As we can see from the result comparison (refer with: Figure 4), the blue line is the initial and the yellow line is the predicted using the combined method which is very close to the initial.

5 So the combined method proposed in this paper proves to have high accuracy compared with the exponential smoothing method and linear regression method. This method can be used in the prediction of Chinese mobile phone users. From the result comparison we can see that, as time goes, the relative of the exponential smoothing method grow bigger and bigger. So we use the liner regression method to fit the relative and use the predicted relative to correct the results of the exponential smoothing method to get the corrected results. In this process, we reduced the relative of the exponential smoothing method so that we can get a more accurate result. Table 3. The results of three methods. Data Initial Exponential smoothing method Linear regression method The combined method Summary Figure 4. The result comparison. In this paper, we first proposed a combined exponential smoothing-linear regression method in predicting Chinese mobile phone users. Use linear regression to fit the relative of the exponential smoothing method, and then use the predicted relative to correct the results of exponential smoothing method. The results show that the proposed method have smaller relative and can get higher accuracy. We can use the proposed method to predict the number of Chinese mobile phone users. References [1] : China Informatization Development Index (II) Research Report in [2] Feng Yi, Cao Heng, Tian Yuanbing. Modeling and analysis of Business volume prediction[j]. Designing Techniques of Posts and Telecommunications, 2008(9): [3] Li Ming. R language and website analysis [M]. Machinery Industry Press, [4] Baidu Encyclopedia: Linear regression prediction.

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

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

More information

A Data-driven Prognostic Model for

A Data-driven Prognostic Model for A Data-driven Prognostic Model for Industrial Equipment Using Time Series Prediction Methods A Data-driven Prognostic Model for Industrial Equipment Using Time Series Prediction Methods S.A. Azirah, B.

More information

Time-of-use Short-term Load Prediction Model Based on Variable Step Size Optimized HBMO-LS-SVM Method in Day-head Market

Time-of-use Short-term Load Prediction Model Based on Variable Step Size Optimized HBMO-LS-SVM Method in Day-head Market First International Conference on Economic and Business Management (FEBM 2016) Time-of-use Short-term Load Prediction Model Based on Variable Step Size Optimized HBMO-LS-SVM Method in Day-head Market Guo

More information

The Research of Regression Method for Forecasting Monthly Electricity Sales Considering Coupled Multi-factor

The Research of Regression Method for Forecasting Monthly Electricity Sales Considering Coupled Multi-factor IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS The Research of Regression Method for Forecasting Monthly Electricity Sales Considering Coupled Multi-factor To cite this article:

More information

A Study of Financial Distress Prediction based on Discernibility Matrix and ANN Xin-Zhong BAO 1,a,*, Xiu-Zhuan MENG 1, Hong-Yu FU 1

A Study of Financial Distress Prediction based on Discernibility Matrix and ANN Xin-Zhong BAO 1,a,*, Xiu-Zhuan MENG 1, Hong-Yu FU 1 International Conference on Management Science and Management Innovation (MSMI 2014) A Study of Financial Distress Prediction based on Discernibility Matrix and ANN Xin-Zhong BAO 1,a,*, Xiu-Zhuan MENG

More information

Research of development goals on highway transportation safety in inner mongolia for building a moderately prosperous society

Research of development goals on highway transportation safety in inner mongolia for building a moderately prosperous society Acta Technica 62 (2017), No. 6A, 451 460 c 2017 Institute of Thermomechanics CAS, v.v.i. Research of development goals on highway transportation safety in inner mongolia for building a moderately prosperous

More information

A Study on New Customer Satisfaction Index Model of Smart Grid

A Study on New Customer Satisfaction Index Model of Smart Grid 2016 International Conference on Material Science and Civil Engineering (MSCE 2016) ISBN: 978-1-60595-378-6 A Study on New Customer Satisfaction Index Model of Smart Grid *Ze-san LIU 1, Zhuo YU 2 and Ai-qiang

More information

Electricity Price Modeling Using Support Vector Machines by Considering Oil and Natural Gas Price Impacts

Electricity Price Modeling Using Support Vector Machines by Considering Oil and Natural Gas Price Impacts Electricity Price Modeling Using Support Vector Machines by Considering Oil and Natural Gas Price Impacts Ali Shiri, Mohammad Afshar, Ashkan Rahimi-Kian and Behrouz Maham SNL/CIPCE, School of Electrical

More information

Churn Prediction with Support Vector Machine

Churn Prediction with Support Vector Machine Churn Prediction with Support Vector Machine PIMPRAPAI THAINIAM EMIS8331 Data Mining »Customer Churn»Support Vector Machine»Research What are Customer Churn and Customer Retention?» Customer churn (customer

More information

Model construction of earning money by taking photos

Model construction of earning money by taking photos IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Model construction of earning money by taking photos To cite this article: Jingmei Yang 2018 IOP Conf. Ser.: Mater. Sci. Eng.

More information

Engine remaining useful life prediction based on trajectory similarity

Engine remaining useful life prediction based on trajectory similarity Engine remaining useful life prediction based on trajectory similarity Xin Liu 1, Yunxian Jia 2, Jie Zhou 3, Tianbin Liu 4 1, 2, 3 Department of Equipment Command and Management. Ordnance Engineering College,

More information

Forecast of Total Energy Consumption in Shandong Province Based on Grey BP Model

Forecast of Total Energy Consumption in Shandong Province Based on Grey BP Model International Journal of Energy and Power Engineering 2018; 7(3): 40-46 http://www.sciencepublishinggroup.com/j/ijepe doi: 10.11648/j.ijepe.20180703.13 ISSN: 2326-957X (Print); ISSN: 2326-960X (Online)

More information

The application of hidden markov model in building genetic regulatory network

The application of hidden markov model in building genetic regulatory network J. Biomedical Science and Engineering, 2010, 3, 633-637 doi:10.4236/bise.2010.36086 Published Online June 2010 (http://www.scirp.org/ournal/bise/). The application of hidden markov model in building genetic

More information

A Project Cost Forecasting Method Based on Grey System Theory

A Project Cost Forecasting Method Based on Grey System Theory 367 A publication of CHEMICAL ENGINEERING RANSACIONS VOL. 5, 26 Guest Editors: ichun Wang, Hongyang Zhang, Lei ian Copyright 26, AIDIC Servizi S.r.l., ISBN 978-88-9568-43-3; ISSN 2283-926 he Italian Association

More information

Combined Extension Neural Network and Multi-Regression Analysis Method for Yearly Load Forecasting

Combined Extension Neural Network and Multi-Regression Analysis Method for Yearly Load Forecasting IJCSNS International Journal of Computer Science and Network Security, VO.6 No.1, December 6 19 Combined Extension Neural Network and Multi-Regression Analysis Method for Yearly oad Meng- Hui, Wang, Hung-Cheng,

More information

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

Journal of Chemical and Pharmaceutical Research, 2014, 6(6): Research Article Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 0, ():7-7 Research Article ISSN : 097-78 CODEN(USA) : JCPRC Multiple regression research on sports and economical structure

More information

A System Dynamics Model for SMS Governance

A System Dynamics Model for SMS Governance A System Dynamics Model for SMS Governance Chen Li, Jiayin Qi and Huaying Shu School of Economics and Management, Beijing University of Posts and Telecommunications, Beijing 100876, P.R. China china.lichen@gmail.com

More information

Research on the relation between financial performance and social. responsibility performance in financial and insurance industry

Research on the relation between financial performance and social. responsibility performance in financial and insurance industry 3rd International Conference on Management, Education, Information and Control (MEICI 2015) Research on the relation between financial performance and social responsibility performance in financial and

More information

arxiv: v1 [cs.lg] 26 Oct 2018

arxiv: v1 [cs.lg] 26 Oct 2018 Comparing Multilayer Perceptron and Multiple Regression Models for Predicting Energy Use in the Balkans arxiv:1810.11333v1 [cs.lg] 26 Oct 2018 Radmila Janković 1, Alessia Amelio 2 1 Mathematical Institute

More information

Fraud Detection for MCC Manipulation

Fraud Detection for MCC Manipulation 2016 International Conference on Informatics, Management Engineering and Industrial Application (IMEIA 2016) ISBN: 978-1-60595-345-8 Fraud Detection for MCC Manipulation Hong-feng CHAI 1, Xin LIU 2, Yan-jun

More information

A Protein Secondary Structure Prediction Method Based on BP Neural Network Ru-xi YIN, Li-zhen LIU*, Wei SONG, Xin-lei ZHAO and Chao DU

A Protein Secondary Structure Prediction Method Based on BP Neural Network Ru-xi YIN, Li-zhen LIU*, Wei SONG, Xin-lei ZHAO and Chao DU 2017 2nd International Conference on Artificial Intelligence: Techniques and Applications (AITA 2017 ISBN: 978-1-60595-491-2 A Protein Secondary Structure Prediction Method Based on BP Neural Network Ru-xi

More information

The Combined Model of Gray Theory and Neural Network which is based Matlab Software for Forecasting of Oil Product Demand

The Combined Model of Gray Theory and Neural Network which is based Matlab Software for Forecasting of Oil Product Demand The Combined Model of Gray Theory and Neural Network which is based Matlab Software for Forecasting of Oil Product Demand Song Zhaozheng 1,Jiang Yanjun 2, Jiang Qingzhe 1 1State Key Laboratory of Heavy

More information

POST GRADUATE PROGRAM IN DATA SCIENCE & MACHINE LEARNING (PGPDM)

POST GRADUATE PROGRAM IN DATA SCIENCE & MACHINE LEARNING (PGPDM) OUTLINE FOR THE POST GRADUATE PROGRAM IN DATA SCIENCE & MACHINE LEARNING (PGPDM) Module Subject Topics Learning outcomes Delivered by Exploratory & Visualization Framework Exploratory Data Collection and

More information

Application of an Improved Neural Network Algorithm in E- commerce Customer Satisfaction Evaluation

Application of an Improved Neural Network Algorithm in E- commerce Customer Satisfaction Evaluation Application of an Improved Neural Network Algorithm in E- commerce Customer Satisfaction Evaluation Lei Yang 1,2 *, Ying Ma 3 1 Science and Technology Key Laboratory of Hebei Province, Baoding 071051,

More information

Linear Regression Analysis of Gross Output Value of Farming, Forestry, Animal Husbandry and Fishery Industries

Linear Regression Analysis of Gross Output Value of Farming, Forestry, Animal Husbandry and Fishery Industries 1106 Proceedings of the 8th International Conference on Innovation & Management Linear Regression Analysis of Gross Output Value of Farming, Forestry, Animal Husbandry and Fishery Industries Liu Haime,

More information

Short-term Electricity Price Forecast of Electricity Market Based on E-BLSTM Model

Short-term Electricity Price Forecast of Electricity Market Based on E-BLSTM Model DOI: 10.23977/acss.2019.31003 EISSN 2371-8838 Advances in Computer, Signals and Systems (2019) 3: 15-20 Clausius Scientific Press, Canada Short-term Electricity Price Forecast of Electricity Market Based

More information

Classification of DNA Sequences Using Convolutional Neural Network Approach

Classification of DNA Sequences Using Convolutional Neural Network Approach UTM Computing Proceedings Innovations in Computing Technology and Applications Volume 2 Year: 2017 ISBN: 978-967-0194-95-0 1 Classification of DNA Sequences Using Convolutional Neural Network Approach

More information

Applying 2 k Factorial Design to assess the performance of ANN and SVM Methods for Forecasting Stationary and Non-stationary Time Series

Applying 2 k Factorial Design to assess the performance of ANN and SVM Methods for Forecasting Stationary and Non-stationary Time Series Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 22 (2013 ) 60 69 17 th International Conference in Knowledge Based and Intelligent Information and Engineering Systems

More information

Use of Back Propagation Artificial Neural Network to Predict Passenger Volume of Beijing Subway

Use of Back Propagation Artificial Neural Network to Predict Passenger Volume of Beijing Subway International Conference on on Soft Computing in Information Communication Technology (SCICT 014) Use of Back Propagation Artificial Neural Network to Predict Passenger Volume of Beijing Xiaoqing Zhang,

More information

By Chang Xiongbo China Agricultural Machinery Testing Centre

By Chang Xiongbo China Agricultural Machinery Testing Centre Country Presentation Paper (China) The 10th Session of the Technical Committee of CSAM & Regional Workshop on Establishing a Regional Database of Agricultural Mechanization in Asia and the Pacific 17-19

More information

Corporate Default Prediction via Deep Learning

Corporate Default Prediction via Deep Learning Corporate Default Prediction via Deep Learning Shu-Hao Yeh, 1 Chuan-Ju Wang, 1 Ming-Feng Tsai 2 1 University of Taipei, Taipei, Taiwan 2 National Chengchi University, Taipei, Taiwan July 1, 2014 Outline

More information

Applications of Mobile Information System in Rural Area of China

Applications of Mobile Information System in Rural Area of China Applications of Mobile Information System in Rural Area of China Jiantong Cao and Chunhua Liu ^School of Economics and Management, Beijing University of Posts and Telecommunications, Beijing 100876, P.R.

More information

Mine Discharge Prediction in Steeply Dipping and Deep Mining Coal Seam in the Zhaogezhuang Mine

Mine Discharge Prediction in Steeply Dipping and Deep Mining Coal Seam in the Zhaogezhuang Mine An Interdisciplinary Response to Mine Water Challenges - Sui, Sun & Wang (eds) 2014 China University of Mining and Technology Press, Xuzhou, ISBN 978-7-5646-2437-8 Mine Discharge Prediction in Steeply

More information

Research of the Trait and Quality on Emergency WeChat Platform Based on Service Framework and Quality Gap

Research of the Trait and Quality on Emergency WeChat Platform Based on Service Framework and Quality Gap Send Orders for Reprints to reprints@benthamscience.ae 1002 The Open Cybernetics & Systemics Journal, 2015, 9, 1002-1007 Open Access Research of the Trait and Quality on Emergency WeChat Platform Based

More information

Effect of Niche-Tunnel Face Distance and Excavation Time in Tunnel Construction

Effect of Niche-Tunnel Face Distance and Excavation Time in Tunnel Construction Effect of Niche-Tunnel Face Distance and Excavation Time in Tunnel Construction Erion Periku 1 Fan River Hydro Power Project, Aydiner Construction Co., Lezhe, Albania ABSTRACT Estimated time and costs

More information

Research on the Development of Railway Industry in China. and the Correlation between Railway and National Economy. Based on Input-Output Analysis

Research on the Development of Railway Industry in China. and the Correlation between Railway and National Economy. Based on Input-Output Analysis Research on the Development of Railway Industry in China and the Correlation between Railway and National Economy Based on Input-Output Analysis Li Xuemei, Yan Jun School of Economics and Management Beijing

More information

Chinese and Foreign Sports Industry Development TFP Analysis and DEA Approach Applied Research

Chinese and Foreign Sports Industry Development TFP Analysis and DEA Approach Applied Research Send Orders for Reprints to reprints@benthamscience.ae 239 The Open Cybernetics & Systemics Journal, 25, 9, 239-2395 Open Access Chinese and Foreign Sports Industry Development TFP Analysis and DEA Approach

More information

The Study of Prediction of Hog Price in China

The Study of Prediction of Hog Price in China The Study of Prediction of Hog Price in China YiKang, Cui* The Rural Survey Department of National Bureau of Statistics of China No. 57, Yuetan Nanjie, Sanlihe, Xicheng District Beijing, China Cuiyk@stats.gov.cn

More information

ANN RBF Based Approach of Risk Assessment for Aviation ATM Network

ANN RBF Based Approach of Risk Assessment for Aviation ATM Network Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com ANN RBF Based Approach of Risk Assessment for Aviation ATM Network 1 Lan Ma, 2 Deng Pan, 3 Zhijun Wu School of Air Traffic Management, Civil

More information

A Review For Electricity Price Forecasting Techniques In Electricity Markets

A Review For Electricity Price Forecasting Techniques In Electricity Markets A Review For Electricity Price Forecasting Techniques In Electricity Markets Ankur Jain Ankit Tuli Misha Kakkar Student,AUUP, Noida Student,AUUP, Noida Professor, AUUP, Noida Abstract Electricity Price

More information

Predicting Popularity of Messages in Twitter using a Feature-weighted Model

Predicting Popularity of Messages in Twitter using a Feature-weighted Model International Journal of Advanced Intelligence Volume 0, Number 0, pp.xxx-yyy, November, 20XX. c AIA International Advanced Information Institute Predicting Popularity of Messages in Twitter using a Feature-weighted

More information

Study on Talent Introduction Strategies in Zhejiang University of Finance and Economics Based on Data Mining

Study on Talent Introduction Strategies in Zhejiang University of Finance and Economics Based on Data Mining International Journal of Statistical Distributions and Applications 2018; 4(1): 22-28 http://www.sciencepublishinggroup.com/j/ijsda doi: 10.11648/j.ijsd.20180401.13 ISSN: 2472-3487 (Print); ISSN: 2472-3509

More information

intelligent world. GIV

intelligent world. GIV Huawei provides industries aiming to development, as well that will enable the ecosystem to truly intelligent world. GIV 2025 the direction for ramp up the pace of as the foundations diverse ICT industry

More information

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

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

More information

Energy Conservation and Power Consumption Analysis in China Based on Input-output Method

Energy Conservation and Power Consumption Analysis in China Based on Input-output Method Issue 2, Volume 1, 2007 144 Energy Conservation and Power Consumption Analysis in China Based on Input-output Method He Yong-Xiu, Zhang Song-Lei, Li Tao, and Li Fu-Rong Abstract -- To achieve the sustainable

More information

An Indian Journal FULL PAPER ABSTRACT KEYWORDS. Trade Science Inc. Visualization method research of butt weld magnetic flux leakage

An Indian Journal FULL PAPER ABSTRACT KEYWORDS. Trade Science Inc. Visualization method research of butt weld magnetic flux leakage [Type text] [Type text] [Type text] ISSN : 0974-7435 Volume 10 Issue 8 BioTechnology 2014 An Indian Journal FULL PAPER BTAIJ, 10(8), 2014 [2916-2922] Visualization method research of butt weld magnetic

More information

Mathematical modeling - food price analysis

Mathematical modeling - food price analysis 1 Mathematical modeling - food price analysis Bingxian Leng,Yunfei Fu,Siyuan Li Mathematics and Physics College, Dongying Teachers College, Shandong, China Abstract: This paper mainly uses the idea of

More information

Evaluation research of small and medium-sized enterprise informatization on big data

Evaluation research of small and medium-sized enterprise informatization on big data IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Evaluation research of small and medium-sized enterprise informatization on big data To cite this article: Na Yang 2017 IOP Conf.

More information

State-of-charge estimation of lithium-ion batteries based on multiple filters method

State-of-charge estimation of lithium-ion batteries based on multiple filters method Available online at www.sciencedirect.com ScienceDirect Energy Procedia 75 (215 ) 2635 264 The 7 th International Conference on Applied Energy ICAE215 State-of-charge estimation of lithium-ion batteries

More information

ScienceDirect. "City Intelligent Energy and Transportation Network Policy" "Based on the Big Data Analysis"

ScienceDirect. City Intelligent Energy and Transportation Network Policy Based on the Big Data Analysis Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 32 ( 2014 ) 85 92 The 5th International Conference on Ambient Systems, Networks and Technologies (ANT-2014) "City Intelligent

More information

Multi-factor Stock Selection Model Based on Adaboost

Multi-factor Stock Selection Model Based on Adaboost Multi-factor Stock Selection Model Based on Adaboost Ru Zhang Finance Department of International Business School, Jinan University Zhuhai, 519070, China E-mail: zhangru@stu2016.nu.edu.cn Tong Cao (Corresponding

More information

Study on Seismic Performance of Single-span Frame Strengthened by Wing-wall

Study on Seismic Performance of Single-span Frame Strengthened by Wing-wall 33 1 2011 2 Vol. 33 No. 1 Feb. 2011 1002-8412 2011 01-0099-07 1 2 1 1. 361005 2. 361003 TU352 A Study on Seismic Performance of Single-span Frame Strengthened by Wing-wall Lin Shu-zhi 1 2 Yuan Xing-ren

More information

Forecasting erratic demand of medicines in a public hospital: A comparison of artificial neural networks and ARIMA models

Forecasting erratic demand of medicines in a public hospital: A comparison of artificial neural networks and ARIMA models Int'l Conf. Artificial Intelligence ICAI' 1 Forecasting erratic demand of medicines in a public hospital: A comparison of artificial neural networks and ARIMA models A. Molina Instituto Tecnológico de

More information

The Evaluation Research of Corporate Brand Competitiveness in Web2.0 Environment

The Evaluation Research of Corporate Brand Competitiveness in Web2.0 Environment Send Orders for Reprints to reprints@benthamscience.ae The Open Cybernetics & Systemics Journal, 2014, 8, 1047-1051 1047 Open Access The Evaluation Research of Corporate Brand Competitiveness in Web2.0

More information

Forecasting Electricity Consumption with Neural Networks and Support Vector Regression

Forecasting Electricity Consumption with Neural Networks and Support Vector Regression Available online at www.sciencedirect.com Procedia - Social and Behavioral Sciences 58 ( 2012 ) 1576 1585 8 th International Strategic Management Conference Forecasting Electricity Consumption with Neural

More information

CONNECTING CORPORATE GOVERNANCE TO COMPANIES PERFORMANCE BY ARTIFICIAL NEURAL NETWORKS

CONNECTING CORPORATE GOVERNANCE TO COMPANIES PERFORMANCE BY ARTIFICIAL NEURAL NETWORKS CONNECTING CORPORATE GOVERNANCE TO COMPANIES PERFORMANCE BY ARTIFICIAL NEURAL NETWORKS Darie MOLDOVAN, PhD * Mircea RUSU, PhD student ** Abstract The objective of this paper is to demonstrate the utility

More information

*Corresponding author

*Corresponding author 2016 3 rd International Conference on Economics and Management (ICEM 2016) ISBN: 978-1-60595-368-7 Double Measurement of Foreign Trade Comparative Advantage in Sino-US High-tech Industry Under Intra-product

More information

Research Article Prediction Technology of Power Transmission and Transformation Project Cost Based on the Decomposition-Integration

Research Article Prediction Technology of Power Transmission and Transformation Project Cost Based on the Decomposition-Integration Mathematical Problems in Engineering Volume 2015, Article ID 651878, 11 pages http://dx.doi.org/10.1155/2015/651878 Research Article Prediction Technology of Power Transmission and Transformation Project

More information

A Preliminary Evaluation of China s Implementation Progress in Energy Intensity Targets

A Preliminary Evaluation of China s Implementation Progress in Energy Intensity Targets A Preliminary Evaluation of China s Implementation Progress in Energy Intensity Targets Yahua Wang and Jiaochen Liang Abstract China proposed an ambitious goal of reducing energy consumption per unit of

More information

Building a Mathematical Model for Predicting the Cost of the Communication Towers Projects Using Multifactor Linear Regression Technique

Building a Mathematical Model for Predicting the Cost of the Communication Towers Projects Using Multifactor Linear Regression Technique International Journal of Construction Engineering and Management 2016, 5(1): 25-29 DOI: 10.5923/j.ijcem.20160501.03 Building a Mathematical Model for Predicting the Cost of the Communication Towers Projects

More information

Experimental Study on Tensile Fatigue Strength of Steel Fiber Reinforced Concrete Yang Lu 1, a, Zhongren Feng 2,b

Experimental Study on Tensile Fatigue Strength of Steel Fiber Reinforced Concrete Yang Lu 1, a, Zhongren Feng 2,b International Conference on Advances in Energy, Environment and Chemical Engineering (AEECE-2015) Experimental Study on Tensile Fatigue Strength of Steel Fiber Reinforced Concrete Yang Lu 1, a, Zhongren

More information

Research of Structure and Technology for the Micro- Machined Airflow Inclinometer

Research of Structure and Technology for the Micro- Machined Airflow Inclinometer Available online at www.sciencedirect.com Physics Procedia 22 (2011) 397 402 2011 International Conference on Physics Science and Technology (ICPST 2011) Research of Structure and Technology for the Micro-

More information

The Accurate Marketing System Design Based on Data Mining Technology: A New Approach. ZENG Yuling 1, a

The Accurate Marketing System Design Based on Data Mining Technology: A New Approach. ZENG Yuling 1, a International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) The Accurate Marketing System Design Based on Data Mining Technology: A New Approach ZENG Yuling 1,

More information

Application of Time-series Analysis in Control of Chemical Composition of Grey Cast Iron

Application of Time-series Analysis in Control of Chemical Composition of Grey Cast Iron A R C H I V E S of F O U N D R Y E N G I N E E R I N G Published quarterly as the organ of the Foundry Commission of the Polish Academy of Sciences ISSN (897-33) Volume Issue 4/ 7 75 9/4 Application of

More information

Research Article Analyzing Taiwan IC Assembly Industry by Grey-Markov Forecasting Model

Research Article Analyzing Taiwan IC Assembly Industry by Grey-Markov Forecasting Model Mathematical Problems in Engineering Volume 23, Article ID 65863, 6 pages http://dx.doi.org/.55/23/65863 Research Article Analyzing Taiwan IC Assembly Industry by Grey-Markov Forecasting Model Lei-Chuan

More information

Design of Real-time Auto-grouping Algorithm for Maintenance Tasks of Civil Aircraft Peng ZHANG 1, Shu-yun BI 2,* and Shi-wei ZHAO 1

Design of Real-time Auto-grouping Algorithm for Maintenance Tasks of Civil Aircraft Peng ZHANG 1, Shu-yun BI 2,* and Shi-wei ZHAO 1 2017 International Conference on Mathematics, Modelling and Simulation Technologies and Applications (MMSTA 2017) ISBN: 978-1-60595-530-8 Design of Real-time Auto-grouping Algorithm for Maintenance Tasks

More information

Study on the design of high thermal efficiency gas stove based on waste heat recovery

Study on the design of high thermal efficiency gas stove based on waste heat recovery 2nd Annual International Conference on Electronics, Electrical Engineering and Information Science (EEEIS 2016) Study on the design of high thermal efficiency gas stove based on waste heat recovery Jian-Feng

More information

The Analysis of Hotel Customer Generated Contents in Weblogs

The Analysis of Hotel Customer Generated Contents in Weblogs 2011 International Conference on Financial Management and Economics IPEDR vol.11 (2011) (2011) IACSIT Press, Singapore The Analysis of Hotel Customer Generated Contents in Weblogs Rueijiau Sung, Chaochang

More information

STAT 512 Homework Assignment 1: Due in class, Friday August 31, 2018

STAT 512 Homework Assignment 1: Due in class, Friday August 31, 2018 STAT 512 Homework Assignment 1: Due in class, Friday August 31, 2018 1. Shang, Yi and Yang (2012) conducted an experiment to investigate a measurement method proposed for determining the compressive strength

More information

Research on the Approach and Strategy of Traditional Logistics Enterprise Transformation Under the Context of the Internet

Research on the Approach and Strategy of Traditional Logistics Enterprise Transformation Under the Context of the Internet Canadian Social Science Vol. 4, No. 6, 208, pp. 09-7 DOI:0.3968/0399 ISSN 72-8056 [Print] ISSN 923-6697 [Online] www.cscanada.net www.cscanada.org Research on the Approach and Strategy of Traditional Logistics

More information

Research Article. Wind power interval prediction utilizing SOM-BP artificial neural network

Research Article. Wind power interval prediction utilizing SOM-BP artificial neural network Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(4):858-863 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Wind power interval prediction utilizing SOM-BP

More information

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

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

More information

Estimation of the Distance Travelled While Collecting Bales from a Field Using Artificial Neural Networks (ANN)

Estimation of the Distance Travelled While Collecting Bales from a Field Using Artificial Neural Networks (ANN) AENSI Journals Journal of Applied Science and Agriculture ISSN 1816-9112 Journal home page: www.aensiweb.com/jasa/index.html Estimation of the Distance Travelled While Collecting Bales from a Field Using

More information

Research Article Monthly Electric Energy Consumption Forecasting Using Multiwindow Moving Average and Hybrid Growth Models

Research Article Monthly Electric Energy Consumption Forecasting Using Multiwindow Moving Average and Hybrid Growth Models Applied Mathematics, Article ID 243171, 7 pages http://dx.doi.org/1.1155/214/243171 Research Article Monthly Electric Energy Consumption Forecasting Using Multiwindow Moving Average and Hybrid Growth Models

More information

Research on Injection Capacity of Polymer Flooding in Sublayers in Daqing Oilfield

Research on Injection Capacity of Polymer Flooding in Sublayers in Daqing Oilfield Advances in Petroleum Exploration and Development Vol. 10, No. 1, 2015, pp. 27-32 DOI:10.3968/7293 ISSN 1925-542X [Print] ISSN 1925-5438 [Online] www.cscanada.net www.cscanada.org Research on Injection

More information

The Relationship between Intellectual Capital and Corporate Performance in Chinese Bio-pharmaceutical Industry

The Relationship between Intellectual Capital and Corporate Performance in Chinese Bio-pharmaceutical Industry SHS Web of Conferences 17, 01024 (2015 ) DOI: 10.1051/ shsconf/20151701024 C Owned by the authors, published by EDP Sciences, 2015 The Relationship between Intellectual Capital and Corporate Performance

More information

A New Approach Towards Intelligent Analysis for Competitive Intelligence *

A New Approach Towards Intelligent Analysis for Competitive Intelligence * A New Approach Towards Intelligent Analysis for Competitive Intelligence * Yanping Zhao, Yidan Wang, Donghua Zhu School of Management and Economics Beijing Institute of Technology P.R.China Abstract: -

More information

Mathematical Forecasting of the Tourism Activity Importance in Chinese Economy based on Holt s Exponential Smoothing Model Juxing Wang1, a

Mathematical Forecasting of the Tourism Activity Importance in Chinese Economy based on Holt s Exponential Smoothing Model Juxing Wang1, a 5th International Conference on Social Science, Education and Humanities Research (SSEHR 2016) Mathematical Forecasting of the Tourism Activity Importance in Chinese Economy based on Holt s Exponential

More information

Multi Factor Stock Selection Model Based on LSTM

Multi Factor Stock Selection Model Based on LSTM International Journal of Economics and Finance; Vol. 10, No. 8; 2018 ISSN 1916-971X E-ISSN 1916-9728 Published by Canadian Center of Science and Education Multi Factor Stock Selection Model Based on LSTM

More information

Impact of Echelon Ratio for the Bullwhip Effect in a Three-echelon Supply Chain Based on Multiagent

Impact of Echelon Ratio for the Bullwhip Effect in a Three-echelon Supply Chain Based on Multiagent 2598 JOURNAL OF COMPUTERS, VOL. 8, NO. 10, OCTOBER 2013 Impact of Echelon Ratio for the Bullwhip Effect in a Three-echelon Supply Chain Based on Multiagent Simulation Hongsen Wang School of Economics and

More information

FEEMD-DR Model for Forecasting. Water Consumption

FEEMD-DR Model for Forecasting. Water Consumption Contemporary Engineering Sciences, Vol. 0, 7, no. 6, 273-284 HIKARI Ltd, www.m-hikari.com https://doi.org/988/ces.7.77 FEEMD-DR Model for Forecasting Water Consumption Nuramirah Akrom and Zuhaimy Ismail

More information

Water Quantity Prediction Using Least Squares Support Vector Machines (LS-SVM) Method

Water Quantity Prediction Using Least Squares Support Vector Machines (LS-SVM) Method Water Quantity Prediction Using Least Squares Support Vector Machines (LS-SVM) Method Nian Zhang, Charles Williams University of the District of Columbia, Department of Electrical and Computer Engineering

More information

Introduction to Research at Noah s Ark Lab. Noah s Ark Lab Huawei Technologies Co. Ltd.

Introduction to Research at Noah s Ark Lab. Noah s Ark Lab Huawei Technologies Co. Ltd. Introduction to Research at Noah s Ark Lab Noah s Ark Lab Huawei Technologies Co. Ltd. Noah s Ark Lab Research Areas Machine Learning Data Mining Speech and Language Processing Information and Knowledge

More information

PredIctIon of SIze distribution of Iron ore GrAnuleS And PermeAbIlIty of ItS bed

PredIctIon of SIze distribution of Iron ore GrAnuleS And PermeAbIlIty of ItS bed J o u r n a l o f J. Min. Metall. Sect. B-Metall. 47 (2) B (2011) 113-123 M i n i n g a n d M e t a l l u r g y PredIctIon of SIze distribution of Iron ore GrAnuleS And PermeAbIlIty of ItS bed X. lv #,

More information

Research on Personal Credit Assessment Based. Neural Network-Logistic Regression Combination

Research on Personal Credit Assessment Based. Neural Network-Logistic Regression Combination Open Journal of Business and Management, 2017, 5, 244-252 http://www.scirp.org/journal/ojbm ISSN Online: 2329-3292 ISSN Print: 2329-3284 Research on Personal Credit Assessment Based on Neural Network-Logistic

More information

Available online at ScienceDirect. Procedia Engineering 121 (2015 ) Shui Yu*, Keran Li, Guohui Feng

Available online at  ScienceDirect. Procedia Engineering 121 (2015 ) Shui Yu*, Keran Li, Guohui Feng Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 121 (2015 ) 1443 1448 9th International Symposium on Heating, Ventilation and Air Conditioning (ISHVAC) and the 3rd International

More information

Short-Term Electricity Price Forecasting Based on Grey Prediction GM(1,3) and Wavelet Neural Network

Short-Term Electricity Price Forecasting Based on Grey Prediction GM(1,3) and Wavelet Neural Network American Journal of Electrical Power and Energy Systems 08; 7(4): 5055 http://www.sciencepublishinggroup.com/j/epes doi: 0.648/j.epes.080704. ISSN: 369X (Print); ISSN: 36900 (Online) ShortTerm Electricity

More information

Chinese and Foreign Sports Industry Development TFP Analysis and DEA Approach Applied Research

Chinese and Foreign Sports Industry Development TFP Analysis and DEA Approach Applied Research Send Orders for Reprints to reprints@benthamscience.ae 39 The Open Cybernetics & Systemics Journal, 5, 9, 39-395 Open Access Chinese and Foreign Sports Industry Development TFP Analysis and DEA Approach

More information

APPLICATION OF TIME-SERIES DEMAND FORECASTING MODELS WITH SEASONALITY AND TREND COMPONENTS FOR INDUSTRIAL PRODUCTS

APPLICATION OF TIME-SERIES DEMAND FORECASTING MODELS WITH SEASONALITY AND TREND COMPONENTS FOR INDUSTRIAL PRODUCTS International Journal of Mechanical Engineering and Technology (IJMET) Volume 8, Issue 7, July 2017, pp. 1599 1606, Article ID: IJMET_08_07_176 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=8&itype=7

More information

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

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

More information

Methods and Applications of Statistics in Business, Finance, and Management Science

Methods and Applications of Statistics in Business, Finance, and Management Science Methods and Applications of Statistics in Business, Finance, and Management Science N. Balakrishnan McMaster University Department ofstatistics Hamilton, Ontario, Canada 4 WILEY A JOHN WILEY & SONS, INC.,

More information

Design of Crane Safety Monitoring System Based on Big Data Analysis

Design of Crane Safety Monitoring System Based on Big Data Analysis 2nd International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2016) Design of Crane Safety Monitoring System Based on Big Data Analysis Wang Guo liang1.a,cheng Xian-yi1,b,Li

More information

Make the Jump from Business User to Data Analyst in SAS Visual Analytics

Make the Jump from Business User to Data Analyst in SAS Visual Analytics SESUG 2016 Paper 200-2016 Make the Jump from Business User to Data Analyst in SAS Visual Analytics Ryan Kumpfmilller, Zencos Consulting ABSTRACT SAS Visual Analytics is effective in empowering the business

More information

Day-Ahead Price Forecasting of Electricity Market Using Neural Networks and Wavelet Transform

Day-Ahead Price Forecasting of Electricity Market Using Neural Networks and Wavelet Transform Electrical and Electronic Engineering 2018, 8(2): 37-52 DOI: 10.5923/j.eee.20180802.02 Day-Ahead Price Forecasting of Electricity Market Using Neural Networks and Wavelet Transform Kamran Rahimimoghadam

More information

Cold-start Solution to Location-based Entity Shop. Recommender Systems Using Online Sales Records

Cold-start Solution to Location-based Entity Shop. Recommender Systems Using Online Sales Records Cold-start Solution to Location-based Entity Shop Recommender Systems Using Online Sales Records Yichen Yao 1, Zhongjie Li 2 1 Department of Engineering Mechanics, Tsinghua University, Beijing, China yaoyichen@aliyun.com

More information

Mass Customization Marketing Strategies for China Railway Freight Transportation Service

Mass Customization Marketing Strategies for China Railway Freight Transportation Service International Journal of Marketing Studies www.ccsenet.org/ijms Mass Customization Marketing Strategies for China Railway Freight Transportation Service Yuhua Guo Bureau of Transportation, Ministry of

More information

World-Class Dispatching Management Practices Featured by KPIs Centered Self-Adaptive Management Process

World-Class Dispatching Management Practices Featured by KPIs Centered Self-Adaptive Management Process Journal of Energy and Power Engineering 9 (2015) 1107-1112 doi: 10.17265/1934-8975/2015.12.009 D DAVID PUBLISHING World-Class Dispatching Management Practices Featured by KPIs Centered Self-Adaptive Management

More information

One Year Executive Program in Applied Business Analytics

One Year Executive Program in Applied Business Analytics Vivekanand Education Society Institute of Management Studies & Research Big Data & Advanced Analytics One Year Executive Program in Applied Business Analytics In a rapidly changing global environment,

More information

A variable P value rolling Grey forecasting model for Taiwan semiconductor industry production

A variable P value rolling Grey forecasting model for Taiwan semiconductor industry production Technological Forecasting & Social Change 72 (2005) 623 640 A variable P value rolling Grey forecasting model for Taiwan semiconductor industry production Shih-Chi Chang a,b, *, Hsien-Che Lai a, Hsiao-Cheng

More information

Forecasting Software

Forecasting Software Appendix B Forecasting Software B1 APPENDIX B Forecasting Software Good forecasting software is essential for both forecasting practitioners and students. The history of forecasting is to a certain extent

More information