Quartile-Based Defuzzify Scheme Integrated with PSO for Revenue Change Forecasting. Abstract

Size: px
Start display at page:

Download "Quartile-Based Defuzzify Scheme Integrated with PSO for Revenue Change Forecasting. Abstract"

Transcription

1 Quartile-Based Defuzzify Scheme Integrated with PSO for Revenue Change Forecasting Yao-Lin Huang 1 I-Hong Kuo 2 Shu-Mei Pai 3 1 Department of Computer and Communication Engineering, De Lin Institute of Technology 2 Information and Communications Research Laboratories (ICL), Industrial Technology Research Institute (ITRI) 3 Department of Nursing, Hsin Sheng Junior College of Medical Care and Management yaolinhuang@gmail.com yihonguo@gmail.com dutypai@gmail.com Abstract In this paper, we propose an improved forecasting model which integrates fuzzy time series approach and particle swarm optimization (PSO) for revenue change. The proposed model uses Quartile-Based Defuzzify (QBD) scheme to calculate the fuzzy center of each interval for the defuzzification process. The empirical data of revenue changes in e-reader are used to assess the model s effectiveness. The experimental results prove that the proposed QBD scheme is applicable and performs better than other listing methods. Keywords: Particle swarm optimization, Time series forecasting, Quartile-based defuzzify 1. Introduction Accuracy prediction of revenue changes can help the companies of e-reader make investment policies. In recent years, the forecasting approaches of time series have great progress in various applications. However, some problems encounter limited historical data and large fluctuations, and thus it is difficult to make accurate prediction for decision-maker. Traditional forecasting methods can only deal with numerical data and fail to solve the problems in which the historical data are linguistic values. Fuzzy set theory was firstly introduced by Zadeh [1-3] to deal with linguistic values. Song and Chissom [4] successfully applied the concept of fuzzy sets in the time-invariant and time-variant fuzzy time series models [5-7] to forecast enrollments. To reduce the complexity of the forecasting procedure and improve forecasting accuracy, Chen [8] introduced the first-order fuzzy logical relationships (FLRs) and IF-THEN rules based on fuzzy theory. Huarng [9, 10] presented computational and heuristic schemes by properly partitioning the lengths of intervals. Wong et al. [11] presented automatically adaptive method which can analyze the window size of fuzzy time series according to the prediction accuracy in the training phase and heuristic rules to yield forecasted values in the testing phase. Yolcu et al. Yu [12] presented the refined approach in the formulation of FLRs to apply the FLRs more effectively. Hwang et al. [13] presented the time-variant fuzzy model using the variations in fuzzy relationship matrix. [14] applied the constrained optimization which used a single-variable to calculate the ratio of the interval lengths. Kuo et al. [15, 16] and Huang et al. [17, 18] presented the hybr forecasting models which integrated fuzzy methods and particle swarm optimization 390

2 (PSO) to increase forecast accuracy. Adebiyi et al. [19] presented a hybrized approach in which artificial neural networks was used to increase forecasting accuracy in stock index. Sadaei et al. [20] proposed a sophisticated exponentially weighted fuzzy algorithm that is aligned with an enhanced harmony search. Chen et al. [21, 22] presented a new model for fuzzy forecasting based on two-factors second-order fuzzy-trend logical relationship groups and the probabilities of trends of fuzzy-trend logical relationships After inspecting the prediction approaches in literature, the lengths of intervals and forecasting rules are two key issues impacting prediction accuracy. Hence, a Quartile-Based Defuzzify (QBD) scheme is applied in fuzzy time series to improve fuzzy approach. Then, The PSO algorithm is applied to adjust interval lengths in the universe of discourse by minimizing the MSE value. The proposed forecasting method is called the QBDPSO model. The empirical example of revenue changes in e-reader from Prime View International Co., Ltd. [23] is used to assess the effectiveness of the proposed forecasting model. The indicators of mean squared error (MSE) and mean absolute percentage error (MAPE) are used to estimate the forecasting accuracy. In QBDPSO model, Chen s method [8] is applied to construct fuzzy logical relationships (FLRs) and the QBD scheme is used to calculate defuzzify values in the training phase. The experimental results show that the QBDPSO model outperforms other existing models. The remaining content of this paper is organized as follows. Section 2 introduces fuzzy time series and PSO algorithm. Section 3 depicts improved quartile-based defuzzify scheme and the detail procedures of the empirical case of revenue changes in e-reader. Section 4 evaluates the forecasting accuracy of the proposed model by compared with the existing methods. Finally, the paper is concluded in section Related works In this section, some basic definitions and principles of fuzzy time series are introduced to cope with the ambiguity and chaotic of prediction problems. The algorithm of Particle swarm optimization (PSO) is also reviewed to integrate with fuzzy approach. 2.1 Fuzzy Time series Let U be the universe of discourse, where U = {u 1, u 2,, u n }. A fuzzy set A in U can be defined as: A ( u ) / u (1) A( u1) / u1 A( u2) / u2 A where A is the membership function of the fuzzy set A, A : U [0, 1] and A (u i ), 1 i n, denotes the grade of membership of u i in U and A (u i ) [0, 1]. In [4-6, 8], some definitions of the fuzzy time series are described as follows. Definition 1: Let Y(t)(t =, 0, 1, 2, 3, 4, ), a subset of real numbers, be the universe of discourse by which fuzzy sets i (t) are defined. If F(t) is a collection of 1 (t), 2 (t),, then F(t) is the fuzzy time series defined as Y(t). Definition 2: When F(t) and F(t 1) are fuzzy sets, if there exists a FLR, R(t 1, t), such that F(t) = F(t 1) R(t, t 1), where the symbol denotes an operation, then F(t) is sa to be caused by F(t 1). If F(t) is caused by F(t 1) only, the first-order FLR is represented by F(t 1) F(t), where F(t 1) is the current state and F(t) is the next state, respectively. n n 391

3 Definition 3: Let F(t n), F(t n + 1),, F(t 1), and F(t) be the fuzzy sets in a time series. If F(t) is caused by F(t n), F(t n + 1), and F(t 1), then the nth-order FLR is defined as follows: F(t n), F(t n + 1),, F(t 1) F(t), where F(t n), F(t n + 1),, F(t 1) denotes to the current state and F(t) denotes to the next state. 2.2 Particle Swam Optimization The PSO algorithm was first introduced by Eberhart and Kennedy [24] in The PSO approach can efficiently compute the near optimal or optimal solution for complicated problems. Based on the PSO algorithms [15, 17, 25, 26], a cooperative swarm of particles searches the space of problem domains to find all possible solutions. In [24] at each optimization step, a flying particle, indexed by, adjusts its candate position and velocity as (2) and (3): t t 1 t 1 t 1 V V c rand () ( P X ) c rand () ( P X ) (2) 1 2 gd X t X t 1 V t (3) where is the inertia weight factor; and denote the ith particle s position in dimension d at time t 1 and t; P is the position where the best fitness value that ith particle has ever obtained since time t; P gd is the position where the highest fitness value that all particles have ever found since time t; c 1 and c 2 are acceleration values; rand() is a random function which yields a random value from 0 to 1; and and represent the current and next velocities of a particle. If exceeds V ma x, then is set to V max, where V max is a constant value. In this paper, the standard PSO algorithm is used and depicted as follows. Algorithm 1. Standard PSO algorithm l: Randomly yield position and velocity for each particle 2: while stopping criteria (maximum iterations or minimum error ) is not reached do 3: for each particle do 4: Compute the fitness 5: Update the local best position and global best position 6: Update the velocity 7: Update the position 8: end for 9: end while 3. QBDPSO forecasting model In QBDPSO forecasting model, an improved defuzzify scheme is applied to improve fuzzy approach. The key issue of the improved defuzzify scheme is based on the quartiles of the intervals. For a defuzzification process, the QBD scheme cuts each interval into four sub-intervals with equal size. The QBD scheme calculates the fuzzy center of an interval according to two rules: (1) Each data located in the first and four quartiles of a interval is replaced with the value of mpoint of the interval; (2) Each data between the second and third quartiles of a interval, the value is unchanged. Based on above two rules, the fuzzy center of each interval can be obtained. 392

4 Table 1. Revenue change, fuzzy set, mpoint and fuzzy center of QBD scheme Year/Month Revenue change Fuzzy set Mpoint Fuzzy center 2011/ A / A / A / A / A / A / A The PSO algorithm is used to adjust interval lengths in the universe of discourse by minimizing the MSE value. In QBDPSO model, the trained fuzzy rules and forecasted values are used to predict unknown values. The empirical example of revenue changes for QBDPSO model is presented as follows. Step 1: Define the universe of discourse U as U = [200, 4000]. Step 2: Dive U into ten intervals as U = { u 1, u 2, u 3, u 4, u 5, u 6, u 7, u 8, u 9, u 10 }. (4) Step 3: Define the fuzzy sets based on the intervals Step 4: Fuzzify historical data as showed in Table 1 in which Columns 2 lists actual revenue and Column 3 shows fuzzy sets. Step 5: Generate all fuzzy logical relationships. According to Definitions 2 and 3, Table 2 shows all 3rd-order FLRs. Table 2. The 3rd-order fuzzy logical relationships on revenue changes The 3rd-order Fuzzy Logical Relationships A 6, A 3, A 6 A 5 A 1, A 0, A 1 A 1 A 3, A 6, A 5 A 4 A 0, A 1, A 1 A 1 A 6, A 5, A 4 A 5 A 1, A 1, A 1 A 3 A 9, A 6, A 0 A 0 A 7, A 7, A 3 A 3 A 6, A 0, A 0 A 0 A 7, A 3, A 3 A 2 A 0, A 0, A 1 A 0 A 3, A 2, A 2 A 2 A 0, A 1, A 0 A 1 A 2, A 2, A 2 A 2 393

5 Table 3. The 3rd-order fuzzy logical relationship groups on revenue changes The 3rd-order Fuzzy Logical Relationship Groups (A 0, A 0, A 1 ), (A 6, A 0, A 0 ), (A 9, A 6, A 0 ), (A 9, A 9, A 6 ) A 0 (A 0, A 0, A 0 ), (A 0, A 1, A 0 ), (A 0, A 1, A 1 ), (A 1, A 0, A 1 ) A 1 (A 2, A 2, A 2 ), (A 3, A 2, A 2 ), (A 3, A 3, A 2 ), (A 7, A 3, A 3 ) A 2 (A 3, A 3, A 5 ), (A 3, A 5, A 7 ), (A 4, A 5, A 6 ), (A 5, A 7, A 7 ) A 7 (A 5, A 6, A 7 ), (A 6, A 7, A 9 ) A 9 Step 6: Create FLR groups. All FLRs with the same current state are taken together to yield a FLR group. According to Table 2, Table 3 shows FLR groups Step 7: Forecast and defuzzify. The QBD scheme is used to forecast in each forecasting. Table 4 shows the comparison of revenue forecasting from January 2011 to July Step 8: Compute forecasting accuracy. The measure indicators of MSE and MAPE are used to estimate the forecasting accuracy. Let N be the number of forecasted data. The estimated indicators of MSE and MAPE are defined as follows: N 2 ( F i Y i i v ( ) ( )) 1 MSE (5) N 1 MAPE N N i 1 Fv ( i) Y( i) 100% (6) Y( i) Step 9: PSO optimization. According to Algorithm 1, we use the PSO algorithm to adjust the interval lengths of U and repeat Steps 2-8 to find out proper intervals with minimum MSE value when maximum-iterations criteria is not satisfied. Table 4. Comparison of revenue forecasting from January 2011 to July 2013 Year/Month Actual Revenue MV HPSO[15] QBDPSO 2011/ / / / / / / / / / / / / MSE MAPE 38.69% 5.22% 4.95% 394

6 Jan-11 Feb-11 Mar-11 Apr-11 May-11 Jun-11 Jul-11 Aug-11 Sep-11 Oct-11 Nov-11 Dec-11 Jan-12 Feb-12 Mar-12 Apr-12 May-12 Jun-12 Jul-12 Aug-12 Sep-12 Oct-12 Nov-12 Dec-12 Jan-13 Feb-13 Mar-13 Apr-13 May-13 Jun-13 Jul-13 Revenue changes KC2015知 識 社 群 國 際 研 討 會 4. Experimental Results The actual data of revenue changes in e-reader from Prime View International Co., Ltd. [23] are listed in Table 1 for model valation. The historical data are separated into two parts: in-sample data from January 2011 to July 2013 for training and out-of-sample data from May 2013 to July 2013 for testing. The standard PSO is used to adjust interval lengths for improving forecast accuracy and the parameters are set as follows. The number of particles is 30, the maximal steps of movement for each particle is 100, the value of inertial weight is decreased linearly from 1.4 to 0.4 during each generation, and the self confence c1 and the social confence c2 are set to 2. The velocity of each particle V is limited to [ 100, 100]. In our experiment, the QBDSO model executes 100 runs, and the best result of 100 runs is chosen to be the final result Actual Revenue MV HPSO[15] QBDPSO Month Figure 1. A Comparison of revenue forecasting in the training phase To compare fitted accuracy, the monthly data from January 2011 to July 2013 of revenue changes in e-reader are used to verify the forecasting accuracy in the training phase. The QBDPSO model of 3nd-order is compared with two existing forecasting models, Moving Average (MV) and HPSO (3rd-order) [15]. A comparison of the forecasted results with ten intervals is listed in Table 4. The proposed model of 3rd-order yields the lowest error rates, i.e., MSE = 4051 and MAPE = 4.95%. The graphic comparison of actual data and the forecasted results in e-reader is shown in Figure 1.0 Table 5. Comparison of revenue change forecasting from May 2013 to July 2013 Date Actual 1st-order 2nd-order 3rd-order Data HPSO QBPSO HPSO QBPSO HPSO QBPSO 2013/ / / MSE MAPE 48.04% 32.60% 35.11% 21.06% 20.49% 18.37% 395

7 Revenue changes Revenue changes KC2015知 識 社 群 國 際 研 討 會 In the testing phase, monthly data of revenue changes from May 2013 to July 2013 are used to verify the forecasting accuracy. A comparison of the forecasted revenue changes between HPSO model [15] and QBDPSO model is shown in Table 5. For QBDPSO model, the MSE values are , and and the MAPE values are 32.6%, 21.06% and 18.37% for 1st- to 3rd-order FLRs, respectively. From the trend of time series plot revealed in Figure 2. (a)-(c), we conclude that the proposed model can prove valuable information for future investment in e-book market. Revenue changes Actual HPSO QBDPSO 2013/ / /07 Month (a) The 1st-order fuzzy logical relationships Actual HPSO QBDPSO 2013/ / /07 Month (b) The 2nd-order fuzzy logical relationships Actual 400 HPSO 200 QBDPSO / / /07 Month (c) The 3rd-order fuzzy logical relationships Figure 2. Comparison of revenue forecasting in the testing phase 396

8 5. Conclusions In this paper, we propose an improved defuzzify scheme for revenue changes in e-reader based on fuzzy time series approach and PSO algorithm. For each forecasting, the QBD scheme is used calculate appropriate defuzzify values. The PSO algorithm generates optimal forecasted values by adjusting the lengths of intervals in U. Hence, the QBDPSO model can predict the revenue changes very well. As shown in Table 5, the proposed model outperforms the work in HPSO model [15] for the testing phase. This paper shows the superior forecasting capability compared to existing models in the training and testing phases. In the future, we suggest applying QBDPSO model to forecast more real-world problems such as temperature, crop production, stock indices, etc. References [1] Zadeh, L. A. (1965). Fuzzy sets. Information and Control, 8, [2] Zadeh, L. A. (1975). The concept of a linguistic variable and its application to approximate reasoning--i. Information Sciences, 8(3), [3] Zadeh, L. A. (1975).The concept of a linguistic variable and its application to approximate reasoning--ii. Information Sciences, 8(4), [4] Song, Q. & Chissom, B. S. (1993). Fuzzy time series and its models. Fuzzy Sets and Systems, 54(3), [5] Song, Q. & Chissom, B. S. (1993). Forecasting enrollments with fuzzy time series--part I. Fuzzy Sets and Systems, 54(1), 1-9. [6] Song, Q. & Chissom, B. S. (1994). Forecasting enrollments with fuzzy time series--part II. Fuzzy Sets and Systems, 62(1), 1-8. [7] Song, Q., Leland, R. P., & Chissom, B. S. (1995). A new fuzzy time-series model of fuzzy number observations. Fuzzy Sets and Systems, 73(3), [8] Chen, S. M. (1996). Forecasting enrollments based on fuzzy time series, Fuzzy Sets and Systems, 81(3), [9] Huarng, K. (2001). Effective lengths of intervals to improve forecasting in fuzzy time series. Fuzzy Sets and Systems, 123(3), [10] Huarng, K. (2001). Heuristic models of fuzzy time series for forecasting. Fuzzy Sets and Systems, 123, [11] Wong, W. K., Enjian, B., & Chu, A. W. (2010). Adaptive Time-Variant Models for Fuzzy-Time-Series Forecasting. IEEE Transactions on Systems, Man, and Cybernetics, Part B: Cybernetics, 40(6), [12] Yu, H. K. (2005). A refined fuzzy time-series model for forecasting. Physica A: Statistical Mechanics and its Applications, 346 (3-4), [13] Hwang, J. R., Chen, S. M., & Lee C. H. (1998). Handling forecasting problems using fuzzy time series. Fuzzy Sets and Systems, 100(1-3), [14] Yolcu, U., Egrioglu, E., Uslu, V. R., Basaran, M. A., & Aladag, C. H. (2009). A new approach for determining the length of intervals for fuzzy time series. Applied Soft Computing, 9(2), [15] Kuo, I. H., Horng, S. J., Kao, T. W., Lin, T. L., Lee, C. L., & Pan, Y. (2009). An improved method for forecasting enrollments based on fuzzy time series and particle swarm optimization. Expert Systems with Applications, 36(3), [16] Kuo, I. H., Horng, S. J., Chen, Y. H., Run, R. S., Kao, T. W., Chen, R. J., et al. (2010). Forecasting TAIFEX based on fuzzy time series and particle swarm optimization. Expert Systems with Applications, 37(2), [17] Huang, Y. L., Horng, S. J., He, M., Fan, P., Kao, T. W., Khan, M. K., et al. (2011). A hybr forecasting model for enrollments based on aggregated fuzzy time series and particle swarm optimization. Expert Systems with Applications, 38(7), [18] Huang, Y. L., Horng, S. J., Kao, T. W., Run, R. S., Lai, J. L., Chen, R. J., et al. (2011). An improved forecasting model based on the weighted fuzzy relationship matrix combined with a PSO adaptation for enrollments. International Journal of Innovative Computing, Information 397

9 and Control, 7(7A), [19] Adebiyi, A. A., Ayo, C. K., Adebiyi, M., & Otokiti, S. O. (2012). An Improved Stock Price Prediction using Hybr Market Indicators. African Journal of Computing & ICT, vol. 5(5), [20] Sadaei, H. J., Enayatifar, R., Abdullah, A. H., & Gani, A. Short-term load forecasting using a hybr model with a refined exponentially weighted fuzzy time series and an improved harmony search. International Journal of Electrical Power & Energy Systems, 62, [21] Chen, S. M. & Chen, S. W. (2014). A new method for forecasting the taiex based on two-factors second-order fuzzy-trend logical relationship groups and the probabilities of trends of fuzzy logical relationships. International Conference on Machine Learning and Cybernetics (ICMLC), [22] Chen, S. M. & Chen, S. W. (2015). Fuzzy Forecasting Based on Two-Factors Second-Order Fuzzy-Trend Logical Relationship Groups and the Probabilities of Trends of Fuzzy Logical Relationships. IEEE Transactions on Cybernetics, 45(3), [23] L. Prime View International Co., [24] Eberhart, R. & Kennedy, J. (1995). A new optimizer using particle swarm theory, Proc. 6th Int. Symposium Science, [25] Kuo, I. H., Horng, S. J., Kao, T. W., Lin, T. L., Lee, C. L., Terano, T., et al. (2009). An efficient flow-shop scheduling algorithm based on a hybr particle swarm optimization model. Expert Systems with Applications, vol. 36(3), [26] Eberhart, R. & Shi, Y. (2001). Particle swarm optimization: developments, applications and resources. Proc. IEEE Int. Conf. on Evolutionary Computation,

TOURISM DEMAND FORECASTING USING A NOVEL HIGH-PRECISION FUZZY TIME SERIES MODEL. Ruey-Chyn Tsaur and Ting-Chun Kuo

TOURISM DEMAND FORECASTING USING A NOVEL HIGH-PRECISION FUZZY TIME SERIES MODEL. Ruey-Chyn Tsaur and Ting-Chun Kuo International Journal of Innovative Computing, Information and Control ICIC International c 2014 ISSN 1349-4198 Volume 10, Number 2, April 2014 pp. 695 701 OURISM DEMAND FORECASING USING A NOVEL HIGH-PRECISION

More information

AT&T Global Network Client for Windows Product Support Matrix January 29, 2015

AT&T Global Network Client for Windows Product Support Matrix January 29, 2015 AT&T Global Network Client for Windows Product Support Matrix January 29, 2015 Product Support Matrix Following is the Product Support Matrix for the AT&T Global Network Client. See the AT&T Global Network

More information

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS*

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS* COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) 2 Fixed Rates Variable Rates FIXED RATES OF THE PAST 25 YEARS AVERAGE RESIDENTIAL MORTGAGE LENDING RATE - 5 YEAR* (Per cent) Year Jan Feb Mar Apr May Jun

More information

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS*

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS* COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) 2 Fixed Rates Variable Rates FIXED RATES OF THE PAST 25 YEARS AVERAGE RESIDENTIAL MORTGAGE LENDING RATE - 5 YEAR* (Per cent) Year Jan Feb Mar Apr May Jun

More information

Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 1 of 138. Exhibit 8

Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 1 of 138. Exhibit 8 Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 1 of 138 Exhibit 8 Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 2 of 138 Domain Name: CELLULARVERISON.COM Updated Date: 12-dec-2007

More information

A FUZZY LOGIC APPROACH FOR SALES FORECASTING

A FUZZY LOGIC APPROACH FOR SALES FORECASTING A FUZZY LOGIC APPROACH FOR SALES FORECASTING ABSTRACT Sales forecasting proved to be very important in marketing where managers need to learn from historical data. Many methods have become available for

More information

Enhanced Vessel Traffic Management System Booking Slots Available and Vessels Booked per Day From 12-JAN-2016 To 30-JUN-2017

Enhanced Vessel Traffic Management System Booking Slots Available and Vessels Booked per Day From 12-JAN-2016 To 30-JUN-2017 From -JAN- To -JUN- -JAN- VIRP Page Period Period Period -JAN- 8 -JAN- 8 9 -JAN- 8 8 -JAN- -JAN- -JAN- 8-JAN- 9-JAN- -JAN- -JAN- -JAN- -JAN- -JAN- -JAN- -JAN- -JAN- 8-JAN- 9-JAN- -JAN- -JAN- -FEB- : days

More information

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

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

More information

Optimized Fuzzy Control by Particle Swarm Optimization Technique for Control of CSTR

Optimized Fuzzy Control by Particle Swarm Optimization Technique for Control of CSTR International Journal of Computer, Electrical, Automation, Control and Information Engineering Vol:5, No:, 20 Optimized Fuzzy Control by Particle Swarm Optimization Technique for Control of CSTR Saeed

More information

Analyzing price seasonality

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

More information

CALL VOLUME FORECASTING FOR SERVICE DESKS

CALL VOLUME FORECASTING FOR SERVICE DESKS CALL VOLUME FORECASTING FOR SERVICE DESKS Krishna Murthy Dasari Satyam Computer Services Ltd. This paper discusses the practical role of forecasting for Service Desk call volumes. Although there are many

More information

Analysis One Code Desc. Transaction Amount. Fiscal Period

Analysis One Code Desc. Transaction Amount. Fiscal Period Analysis One Code Desc Transaction Amount Fiscal Period 57.63 Oct-12 12.13 Oct-12-38.90 Oct-12-773.00 Oct-12-800.00 Oct-12-187.00 Oct-12-82.00 Oct-12-82.00 Oct-12-110.00 Oct-12-1115.25 Oct-12-71.00 Oct-12-41.00

More information

High Frequency Trading using Fuzzy Momentum Analysis

High Frequency Trading using Fuzzy Momentum Analysis Proceedings of the World Congress on Engineering 2 Vol I WCE 2, June 3 - July 2, 2, London, U.K. High Frequency Trading using Fuzzy Momentum Analysis A. Kablan Member, IAENG, and W. L. Ng. Abstract High

More information

A New Quantitative Behavioral Model for Financial Prediction

A New Quantitative Behavioral Model for Financial Prediction 2011 3rd International Conference on Information and Financial Engineering IPEDR vol.12 (2011) (2011) IACSIT Press, Singapore A New Quantitative Behavioral Model for Financial Prediction Thimmaraya Ramesh

More information

Ashley Institute of Training Schedule of VET Tuition Fees 2015

Ashley Institute of Training Schedule of VET Tuition Fees 2015 Ashley Institute of Training Schedule of VET Fees Year of Study Group ID:DECE15G1 Total Course Fees $ 12,000 29-Aug- 17-Oct- 50 14-Sep- 0.167 blended various $2,000 CHC02 Best practice 24-Oct- 12-Dec-

More information

Technical Analysis on Financial Forecasting

Technical Analysis on Financial Forecasting Technical Analysis on Financial Forecasting SGopal Krishna Patro 1, Pragyan Parimita Sahoo 2, Ipsita Panda 3, Kishore Kumar Sahu 4 1,2,3,4 Department of CSE & IT, VSSUT, Burla, Odisha, India sgkpatro2008@gmailcom,

More information

Optimal PID Controller Design for AVR System

Optimal PID Controller Design for AVR System Tamkang Journal of Science and Engineering, Vol. 2, No. 3, pp. 259 270 (2009) 259 Optimal PID Controller Design for AVR System Ching-Chang Wong*, Shih-An Li and Hou-Yi Wang Department of Electrical Engineering,

More information

Flexible Neural Trees Ensemble for Stock Index Modeling

Flexible Neural Trees Ensemble for Stock Index Modeling Flexible Neural Trees Ensemble for Stock Index Modeling Yuehui Chen 1, Ju Yang 1, Bo Yang 1 and Ajith Abraham 2 1 School of Information Science and Engineering Jinan University, Jinan 250022, P.R.China

More information

Optimization of PID parameters with an improved simplex PSO

Optimization of PID parameters with an improved simplex PSO Li et al. Journal of Inequalities and Applications (2015) 2015:325 DOI 10.1186/s13660-015-0785-2 R E S E A R C H Open Access Optimization of PID parameters with an improved simplex PSO Ji-min Li 1, Yeong-Cheng

More information

Demand forecasting & Aggregate planning in a Supply chain. Session Speaker Prof.P.S.Satish

Demand forecasting & Aggregate planning in a Supply chain. Session Speaker Prof.P.S.Satish Demand forecasting & Aggregate planning in a Supply chain Session Speaker Prof.P.S.Satish 1 Introduction PEMP-EMM2506 Forecasting provides an estimate of future demand Factors that influence demand and

More information

Comparing share-price performance of a stock

Comparing share-price performance of a stock Comparing share-price performance of a stock A How-to write-up by Pamela Peterson Drake Analysis of relative stock performance is challenging because stocks trade at different prices, indices are calculated

More information

BMOA: Binary Magnetic Optimization Algorithm

BMOA: Binary Magnetic Optimization Algorithm International Journal of Machine Learning and Computing Vol. 2 No. 3 June 22 BMOA: Binary Magnetic Optimization Algorithm SeyedAli Mirjalili and Siti Zaiton Mohd Hashim Abstract Recently the behavior of

More information

A Novel Binary Particle Swarm Optimization

A Novel Binary Particle Swarm Optimization Proceedings of the 5th Mediterranean Conference on T33- A Novel Binary Particle Swarm Optimization Motaba Ahmadieh Khanesar, Member, IEEE, Mohammad Teshnehlab and Mahdi Aliyari Shoorehdeli K. N. Toosi

More information

Energy Savings from Business Energy Feedback

Energy Savings from Business Energy Feedback Energy Savings from Business Energy Feedback Behavior, Energy, and Climate Change Conference 2015 October 21, 2015 Jim Stewart, Ph.D. INTRODUCTION 2 Study Background Xcel Energy runs the Business Energy

More information

Industry Environment and Concepts for Forecasting 1

Industry Environment and Concepts for Forecasting 1 Table of Contents Industry Environment and Concepts for Forecasting 1 Forecasting Methods Overview...2 Multilevel Forecasting...3 Demand Forecasting...4 Integrating Information...5 Simplifying the Forecast...6

More information

A RANDOMIZED LOAD BALANCING ALGORITHM IN GRID USING MAX MIN PSO ALGORITHM

A RANDOMIZED LOAD BALANCING ALGORITHM IN GRID USING MAX MIN PSO ALGORITHM International Journal of Research in Computer Science eissn 2249-8265 Volume 2 Issue 3 (212) pp. 17-23 White Globe Publications A RANDOMIZED LOAD BALANCING ALGORITHM IN GRID USING MAX MIN ALGORITHM C.Kalpana

More information

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

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

More information

A Binary Model on the Basis of Imperialist Competitive Algorithm in Order to Solve the Problem of Knapsack 1-0

A Binary Model on the Basis of Imperialist Competitive Algorithm in Order to Solve the Problem of Knapsack 1-0 212 International Conference on System Engineering and Modeling (ICSEM 212) IPCSIT vol. 34 (212) (212) IACSIT Press, Singapore A Binary Model on the Basis of Imperialist Competitive Algorithm in Order

More information

Sales Forecast for Pickup Truck Parts:

Sales Forecast for Pickup Truck Parts: Sales Forecast for Pickup Truck Parts: A Case Study on Brake Rubber Mojtaba Kamranfard University of Semnan Semnan, Iran mojtabakamranfard@gmail.com Kourosh Kiani Amirkabir University of Technology Tehran,

More information

A Comparative Analysis of Techniques for Forecasting Electricity Consumption

A Comparative Analysis of Techniques for Forecasting Electricity Consumption A Comparative Analysis of Techniques for Forecasting Electricity P. Ozoh Science & Information S. Abd-Rahman Science&Information J. Labadin Science & Information M. Apperley Department of Computer Science

More information

RELIABILITY OF ELECTRIC POWER GENERATION IN POWER SYSTEMS WITH THERMAL AND WIND POWER PLANTS

RELIABILITY OF ELECTRIC POWER GENERATION IN POWER SYSTEMS WITH THERMAL AND WIND POWER PLANTS Oil Shale, 27, Vol. 24, No. 2 Special ISSN 28-189X pp. 197 28 27 Estonian Academy Publishers RELIABILITY OF ELECTRIC POWER GENERATION IN POWER SYSTEMS WITH THERMAL AND WIND POWER PLANTS M. VALDMA, M. KEEL,

More information

Change-Point Analysis: A Powerful New Tool For Detecting Changes

Change-Point Analysis: A Powerful New Tool For Detecting Changes Change-Point Analysis: A Powerful New Tool For Detecting Changes WAYNE A. TAYLOR Baxter Healthcare Corporation, Round Lake, IL 60073 Change-point analysis is a powerful new tool for determining whether

More information

Dynamic Task Scheduling with Load Balancing using Hybrid Particle Swarm Optimization

Dynamic Task Scheduling with Load Balancing using Hybrid Particle Swarm Optimization Int. J. Open Problems Compt. Math., Vol. 2, No. 3, September 2009 ISSN 1998-6262; Copyright ICSRS Publication, 2009 www.i-csrs.org Dynamic Task Scheduling with Load Balancing using Hybrid Particle Swarm

More information

A Comparative Study of the Pickup Method and its Variations Using a Simulated Hotel Reservation Data

A Comparative Study of the Pickup Method and its Variations Using a Simulated Hotel Reservation Data A Comparative Study of the Pickup Method and its Variations Using a Simulated Hotel Reservation Data Athanasius Zakhary, Neamat El Gayar Faculty of Computers and Information Cairo University, Giza, Egypt

More information

NTC Project: S01-PH10 (formerly I01-P10) 1 Forecasting Women s Apparel Sales Using Mathematical Modeling

NTC Project: S01-PH10 (formerly I01-P10) 1 Forecasting Women s Apparel Sales Using Mathematical Modeling 1 Forecasting Women s Apparel Sales Using Mathematical Modeling Celia Frank* 1, Balaji Vemulapalli 1, Les M. Sztandera 2, Amar Raheja 3 1 School of Textiles and Materials Technology 2 Computer Information

More information

OBJECTIVE ASSESSMENT OF FORECASTING ASSIGNMENTS USING SOME FUNCTION OF PREDICTION ERRORS

OBJECTIVE ASSESSMENT OF FORECASTING ASSIGNMENTS USING SOME FUNCTION OF PREDICTION ERRORS OBJECTIVE ASSESSMENT OF FORECASTING ASSIGNMENTS USING SOME FUNCTION OF PREDICTION ERRORS CLARKE, Stephen R. Swinburne University of Technology Australia One way of examining forecasting methods via assignments

More information

FORECASTING. Operations Management

FORECASTING. Operations Management 2013 FORECASTING Brad Fink CIT 492 Operations Management Executive Summary Woodlawn hospital needs to forecast type A blood so there is no shortage for the week of 12 October, to correctly forecast, a

More information

Fuzzy Time Series Forecasting

Fuzzy Time Series Forecasting Fuzzy Time Series Forecasting - Developing a new forecasting model based on high order fuzzy time series AAUE November 2009 Semester: CIS 4 Author: Jens Rúni Poulsen Fuzzy Time Series Forecasting - Developing

More information

PREDICTION FOR SHORT-TERM TRAFFIC FLOW BASED ON OPTIMIZED WAVELET NEURAL NETWORK MODEL

PREDICTION FOR SHORT-TERM TRAFFIC FLOW BASED ON OPTIMIZED WAVELET NEURAL NETWORK MODEL PREDICTION FOR SHORT-TERM TRAFFIC FLOW BASED ON OPTIMIZED WAVELET NEURAL NETWORK MODEL ABSTRACT Tao Li 1 and Liu Sheng 2 School of Management, Shanghai University of Engineering Science Shanghai, China

More information

A New Method for Electric Consumption Forecasting in a Semiconductor Plant

A New Method for Electric Consumption Forecasting in a Semiconductor Plant A New Method for Electric Consumption Forecasting in a Semiconductor Plant Prayad Boonkham 1, Somsak Surapatpichai 2 Spansion Thailand Limited 229 Moo 4, Changwattana Road, Pakkred, Nonthaburi 11120 Nonthaburi,

More information

Using Data Mining for Mobile Communication Clustering and Characterization

Using Data Mining for Mobile Communication Clustering and Characterization Using Data Mining for Mobile Communication Clustering and Characterization A. Bascacov *, C. Cernazanu ** and M. Marcu ** * Lasting Software, Timisoara, Romania ** Politehnica University of Timisoara/Computer

More information

Exponential Smoothing with Trend. As we move toward medium-range forecasts, trend becomes more important.

Exponential Smoothing with Trend. As we move toward medium-range forecasts, trend becomes more important. Exponential Smoothing with Trend As we move toward medium-range forecasts, trend becomes more important. Incorporating a trend component into exponentially smoothed forecasts is called double exponential

More information

Trading Strategies based on Pattern Recognition in Stock Futures Market using Dynamic Time Warping Algorithm

Trading Strategies based on Pattern Recognition in Stock Futures Market using Dynamic Time Warping Algorithm Trading Strategies based on Pattern Recognition in Stock Futures Market using Dynamic Time Warping Algorithm Lee, Suk Jun, Jeong, Suk Jae, First Author Universtiy of Arizona, sukjunlee@email.arizona.edu

More information

Optimization of Fuzzy Inventory Models under Fuzzy Demand and Fuzzy Lead Time

Optimization of Fuzzy Inventory Models under Fuzzy Demand and Fuzzy Lead Time Tamsui Oxford Journal of Management Sciences, Vol. 0, No. (-6) Optimization of Fuzzy Inventory Models under Fuzzy Demand and Fuzzy Lead Time Chih-Hsun Hsieh (Received September 9, 00; Revised October,

More information

SINGULAR SPECTRUM ANALYSIS HYBRID FORECASTING METHODS WITH APPLICATION TO AIR TRANSPORT DEMAND

SINGULAR SPECTRUM ANALYSIS HYBRID FORECASTING METHODS WITH APPLICATION TO AIR TRANSPORT DEMAND SINGULAR SPECTRUM ANALYSIS HYBRID FORECASTING METHODS WITH APPLICATION TO AIR TRANSPORT DEMAND K. Adjenughwure, Delft University of Technology, Transport Institute, Ph.D. candidate V. Balopoulos, Democritus

More information

CENTERPOINT ENERGY TEXARKANA SERVICE AREA GAS SUPPLY RATE (GSR) JULY 2015. Small Commercial Service (SCS-1) GSR

CENTERPOINT ENERGY TEXARKANA SERVICE AREA GAS SUPPLY RATE (GSR) JULY 2015. Small Commercial Service (SCS-1) GSR JULY 2015 Area (RS-1) GSR GSR (LCS-1) Texarkana Incorporated July-15 $0.50690/Ccf $0.45450/Ccf $0.00000/Ccf $2.85090/MMBtu $17.52070/MMBtu Texarkana Unincorporated July-15 $0.56370/Ccf $0.26110/Ccf $1.66900/Ccf

More information

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

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

More information

Forecasting Of Indian Stock Market Index Using Artificial Neural Network

Forecasting Of Indian Stock Market Index Using Artificial Neural Network Forecasting Of Indian Stock Market Index Using Artificial Neural Network Proposal Page 1 of 8 ABSTRACT The objective of the study is to present the use of artificial neural network as a forecasting tool

More information

Deriving Investor Sentiment from Options Markets

Deriving Investor Sentiment from Options Markets Deriving Investor Sentiment from Options Markets Chikashi TSUJI February 28, 29 Abstract The purpose of this paper is to introduce the put call ratio (PCR) as an investor sentiment index, and show the

More information

CAFIS REPORT 2015.10

CAFIS REPORT 2015.10 CAFIS REPORT 2015.10 INDEX Message CAFIS Inbound 03-06 07-08 CAFIS Arch 09-10 CAFIS Brain 11-12 CAFIS Global 13-14 What We Do 15-16 About CAFIS 17-18 Services for Member Stores 19-34 Services for Card

More information

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

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

More information

Detailed guidance for employers

Detailed guidance for employers April 2015 3 Detailed guidance for employers Appendix A: Pay reference periods This document accompanies: Detailed guidance no. 3 Assessing the workforce Pay reference period calendars where the definition

More information

Interest Rates. Countrywide Building Society. Savings Growth Data Sheet. Gross (% per annum)

Interest Rates. Countrywide Building Society. Savings Growth Data Sheet. Gross (% per annum) Interest Rates (% per annum) Countrywide Building Society This is the rate of simple interest earned in a year (before deducting tax). Dividing by 12 gives the monthly rate of interest. Annual Equivalent

More information

Accident & Emergency Department Clinical Quality Indicators

Accident & Emergency Department Clinical Quality Indicators Overview This dashboard presents our performance in the new A&E clinical quality indicators. These 8 indicators will allow you to see the quality of care being delivered by our A&E department, and reflect

More information

An Evaluation Model for Determining Insurance Policy Using AHP and Fuzzy Logic: Case Studies of Life and Annuity Insurances

An Evaluation Model for Determining Insurance Policy Using AHP and Fuzzy Logic: Case Studies of Life and Annuity Insurances Proceedings of the 8th WSEAS International Conference on Fuzzy Systems, Vancouver, British Columbia, Canada, June 19-21, 2007 126 An Evaluation Model for Determining Insurance Policy Using AHP and Fuzzy

More information

Keywords: Forecasting, S&P CNX NIFTY 50, Fuzzy-logic, Fuzzy rule-base, Candlesticks, Fuzzycandlesticks, Figure 1.2: White Candle

Keywords: Forecasting, S&P CNX NIFTY 50, Fuzzy-logic, Fuzzy rule-base, Candlesticks, Fuzzycandlesticks, Figure 1.2: White Candle American International Journal of Research in Science, Technology, Engineering & Mathematics Available online at http://www.iasir.net ISSN (Print): 2328-3491, ISSN (Online): 2328-3580, ISSN (CD-ROM): 2328-3629

More information

Neural Network Stock Trading Systems Donn S. Fishbein, MD, PhD Neuroquant.com

Neural Network Stock Trading Systems Donn S. Fishbein, MD, PhD Neuroquant.com Neural Network Stock Trading Systems Donn S. Fishbein, MD, PhD Neuroquant.com There are at least as many ways to trade stocks and other financial instruments as there are traders. Remarkably, most people

More information

Grain Stocks Estimates: Can Anything Explain the Market Surprises of Recent Years? Scott H. Irwin

Grain Stocks Estimates: Can Anything Explain the Market Surprises of Recent Years? Scott H. Irwin Grain Stocks Estimates: Can Anything Explain the Market Surprises of Recent Years? Scott H. Irwin http://nationalhogfarmer.com/weekly-preview/1004-corn-controversies-hog-market http://online.wsj.com/news/articles/sb10001424052970203752604576641561657796544

More information

REAL-TIME PRICE FORECAST WITH BIG DATA

REAL-TIME PRICE FORECAST WITH BIG DATA REAL-TIME PRICE FORECAST WITH BIG DATA A STATE SPACE APPROACH Lang Tong (PI), Robert J. Thomas, Yuting Ji, and Jinsub Kim School of Electrical and Computer Engineering, Cornell University Jie Mei, Georgia

More information

2016 Examina on dates

2016 Examina on dates Please note the following informa on: The following exams are available throughout the year: Please click on the exam for which you wish to see the dates. When you have finished, you can select to return

More information

P/T 2B: 2 nd Half of Term (8 weeks) Start: 25-AUG-2014 End: 19-OCT-2014 Start: 20-OCT-2014 End: 14-DEC-2014

P/T 2B: 2 nd Half of Term (8 weeks) Start: 25-AUG-2014 End: 19-OCT-2014 Start: 20-OCT-2014 End: 14-DEC-2014 2014-2015 SPECIAL TERM ACADEMIC CALENDAR FOR SCRANTON EDUCATION ONLINE (SEOL), MBA ONLINE, HUMAN RESOURCES ONLINE, NURSE ANESTHESIA and ERP PROGRAMS SPECIAL FALL 2014 TERM Key: P/T = Part of Term P/T Description

More information

P/T 2B: 2 nd Half of Term (8 weeks) Start: 26-AUG-2013 End: 20-OCT-2013 Start: 21-OCT-2013 End: 15-DEC-2013

P/T 2B: 2 nd Half of Term (8 weeks) Start: 26-AUG-2013 End: 20-OCT-2013 Start: 21-OCT-2013 End: 15-DEC-2013 2013-2014 SPECIAL TERM ACADEMIC CALENDAR FOR SCRANTON EDUCATION ONLINE (SEOL), MBA ONLINE, HUMAN RESOURCES ONLINE, NURSE ANESTHESIA and ERP PROGRAMS SPECIAL FALL 2013 TERM Key: P/T = Part of Term P/T Description

More information

P/T 2B: 2 nd Half of Term (8 weeks) Start: 24-AUG-2015 End: 18-OCT-2015 Start: 19-OCT-2015 End: 13-DEC-2015

P/T 2B: 2 nd Half of Term (8 weeks) Start: 24-AUG-2015 End: 18-OCT-2015 Start: 19-OCT-2015 End: 13-DEC-2015 2015-2016 SPECIAL TERM ACADEMIC CALENDAR For Scranton Education Online (SEOL), Masters of Business Administration Online, Masters of Accountancy Online, Health Administration Online, Health Informatics

More information

Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm

Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm , pp. 99-108 http://dx.doi.org/10.1457/ijfgcn.015.8.1.11 Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm Wang DaWei and Wang Changliang Zhejiang Industry Polytechnic College

More information

Department of Public Welfare (DPW)

Department of Public Welfare (DPW) Department of Public Welfare (DPW) Office of Income Maintenance Electronic Benefits Transfer Card Risk Management Report Out-of-State Residency Review FISCAL YEAR 2012-2013 June 2013 (March, April and

More information

Continuous Fastest Path Planning in Road Networks by Mining Real-Time Traffic Event Information

Continuous Fastest Path Planning in Road Networks by Mining Real-Time Traffic Event Information Continuous Fastest Path Planning in Road Networks by Mining Real-Time Traffic Event Information Eric Hsueh-Chan Lu Chi-Wei Huang Vincent S. Tseng Institute of Computer Science and Information Engineering

More information

Keywords Evaluation Parameters, Employee Evaluation, Fuzzy Logic, Weight Matrix

Keywords Evaluation Parameters, Employee Evaluation, Fuzzy Logic, Weight Matrix Volume 4, Issue 1, January 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Linguistic

More information

Artificial Neural Network-based Electricity Price Forecasting for Smart Grid Deployment

Artificial Neural Network-based Electricity Price Forecasting for Smart Grid Deployment Artificial Neural Network-based Electricity Price Forecasting for Smart Grid Deployment Bijay Neupane, Kasun S. Perera, Zeyar Aung, and Wei Lee Woon Masdar Institute of Science and Technology Abu Dhabi,

More information

Business Plan Example. 31 July 2020

Business Plan Example. 31 July 2020 Business Plan Example 31 July Index 1. Business Overview 1.1Objectives 1.2Vision Mission and Values 1.3 Keys to Success 2. Business Management 3. Services 2.1 Company Summary 2.2 Company Ownership 2.3

More information

Keywords: Information Retrieval, Vector Space Model, Database, Similarity Measure, Genetic Algorithm.

Keywords: Information Retrieval, Vector Space Model, Database, Similarity Measure, Genetic Algorithm. Volume 3, Issue 8, August 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Effective Information

More information

Project Scheduling to Maximize Fuzzy Net Present Value

Project Scheduling to Maximize Fuzzy Net Present Value , July 6-8, 2011, London, U.K. Project Scheduling to Maximize Fuzzy Net Present Value İrem UÇAL and Dorota KUCHTA Abstract In this paper a fuzzy version of a procedure for project scheduling is proposed

More information

Ghana's Economic Performance 2010

Ghana's Economic Performance 2010 GHANA STATISTICAL SERVICE (GSS) Statistics for Development and Progress Ghana's Economic Performance 21 i n f i g u r e s P.O. Box GP 198, Accra www. statsghana.gov.gh 211 Ghana's Economic Performance

More information

Real Time Traffic Balancing in Cellular Network by Multi- Criteria Handoff Algorithm Using Fuzzy Logic

Real Time Traffic Balancing in Cellular Network by Multi- Criteria Handoff Algorithm Using Fuzzy Logic Real Time Traffic Balancing in Cellular Network by Multi- Criteria Handoff Algorithm Using Fuzzy Logic Solomon.T.Girma 1, Dominic B. O. Konditi 2, Edward N. Ndungu 3 1 Department of Electrical Engineering,

More information

Using INZight for Time series analysis. A step-by-step guide.

Using INZight for Time series analysis. A step-by-step guide. Using INZight for Time series analysis. A step-by-step guide. inzight can be downloaded from http://www.stat.auckland.ac.nz/~wild/inzight/index.html Step 1 Click on START_iNZightVIT.bat. Step 2 Click on

More information

Accounting and Finance Management Accounting Computer-Based Exemplars Int2/ Higher

Accounting and Finance Management Accounting Computer-Based Exemplars Int2/ Higher Accounting and Finance Management Accounting Computer-Based Exemplars Int2/ Higher 3842 Autumn 1998 HIGHER STILL Accounting and Finance Management Accounting Computer-Based Exemplars Cash Budgets Int2/Higher

More information

NTC Project: S01-PH10 (formerly I01-P10) 1 Forecasting Women s Apparel Sales Using Mathematical Modeling

NTC Project: S01-PH10 (formerly I01-P10) 1 Forecasting Women s Apparel Sales Using Mathematical Modeling 1 Forecasting Women s Apparel Sales Using Mathematical Modeling Celia Frank* 1, Balaji Vemulapalli 1, Les M. Sztandera 2, Amar Raheja 3 1 School of Textiles and Materials Technology 2 Computer Information

More information

Monetary Policy and Mortgage Interest rates

Monetary Policy and Mortgage Interest rates Monetary Policy and Mortgage Interest rates July 2014 Key Points: Monetary policy, which operates through changes in the official cash rate (OCR), is the main lever of macroeconomic management in Australia

More information

The Main Page of RE STATS will provide the range of data at the very top of the page.

The Main Page of RE STATS will provide the range of data at the very top of the page. RE STATS Navigator can be accessed from Tempo under the Financials Tab at the top. It will be your bottom option under the drop down menu. The Main Page of RE STATS will provide the range of data at the

More information

PROJECTS SCHEDULING AND COST CONTROLS

PROJECTS SCHEDULING AND COST CONTROLS Professional Development Day September 27th, 2014 PROJECTS SCHEDULING AND COST CONTROLS Why do we need to Control Time and Cost? Plans are nothing; Planning is everything. Dwight D. Eisenhower Back to

More information

Technical Note. Consumer Confidence Survey Technical Note February 2011. Introduction and Background

Technical Note. Consumer Confidence Survey Technical Note February 2011. Introduction and Background Technical Note Introduction and Background Consumer Confidence Index (CCI) is a barometer of the health of the U.S. economy from the perspective of the consumer. The index is based on consumers perceptions

More information

Module 6: Introduction to Time Series Forecasting

Module 6: Introduction to Time Series Forecasting Using Statistical Data to Make Decisions Module 6: Introduction to Time Series Forecasting Titus Awokuse and Tom Ilvento, University of Delaware, College of Agriculture and Natural Resources, Food and

More information

FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT MINING SYSTEM

FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT MINING SYSTEM International Journal of Innovative Computing, Information and Control ICIC International c 0 ISSN 34-48 Volume 8, Number 8, August 0 pp. 4 FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT

More information

1. Introduction. 2. User Instructions. 2.1 Set-up

1. Introduction. 2. User Instructions. 2.1 Set-up 1. Introduction The Lead Generation Plan & Budget Template allows the user to quickly generate a Lead Generation Plan and Budget. Up to 10 Lead Generation Categories, typically email, telemarketing, advertising,

More information

Artificial Neural Networks are bio-inspired mechanisms for intelligent decision support. Artificial Neural Networks. Research Article 2014

Artificial Neural Networks are bio-inspired mechanisms for intelligent decision support. Artificial Neural Networks. Research Article 2014 An Experiment to Signify Fuzzy Logic as an Effective User Interface Tool for Artificial Neural Network Nisha Macwan *, Priti Srinivas Sajja G.H. Patel Department of Computer Science India Abstract Artificial

More information

Independent Accountants Report on Applying Agreed-Upon Procedures

Independent Accountants Report on Applying Agreed-Upon Procedures Independent Accountants Report on Applying Agreed-Upon Procedures Board of Trustees We have performed the procedures, as discussed below, with respect to the employer contributions remitted by to the in

More information

Weighted Thinned Arrays by Almost Difference Sets and Convex Programming

Weighted Thinned Arrays by Almost Difference Sets and Convex Programming Guidelines for Student Reports Weighted Thinned Arrays by Almost Difference Sets and Convex Programming V. Depau Abstract The design of thinned arrays can be carried out with several techniques, including

More information

HIGH DIVIDEND STOCKS IN RISING INTEREST RATE ENVIRONMENTS. September 2015

HIGH DIVIDEND STOCKS IN RISING INTEREST RATE ENVIRONMENTS. September 2015 HIGH DIVIDEND STOCKS IN RISING INTEREST RATE ENVIRONMENTS September 2015 Disclosure: This research is provided for educational purposes only and is not intended to provide investment or tax advice. All

More information

High-Mix Low-Volume Flow Shop Manufacturing System Scheduling

High-Mix Low-Volume Flow Shop Manufacturing System Scheduling Proceedings of the 14th IAC Symposium on Information Control Problems in Manufacturing, May 23-25, 2012 High-Mix Low-Volume low Shop Manufacturing System Scheduling Juraj Svancara, Zdenka Kralova Institute

More information

Manjeet Kaur Bhullar, Kiranbir Kaur Department of CSE, GNDU, Amritsar, Punjab, India

Manjeet Kaur Bhullar, Kiranbir Kaur Department of CSE, GNDU, Amritsar, Punjab, India Volume 5, Issue 6, June 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Multiple Pheromone

More information

ANNUAL MARKET PERFORMANCE REVIEW

ANNUAL MARKET PERFORMANCE REVIEW ANNUAL MARKET PERFORMANCE REVIEW 2014 MALAWI STOCK EXCHANGE OLD RESERVE BANK BUILDING, VICTORIA AVENUE PRIVATE BAG 270 BLANTYRE TEL. (265) 01 824 233 FAX. (265) 01 823 636 E-mail. mse@mse-mw.com WEBSITE.

More information

An Aggregate Reserve Methodology for Health Claims

An Aggregate Reserve Methodology for Health Claims An Aggregate Reserve Methodology for Health Claims R = P M M Unpaid Paid F F Upaid Paid Where: R = The estimated claim reserve P = Observed paid claims M Paid, M Unpaid = Portion of exposure basis that

More information

Stock Market Indicators: Historical Monthly & Annual Returns

Stock Market Indicators: Historical Monthly & Annual Returns Stock Market Indicators: Historical Monthly & Annual Returns July 31, 1 Dr. Edward Yardeni 51-97-73 eyardeni@ Joe Abbott 7397-53 jabbott@ Please visit our sites at blog. thinking outside the box Table

More information

Forecasting Stock Prices using a Weightless Neural Network. Nontokozo Mpofu

Forecasting Stock Prices using a Weightless Neural Network. Nontokozo Mpofu Forecasting Stock Prices using a Weightless Neural Network Nontokozo Mpofu Abstract In this research work, we propose forecasting stock prices in the stock market industry in Zimbabwe using a Weightless

More information

Roles: Scrum Master & Project Manager

Roles: Scrum Master & Project Manager Roles: Scrum Master & Project Manager Scrum Master: Facilitate collaborative meetings Track team performance Remove impediments (Risk, Issue) Validate team alignment to Agile framework and scope Drive

More information

Choosing a Cell Phone Plan-Verizon

Choosing a Cell Phone Plan-Verizon Choosing a Cell Phone Plan-Verizon Investigating Linear Equations I n 2008, Verizon offered the following cell phone plans to consumers. (Source: www.verizon.com) Verizon: Nationwide Basic Monthly Anytime

More information

Soft-Computing Models for Building Applications - A Feasibility Study (EPSRC Ref: GR/L84513)

Soft-Computing Models for Building Applications - A Feasibility Study (EPSRC Ref: GR/L84513) Soft-Computing Models for Building Applications - A Feasibility Study (EPSRC Ref: GR/L84513) G S Virk, D Azzi, K I Alkadhimi and B P Haynes Department of Electrical and Electronic Engineering, University

More information

Efficient Data Recovery scheme in PTS-Based OFDM systems with MATRIX Formulation

Efficient Data Recovery scheme in PTS-Based OFDM systems with MATRIX Formulation Efficient Data Recovery scheme in PTS-Based OFDM systems with MATRIX Formulation Sunil Karthick.M PG Scholar Department of ECE Kongu Engineering College Perundurau-638052 Venkatachalam.S Assistant Professor

More information

Consumer ID Theft Total Costs

Consumer ID Theft Total Costs Billions Consumer and Business Identity Theft Statistics Business identity (ID) theft is a growing crime and is a growing concern for state filing offices. Similar to consumer ID theft, after initially

More information

Coffee year 2014/15 ends with prices at 20-month low

Coffee year 2014/15 ends with prices at 20-month low Coffee year 2014/15 ends with prices at 20-month low The coffee market slumped further in September, following a slight rally in August, with the weakness of the real and peso again proving the most influential

More information

A Divided Regression Analysis for Big Data

A Divided Regression Analysis for Big Data Vol., No. (0), pp. - http://dx.doi.org/0./ijseia.0...0 A Divided Regression Analysis for Big Data Sunghae Jun, Seung-Joo Lee and Jea-Bok Ryu Department of Statistics, Cheongju University, 0-, Korea shjun@cju.ac.kr,

More information