Research Article Smoothing Strategies Combined with ARIMA and Neural Networks to Improve the Forecasting of Traffic Accidents

Size: px
Start display at page:

Download "Research Article Smoothing Strategies Combined with ARIMA and Neural Networks to Improve the Forecasting of Traffic Accidents"

Transcription

1 e Scientific World Journal, Article ID , 12 pages Research Article Smoothing Strategies Combined with ARIMA and Neural Networks to Improve the Forecasting of Traffic Accidents Lida Barba, 1,2 Nibaldo Rodríguez, 1 and Cecilia Montt 1 1 Pontificia Universidad Católica de Valparaíso, Valparaíso, Chile 2 UniversidadNacionaldeChimborazo,337388Riobamba,Ecuador Correspondence should be addressed to Lida Barba; lida barba@hotmail.com Received 26 April 214; Revised 29 July 214; Accepted 14 August 214; Published 28 August 214 Academic Editor: Cagdas Hakan Aladag Copyright 214 Lida Barba et al. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Two smoothing strategies combined with autoregressive integrated moving average (ARIMA) and autoregressive neural networks (ANNs) models to improve the forecasting of time series are presented. The strategy of forecasting is implemented using two stages. In the first stage the time series is smoothed using either, 3-point moving average smoothing, or singular value Decomposition of the Hankel matrix (HSVD). In the second stage, an ARIMA model and two ANNs for one-step-ahead time series forecasting are used. The coefficients of the first ANN are estimated through the particle swarm optimization (PSO) learning algorithm, while the coefficients of the second ANN are estimated with the resilient backpropagation (RPROP) learning algorithm. The proposed models are evaluated using a weekly time series of traffic accidents of Valparaíso, Chilean region, from 23 to 212. The best result is given by the combination HSVD-ARIMA, with a MAPE of : 26%, followed by MA-ARIMA with a MAPE of 1 : 12%; the worst result is given by the MA-ANN based on PSO with a MAPE of 15 : 51%. 1. Introduction The traffic accidents occurrence is a matter of impact in the society, therefore a problem of priority public attention; the Chilean National Traffic Safety Commission (CONASET) periodically reports a high rate of sinister on roads; in Valparaísofromyear23to injuredpeople were registered. The accuracy in the projections enables the intervention by the government agencies in terms of prevention; another demandant of information is the insurance companies, who require this kind of information to determine new market policies. In order to capture the dynamic of traffic accidents, during the last years some techniques have been applied. For classification, decision rules and trees [1, 2], latent class clustering and bayesian networks [3], and the genetic algorithm [4] have been implemented. For traffic accidents forecasting, autoregressive moving average (ARMA) and ARIMA models [5], state-space models [6, 7], extrapolation [8], dynamic harmonic regression combined with ARIMA, and dynamic transfer functions [9] have been implemented. The smoothing strategies Moving Average (MA) and Singular Value Decomposition (SVD) have been used to identify the components in a time series. MA is used to extract the trend [1], while SVD extracts more components [11]; the SVD application is multivariate and in some works is applied for parameter calibration in dynamical systems [12, 13], in time series classification [14], or to switched linear systems [15]; typically SVD has been applied over an input data set to reduce the data dimensionality [16] ortonoise reduction [17]. ARIMA is a linear conventional model for nonstationary time series; by differentiation the nonstationary time series is transformed in stationary; it is based on past values of the series and on the previous error terms for forecasting. ARIMA has been applied widely to model nonstationary data; some applications are the traffic noise [18], the daily global solar radiation [19], premonsoon rainfall data for western India [2], and aerosols over the Gangetic Himalayan region [21]. The autoregressive neural network (ANN) is a nonlinear method for forecasting that has been shown to be efficient in

2 2 The Scientific World Journal Estimation x MA smoothing s ARIMA or ANN-PSO x er x Embedding Hankel HSVD H Decomposition SVD(H) C L S, V, D Estimation ARIMA or ANN-PSO x C H er Figure 1: Smoothing strategies: moving average and Hankel singular value decomposition. solving problems of different fields; the capability of learning of the ANN is determined by the algorithm. Particle swarm optimization (PSO) is a population algorithm that has been foundtobeoptimal;itisbasedonthebehaviourofaswarm; this is applied to update the connections weights of the ANN; somemodificationsofpsohavebeenevaluatedbasedon variants of the acceleration coefficients [22], others apply the adaptation of the inertia weight [23 26], also the usage of adaptive mechanisms for both inertia weight and the acceleration coefficients based on the behaviour of the particle at eachiterationhavebeenused[27, 28]. The combination of ANN-PSO has improved the forecasting over some classical algorithms like backpropagation (BP) [29 31]andleastmean square (LMS) [32]. Another learning algorithm that has been showntobebetterthanbackpropagationisrpropandis also analyzed by its robustness, easy implementation, and fast convergence regarding the conventional BP [33, 34]. The linear and nonlinear models may be inadequate in some forecasting problems; consequently they are not considered universal models; then the combination of linear and nonlinear models could capture different forms of relationships in the time series data. The Zhang hybrid methodology that combines both ARIMA and ANN models is an effective way to improve forecasting accuracy; ARIMA modelisusedtoanalyzethelinearpartoftheproblemandthe ANN models, the residuals from the ARIMA model [35]; this model has been applied for demand forecasting [36]; however some researchers believe that some assumptions of Zhang can degenerate hybrid methodology when opposite situation occurs; Kashei proposes a methodology that combines the linear and nonlinear models which has no assumptions of traditional Zhang hybrid linear and nonlinear models in order to yield the more general and the more accurate forecasting model [37]. Based on the arguments presented in this work, two smoothing strategies to potentiate the preprocessing stage of time series forecasting are proposed; 3-point MA and HSVD are used to smooth the time series; the smoothed values are forecasted with three models; the first is based on ARIMA model, the second in ANN is based on PSO, andthethirdinannisbasedonrprop.themodelsare evaluated using the time series of injured people in traffic accidents occurring in Valparaíso, Chilean region, from 23 to 212 with 531 weekly registers. The smoothing strategies and the forecasting models are combined and six models are obtained and compared to determine the model that gives the major accuracy. The paper is structured as follows. Section 2 describes the smoothing strategies. Section 3 explains the proposed forecasting models. Section 4 presents the forecasting accuracy metrics. Section 5 presents the results and discussions. The conclusions are shown in Section Smoothing Strategies 2.1. Moving Average. Moving average is a smoothing strategy used in linear filtering to identify or extract the trend from a time series. MA is a mean of a constant number of observations that can be used to describe a series that does not exhibit a trend [38]. When 3-point MA is applied over a time series of length n, the n 2elements of the smoothed series are computed with k+1 x s k = i 3, (1) i=k 1 where s k is the kth smoothed signal element, for k=2,...,n 1,x i is each observed element of original time series, and terms s 1 and s n have the same values of x 1 and x n, respectively. The smoothed values given by 3-points MA will be used by the estimation process through the selected technique (ARIMA or ANN); this strategy is illustrated in Figure Hankel Singular Value Decomposition. The proposed strategy HSVD is implemented during the preprocessing stage in two steps, embedding and decomposition. The time series is embedded in a trajectory matrix; then the structure ofthehankelmatrixisapplied,thedecompositionprocess

3 The Scientific World Journal 3 extracts the components of low and high frequency of the mentioned matrix by means of SVD, the smoothed values given by HSVD are used by the estimation process, and this strategy is illustrated in Figure 1. The original time series is represented with x, H is the Hankel matrix, U, S, V are the elements obtained with SVD and will be detailed more ahead, C L is the component of low frequency, C H is the component of high frequency, x is the forecasted time series, and er is the error computed between x and x with er = x x. (2) Embedding the Time Series. The embedding process is illustrated as follows: x 1 x 2 x L x 2 x 3 x L+1 H M L = [..., (3). ] [ x M x M+1 x n ] where H is a real matrix, whose structure is the Hankel matrix, x 1,...,x n are the original values of the time series, M is the number of rows of H and also M is the number of components that will be obtained with SVD, L is the number of columns of H, andn is the length of the time series. The value of L is computed with L=n M 1. (4) Singular Value Decomposition. The SVD process is implemented over the matrix H obtained in the last subsection. Let H be an M N real matrix; then there exist an M Morthogonal matrix U, ann Northogonal matrix V, and an M N diagonal matrix S with diagonal entries s 1 s 2 s p,withp = min(m, N), suchthat U T HV=S.Moreover,thenumberss 1,s 2,...,s p are uniquely determined by H [39]: H=U S V T. (5) The extraction of the components is developed through the singular values s i, the orthogonal matrix U, andthe orthogonal matrix V, for each singular value is obtained one matrix A i,withi=1,...,m: A i =s(i) U(:, i) V(:, i) T. (6) Therefore the matrix A i contains the ith component; the extraction process is C i =[A i (1, :) A i (2, N : M) T ], (7) where C i is the ith component and the elements of C i are located in the first row and last column of A i. The energy of the obtained components is computed with E i = s 2 i M i=1 s2 i, (8) where E i is the energy of the ith component and s i is the ith singular value. When M>2,thecomponentC H is computed with the sum of the components from 2 to M, as follows: C H = M i=2 3. Proposed Forecasting Models C i. (9) 3.1. Autoregressive Integrated Moving Average Model. The ARIMA model is the generalization of the ARMA model; ARIMA processes are applied on nonstationary time series to convert them in stationary, in ARIMA(P, D, Q) process; D is a nonnegative integer that determines the order and P and Q are the polynomials degrees [4]. The time series transformation process to obtain a stationary time series from a nonstationary is developed by means of differentiation; the time series x t will be nonstationary of order d if x t =Δ d x t is stationary; the transformation process is Δx t =x t x t 1, (1a) Δ j+1 x t =Δ j x t Δ j x t 1, (1b) where x is the time series, t isthetimeinstant,andj is the number of differentiations obtained, that is, because the process is iterative. Once we obtained the stationary time series, the estimation is computed with x t = P i=1 α i z t i + Q i=1 β i e t i +e t, (11) where α i represents the coefficients of the AR terms of order P and β i denotes the coefficients of the MA terms of order Q, z is the input regressor vector, which is defined in Section 3.2, and e is a source of randomness and is called white noise. The coefficients α i and β i are estimated using the maximum likelihood estimation (MLE) algorithm [4] Neural Network Forecasting Model. The ANN has a common structure of three layers [41]; the inputs are the lagged terms contained in the regressor vector z; at hidden layer the sigmoid transfer function is applied, and at output layer the forecasted value is obtained. The ANN output is x (n) = K h j =f[ i=1 Q j=1 V j h j, w ji z i (n)], (12a) (12b) where x is the estimated value, n isthetimeinstant,q is the number of hidden nodes, V j and w ji are the linear and nonlinear weights of the ANN connections, respectively, z i represents the ith lagged term, andf( ) is the sigmoid transfer function denoted by f (x) = 1. (13) 1+e x

4 4 The Scientific World Journal The lagged terms are the input of the ANN and they are contained in the regressor vector z, whose representation for MA smoothing is Z (t) = [ s (t 1), s (t 2),..., s (t K)], (14) where K = P lagged terms and P and Q were defined in Section 3.1. The representation of z for HSVD smoothing is z (t) =[C L (t 1),...,C L (t K), C H (t 1),...,C H (t K)], (15) where K=2Plagged terms. The ANN is denoted by ANN(K, Q, 1), withk inputs, Q hidden nodes, and 1 output. The parameters V and w are updated with the application of two learning algorithms: one basedonpsoandtheotheronrprop Learning Algorithm Based on PSO. The weight of the ANN connections, w and V are adjusted with PSO learning algorithm. In the swarm the N p particles have a position vector X i = (X i1,x i2,...,x id ) and a velocity vector V i = (V i1,v i2,...,v id ); each particle is considered a potential solution in a D-dimensional search space. During each iteration the particles are accelerated toward the previous best position denoted by p id and toward the global best position denoted by p gd. The swarm has N p rows and D columns, and it is initialized randomly; D is computed with P N h +N h ; the process finishes when the lowest error is obtained based on the fitness function evaluation or when the maximum number of iterations is reached [42], as follows: V l+1 id =I l V l id +c 1 rd 1 (p l id +Xl id ) +c 2 rd 2 (p l gd +Xl id ), X l+1 id (16a) =Xl id +Vl+1 id, (16b) I l =I l max Il max Il min iter max l, (16c) where i = 1,...,N p, d = 1,...,D; I denotes the inertia weight; c 1 and c 2 are learning factors, rd 1 and rd 2 are positive random numbers in the range [, 1] under normal distribution, and l is the lth iteration. Inertia weight has linear decreasing, I max is the maximum value of inertia, I min is the lowest, and iter max is total of iterations. The particle X id represents the optimal solution, in this case the set of weights w and v for the ANN Learning Algorithm Based on Resilient Backpropagation. RPROP is an efficient learning algorithm that performs a direct adaptation of the weight step based on local gradient information; it is considered a first-order method. The update rule depends only on the sign of the partial derivative of the arbitrary error regarding each weight of the ANN. The individual step size Δ ij is computed for each weight using this rule [33], as follows: Δ (t) ij := { { { η + Δ t 1 ij η Δ t 1 ij Δ t 1 ij if if E (t 1) (t) E w ij w ij (t 1) (t) E else, E w ij w ij >, <, (17) where < η < 1 < η +. If the partial derivative E/ w ij has the same sign for consecutive steps, the step size is slightly increased by the factor η + in order to accelerate the convergence, whereas if it changes the sign, the step size is decreased by the factor η.additionallyinthecaseof a change in the sign, there should be no adaptation in the succeeding step; in the practice this can be done by setting E/ w ij = in the adaptation rule Δ ij.finallytheweight update and the adaptation are performed after the gradient information of all the weights is computed. 4. Forecasting Accuracy Metrics The forecasting accuracy is evaluated with the metrics root mean squared error (RMSE), generalized cross validation (GCV), mean absolute percentage error (MAPE), and relative error (RE): MAPE =[ 1 N V N V RMSE = 1 N V (x N i x i ) 2, V GCV = i=1 i=1 RMSE (1 K/N V ) 2, (x i x i ) ] 1, x i RE = N V i=1 (x i x i ) x i, (18) where N V is the validation (testing) sample size, x i is the ith observed value, x i is the ith estimated value, and K is the length of the input regressor vector. 5. Results and Discussions The data used for forecasting is the time series of injured people in traffic accidents occurring in Valparaíso, from 23 to212;theywereobtainedfromconaset,chile[43]. The datasamplingperiodisweekly,with531registersasshownin Figure2; the series was separated for training and testing, andbytrialanderrorthe85%fortrainingandthe15%for testing were determined ARIMA Forecasting Moving Average Smoothing. The raw time series is smoothed using 3-point moving average, whose obtained

5 The Scientific World Journal Figure 2: Accidents time series: raw data and function. Log(GCV) Log(GCV) Figure 3: MA smoothing and HSVD smoothing Relative error (%) Time (week) Actual value Estimated value Figure 4: MA-ARIMA(9,,1), observed versus estimated relative error. values are used as input of the forecasting model ARIMA(P,D,Q); this is presented in Figure 1. The effective order of the polynomial for the AR terms is found to be P=9and the differentiation parameter is found to be D=; those values were obtained from the function (ACF) shown in Figure 2; to set the order Q of MA terms, is evaluated the metric GCV versus the Q Lagged values. The results of the GCV are presented in Figure 3; it shows that the lowest GCV is achieved with 1 lagged values. Therefore the configuration of the model is denoted by AM-ARIMA(9,,1). The evaluation executed in the testing stage is presented in Figures 4 and 5 and Table 1. The observed values versus theestimatedvaluesareillustratedinfigure 4, reaching a good accuracy, while the relative error is presented in Figure 4, which shows that the 87% of the points present an error lower than ±1.5%. For the evaluation of the serial correlation of the model errors the ACF is applied, whose values are presented in Figure 5; it shows that ACF for a lag of 16 is slightly lower than the 95% confidence limit; however the rest of the coefficients are inside the confidence limit; therefore in the errors of the model AM-ARIMA(9,,1) there is no serial correlation; we can conclude that the proposed model explains efficiently the variability of the process HSVD Smoothing. In this section the forecasting strategy presented in Figure 1 is evaluated; to implement this strategy in first instance the time series is mapped using the Hankel matrix, after the SVD process is executed to obtain

6 6 The Scientific World Journal Figure 5: ACF: MA-ARIMA(9,,1) and SVD-ARIMA(9,,11). Energy Components C H values C L values (c) Figure 6: Accidents time series: components energy, low frequency component, and (c) high frequency component. Table 1: Forecasting with ARIMA. MA-ARIMA HSVD-ARIMA RMSE MAPE 1.12%.26% GCV.6.13 RE ± 1.5% 87% RE ±.5% 95% the M components. The value of M is found through the computation of the singular values of the decomposition; this is presented in Figure 6; asshowninfigure 6, the major quantity of energy is captured by the two first components; therefore in this work only two components have been selected with M=2.Thefirstcomponentextracted represents the long-term trend (C L ) of the time series, while the second represents the short-term component of high frequency fluctuation (C H ).ThecomponentsC L and C H are shown in Figures 6 and 6(c),respectively. Toevaluatethemodel,inthissectionP=9and D= are used, and Q isevaluatedusingthegcvmetricfor1 Q 18; then the effective value Q=11is found, as shown in Figure 3; therefore the forecasting model is denoted by HSVD-ARIMA(9,,11). Once P and Q are found, the forecasting is executed with the testing data set, and the results of HSVD-ARIMA(9,,11) are shown in Figures 7, 7, and 5 and Table 1. Figure 7 shows the observed values versus the estimates vales, and a good adjusting between them is found. The relative errors are presented in Figure 7; it shows that the 95% of the points present an error lower than ±.5%. For the evaluation of the serial correlation of the model errors the ACF is applied, whose values are presented in Figure 5; it shows that all the coefficients are inside the confidence limit; therefore in the model errors there is no serial correlation; we can conclude that the proposed model HSVD-ARIMA(9,,11) explains efficiently the variability of the process. The results presented in Table 1 show that the major accuracy is achieved with the model HSVD-ARIMA(9,,11), with a RMSE of.73 and a MAPE of.26%; the 95% of thepointshavearelativeerrorlowerthan±.5% ANN Forecasting Model Based on PSO Moving Average Smoothing. The raw time series is smoothed using the moving average of order 3, whose obtained values are used as input of the forecasting model presented in Figure 1. The calibration executed in Section is used for the neural network and then an ANN(K, Q, 1) is used, with K = 9 inputs (lagged values), Q=1hidden nodes, and 1 output. The evaluation executed in the testing stage is presented in Figures 8 and 9 and Table 2. The observed values versus the estimated values are illustrated in Figure 8, reaching a good accuracy, while the relative error is presented in Figure 8,

7 The Scientific World Journal Relative error (%) Actual value Estimated value Figure 7: SVD-ARIMA(9,,11): observed versus estimated and relative error Relative error (%) Actual value Estimated value Figure 8: MA-ANN-PSO(9,1,1): observed versus estimated and relative error Figure 9: ACF: MA-ANN-PSO(9,1,1) and HSVD-ANN-PSO(9,11,1). Table 2: Forecasting with ANN-PSO. MA-ANN-PSO HSVD-ANN-PSO RMSE MAPE 15.51% 5.45% GCV RE ±15% 85% RE ±4% 95% which shows that the 85% of the points present an error lower than ±15%. For the evaluation of the serial correlation of the model errors the ACF is applied, whose values are presented in Figure 9; it shows that there are values with significative differencefromzeroto95%oftheconfidencelimit;by example the three major values are obtained when the lagged valueisequalto3,4,and7weeks.thereforeintheresiduals there is serial correlation; this implies that the model MA- ANN-PSO(9,1,1) is not recommended for future usage and probably other explanatory variables should be added in the model. The process was run 3 times and the best result was reachedintherun22asshowninfigure 1; Figure 1 presents the RMSE metric for the best run HSVD Smoothing. In this section the forecasting strategy presented in Figure 1 is evaluated; the HSVD smoothing strategy is applied using the same calibration

8 8 The Scientific World Journal Best fitness (RMSE) Run number Log(RMSE) for best run Iteration number Figure 1: MA-ANN-PSO(9,1,1): run versus fitness for 25 iterations and iterations number for the best run Relative error (%) Actual value Estimated value Figure 11: HSVD-ANN-PSO(9,11,1): observed versus estimated and relative rrror. Best fitness (RMSE) Run number Log(RMSE) for best run Iteration number Figure 12: HSVD-ANN-PSO(9,11,1): run versus fitness for 25 iterations and iterations number for the best run. explained insection 5.1.2; then an ANN(K, Q, 1) is used, with K=9inputs (lagged values), Q=11hidden nodes, and 1 output. The evaluation executed in the testing stage is presented in Figures 11 and 9 and Table 2.Theobservedvaluesversus the estimated values are illustrated in Figure 11, reaching a good accuracy, while the relative error is presented in Figure 11, which shows that the 95% of the points present an error lower than ±4%. For the evaluation of the serial correlation of the model errors the ACF is applied, whose values are presented in Figure 9; it shows that all the coefficients are inside the confidence limit of 95% and statistically are equal to zero; therefore in the model errors there is no serial correlation; we can conclude that the proposed model HSVD-ANN-PSO(9,11,1) explains efficiently the variability of the process. The process was run 3 times and the best result was reached in the run 11 as shown in Figure 12; Figure 12 presents the RMSE metric for the best run. The results presented in Table 2 show that the major accuracy is achieved with the model HSVD-ANN-PSO(9,11,1), witharmseof.123andamapeof5.45%;the95%ofthe points have a relative error lower than ±4% ANN Forecasting Model Based on RPROP Moving Average Smoothing. The raw time series is smoothed using the moving average of order 3, whose obtained values are used as input of the forecasting

9 The Scientific World Journal Actual value Estimated value Relative error (%) Time (week) Figure 13: MA-ANN-RPROP(9,1,1): observed versus estimated and relative error Figure 14: ACF: MA-ANN-RPROP(9,1,1) and HSVD-ANN-RPROP(9,11,1). Table 3: Forecasting with ANN-RPROP. MA-ANN-RPROP HSVD-ANN-RPROP RMSE MAPE 12.25% 8.8% GCV RE ±15% 81% RE ±4% 96% model presented in Figure 1. The calibration executed in Section is used for the neural network; then an ANN(K, Q, 1) is used, with K = 9 inputs (lagged values), Q=1hidden nodes, and 1 output. The evaluation executed in the testing stage is presented in Figures 13 and 14 and Table 3.Theobservedvalues versustheestimatedvaluesareillustratedinfigure 13, reaching a good accuracy, while the relative error is presented in Figure 13, which shows that the 81% of the points present an error lower than ±15%. For the evaluation of the serial correlation of the model errors the ACF is applied, whose values are presented in Figure 14; it shows that there are values with significative difference from zero to 95% of the confidence limit; by example the three major values are obtained when the lagged value is equal to 3, 4, and 7 weeks. Therefore in the residuals there is serial correlation; this implies that the model MA- ANN-RPROP(9,1,1) is not recommended for future usage and probably other explanatory variables should be added in the model. The process was run 3 times, and the best result was reached in the run 26 as shown in Figure 15; Figure 15 presents the RMSE metric for the best run HSVD Smoothing. In this section the forecasting strategy presented in Figure 1 is evaluated, the HSVD smoothing strategy is applied using the same calibration explained insection 5.1.2,and thenan ANN(K, Q, 1) is used, withk =9inputs (laggedvalues),q =11hidden nodes, and 1output. The evaluation executed in the testing stage is presented in Figures 16 and 14 and Table 3.Theobservedvalues versustheestimatedvaluesareillustratedinfigure 16, reaching a good accuracy, while the relative error is presented in Figure 16, which shows that the 96% of the points present an error lower than ±4%. For the evaluation of the serial correlation of the model errors the ACF is applied, whose values are presented in Figure 14; it shows that all the coefficients are inside the confidence limit and statistically are equal to zero; therefore in the model errors there is no serial correlation; we can conclude that the proposed model HSVD-ANN-RPROP(9,11,1) explainsefficientlythevariabilityoftheprocess.theprocess was run 3 times and the first best result was reached in therun 21 as shown in Figure 17; Figure 17 presents the RMSE metric for the best run. The results presented in Table 3 show that the major accuracy is achieved with the model HSVD-ANN-RPROP(9,11,1), with a RMSE of.24 and a MAPE of 8.8%; the 96% of the points have a relative error lower than ±4%.

10 1 The Scientific World Journal Best fitness (RMSE) Run number Log(RMSE) for best run Iteration number Figure 15: MA-ANN-RPROP(9,1,1): run versus fitness for 85 iterations and iterations number for the best run Relative error (%) Time (week) Actual value Estimated value Figure 16: HSVD-ANN-RPROP(9,11,1): observed versus estimated and relative error. Best fitness (RMSE) Run number Log(RMSE) for best run Iteration number Figure 17: HSVD-ANN(9,11,1): run versus fitness for 7 iterations and iterations number for the best run. Finally, Pitman s correlation test [44] isusedtocompare all forecasting models in a pairwise fashion. Pitman s test is equivalent to testing if the correlation (Corr) between Υ and Ψ is significantly different from zero, where Υ and Ψ are defined by The results presented in Table 4 show that statistically there is a significant superiority of the HSVD-ARIMA forecasting model, regarding the rest of models. The results are presented from left to right, where the first is the best model andthelastistheworstmodel. Υ=e 1 (n) +e 2 (n), n=1,2,...,n V, (19a) Ψ=e 1 (n) e 2 (n), n=1,2,...,n V, (19b) where e 1 and e 2 represent the one-step-ahead forecast error for model 1 and model 2, respectively. The null hypothesis is significant at the 5% significance level if Corr > 1.96/ N V. The evaluated correlations between Υ and Ψ are presented intable Conclusions In this paper were proposed two strategies of time series smoothing to improve the forecasting accuracy. The first smoothing strategy is based on moving average of order 3, while the second is based on the Hankel singular value decomposition. The strategies were evaluated with the time

11 The Scientific World Journal 11 Table 4: Pitman s correlation (Corr) for pairwise comparison six models at 5% of significance and the critical value Models M1 M2 M3 M4 M5 M6 M1 := HSVD-ARIMA M2 := MA-ARIMA M3 := HSVD-ANN-PSO M4 := HSVD-ANN-RPRO M5 := ANN-RPROP.1623 M6 := MA-ANN-PSO series of traffic accidents occurring in Valparaíso, Chile, from 23 to 212. The estimation of the smoothed values was developed through three conventional models, ARIMA, an ANN based onpso,andanannbasedonrprop.thecomparison of the six models implemented shows that the first best model is HSVD-ARIMA, as it obtained the major accuracy, with a MAPE of.26% and a RMSE of.73, while the second best is the model MA-ARIMA, with a MAPE of 1.12% and a RMSE of.34. On the other hand, the model with the lowest accuracy was MA-ANN-PSO with a MAPE of 15.51% and a RMSE of.41. Pitman s test was executed to evaluate the difference of the accuracy between the six proposed models and the results show that statistically there is a significant superiority of the forecasting model based on HSVD-ARIMA. Due to the high accuracy reached with the best model, in future works, it will be applied to evaluate new time series of other regions and countries. Conflict of Interests The authors declare that there is no conflict of interests regarding the publication of this paper. Acknowledgments This work was supported in part by Grant CONICYT/ FONDECYT/Regular and by the DI-Regular project of the Pontificia Universidad Católica de Valparaíso. References [1] J. Abellán, G. López, and J. de Oña, Analysis of traffic accident severity using decision rules via decision trees, Expert Systems with Applications,vol.4,no.15,pp ,213. [2] L. Chang and J. Chien, Analysis of driver injury severity in truck-involved accidents using a non-parametric classification tree model, Safety Science, vol. 51, no. 1, pp , 213. [3] J. de Oña,G.López,R.Mujalli,andF.J.Calvo, Analysisoftraffic accidents on rural highways using Latent Class Clustering and Bayesian Networks, Accident Analysis and Prevention, vol.51, pp. 1 1, 213. [4]M.Fogue,P.Garrido,F.J.Martinez,J.Cano,C.T.Calafate, and P. Manzoni, A novel approach for traffic accidents sanitary resource allocation based on multi-objective genetic algorithms, Expert Systems with Applications,vol.4,no.1,pp , 213. [5]M.A.Quddus, Timeseriescountdatamodels:anempirical application to traffic accidents, Accident Analysis and Prevention,vol.4,no.5,pp ,28. [6] J. J. F. Commandeur, F. D. Bijleveld, R. Bergel-Hayat, C. Antoniou, G. Yannis, and E. Papadimitriou, On statistical inference in time series analysis of the evolution of road safety, Accident Analysis and Prevention,vol.6,pp ,213. [7] C. Antoniou and G. Yannis, State-space based analysis and forecasting of macroscopic road safety trends in Greece, Accident Analysis and Prevention,vol.6,pp ,213. [8] W. Weijermars and P. Wesemann, Road safety forecasting and ex-ante evaluation of policy in the Netherlands, Transportation Research A: Policy and Practice, vol. 52, pp , 213. [9] A. García-Ferrer, A. de Juan, and P. Poncela, Forecasting traffic accidents using disaggregated data, International Journal of Forecasting, vol. 22, no. 2, pp , 26. [1] R. Gençay, F. Selçuk, and B. Whitcher, An Introduction to Wavelets and Other Filtering Methods in Finance and Economics, Academic Press, 22. [11] N. Abu-Shikhah and F. Elkarmi, Medium-term electric load forecasting using singular value decomposition, Energy,vol.36, no. 7, pp , 211. [12] C. Sun and J. Hahn, Parameter reduction for stable dynamical systems based on Hankel singular values and sensitivity analysis, Chemical Engineering Science, vol. 61, no. 16, pp , 26. [13] H. Gu and H. Wang, Fuzzy prediction of chaotic time series based on singular value decomposition, Applied Mathematics and Computation,vol.185,no.2,pp ,27. [14] X. Weng and J. Shen, Classification of multivariate time series using two-dimensional singular value decomposition, Knowledge-Based Systems,vol.21,no.7,pp ,28. [15] N. Hara, H. Kokame, and K. Konishi, Singular value decomposition for a class of linear time-varying systems with application to switched linear systems, Systems and Control Letters,vol.59, no.12,pp ,21. [16] K. Kavaklioglu, Robust electricity consumption modeling of Turkey using singular value decomposition, International Journal of Electrical Power & Energy Systems, vol.54,pp , 214. [17] W. X. Yang and P. W. Tse, Medium-term electric load forecasting using singular value decomposition, NDT & E International,vol.37,pp ,23. [18] K. Kumar and V. K. Jain, Autoregressive integrated moving averages (ARIMA) modelling of a traffic noise time series, Applied Acoustics,vol.58,no.3,pp ,1999. [19] J. Hassan, ARIMA and regression models for prediction of daily and monthly clearness index, Renewable Energy, vol. 68, pp , 214.

12 12 The Scientific World Journal [2]P.Narayanan,A.Basistha,S.Sarkar,andS.Kamna, Trend analysis and ARIMA modelling of pre-monsoon rainfall data for western India, Comptes Rendus Geoscience, vol. 345, no. 1, pp.22 27,213. [21] K.Soni,S.Kapoor,K.S.Parmar,andD.G.Kaskaoutis, Statistical analysis of aerosols over the gangetichimalayan region using ARIMA model based on long-term MODIS observations, Atmospheric Research,vol.149,pp ,214. [22]A.Ratnaweera,S.K.Halgamuge,andH.C.Watson, Selforganizing hierarchical particle swarm optimizer with timevarying acceleration coefficients, IEEE Transactions on Evolutionary Computation,vol.8,no.3,pp ,24. [23] X. Yang, J. Yuan, J. Yuan, and H. Mao, A modified particle swarm optimizer with dynamic adaptation, Applied Mathematics and Computation,vol.189,no.2,pp ,27. [24] M. S. Arumugam and M. Rao, On the improved performances of the particle swarm optimization algorithms with adaptive parameters, cross-over operators and root mean square (RMS) variants for computing optimal control of a class of hybrid systems, Applied Soft Computing Journal, vol. 8, no. 1, pp , 28. [25] B. K. Panigrahi, V. Ravikumar Pandi, and S. Das, Adaptive particle swarm optimization approach for static and dynamic economic load dispatch, Energy Conversion and Management, vol.49,no.6,pp ,28. [26] A. Nickabadi, M. M. Ebadzadeh, and R. Safabakhsh, A novel particle swarm optimization algorithm with adaptive inertia weight, Applied Soft Computing Journal,vol.11,no.4,pp , 211. [27] X.Jiang,H.Ling,J.Yan,B.Li,andZ.Li, Forecastingelectrical energy consumption of equipment maintenance using neural network and particle swarm optimization, Mathematical Problems in Engineering,vol.213,ArticleID19473,8pages,213. [28] J. Chen, Y. Ding, and K. Hao, The bidirectional optimization of carbon fiber production by neural network with a GA-IPSO hybrid algorithm, Mathematical Problems in Engineering, vol. 213, Article ID , 16 pages, 213. [29] J.Zhou,Z.Duan,Y.Li,J.Deng,andD.Yu, PSO-basedneural network optimization and its utilization in a boring machine, Journal of Materials Processing Technology,vol.178,no.1 3,pp , 26. [3] M. A. Mohandes, Modeling global solar radiation using Particle Swarm Optimization (PSO), Solar Energy,vol.86,no.11,pp , 212. [31] L. F. De Mingo López,N.Gómez Blas, and A. Arteta, The optimal combination: grammatical swarm, particle swarm optimization and neural networks, Journal of Computational Science,vol.3,no.1-2,pp.46 55,212. [32] A. Yazgan and I. H. Cavdar, A comparative study between LMS and PSO algorithms on the optical channel estimation for radio over fiber systems, Optik,vol.125,no.11,pp ,214. [33] M. Riedmiller and H. Braun, A direct adaptive me thod for faster backpropagation learning: the RPROP algorithm, in Proceedings of the IEEE International Conference of Neural Networks,E.H.Ruspini,Ed.,pp ,1993. [34] C. Igel and M. Hüsken, Empirical evaluation of the improved Rprop learning algorithms, Neurocomputing, vol.5,pp , 23. [35] P. G. Zhang, Time series forecasting using a hybrid ARIMA andneuralnetworkmodel, Neurocomputing, vol.5,pp , 23. [36] L. Aburto and R. Weber, Improved supply chain management basedonhybriddemandforecasts, Applied Soft Computing Journal,vol.7,no.1,pp ,27. [37] M. Khashei and M. Bijari, A new hybrid methodology for nonlinear time series forecasting, Modelling and Simulation in Engineering, vol. 211, Article ID , 5 pages, 211. [38] R. A. Yafee and M. McGee, An Introduction to Time Series AnalysisandForecasting:WithApplicationsofSASandSPSS, Academic Press, New York, NY, USA, 2. [39] TS. Shores, Applied Linear Algebra and Matrix Analysis, Springer, 27. [4] P. J. Brockwell and R. A. Davis, Introduction to Time Series and Forecasting, Springer, Berlin, Germany, 2nd edition, 22. [41] J. A. Freeman and D. M. Skapura, Neural Networks, Algorithms, Applications, and Programming Techniques, Addison-Wesley, [42] R. C. Eberhart, Y. Shi, and J. Kennedy, Swarm Intelligence, Morgan Kaufmann, 21. [43] Conaset, 214, [44] K. Hipel and A. McLeod, Time Series Modelling of Water Resources and Environmental Systems, Elsevier, 1994.

13 Journal of Industrial Engineering Multimedia The Scientific World Journal Applied Computational Intelligence and Soft Computing International Journal of Distributed Sensor Networks Fuzzy Systems Modelling & Simulation in Engineering Submit your manuscripts at Journal of Computer Networks and Communications Artificial Intelligence International Journal of Biomedical Imaging Artificial Neural Systems International Journal of Computer Engineering Computer Games Technology Software Engineering International Journal of Reconfigurable Computing Robotics Computational Intelligence and Neuroscience Human-Computer Interaction Journal of Journal of Electrical and Computer Engineering

FORECASTING of time series with neural networks

FORECASTING of time series with neural networks Traffic Accidents Forecasting using Singular Value Decomposition and an Autoregressive Neural Network Based on PSO Lida Barba and Nibaldo Rodríguez Abstract In this paper, we propose a strategy to improve

More information

Research Article A PLS-Based Weighted Artificial Neural Network Approach for Alpha Radioactivity Prediction inside Contaminated Pipes

Research Article A PLS-Based Weighted Artificial Neural Network Approach for Alpha Radioactivity Prediction inside Contaminated Pipes Mathematical Problems in Engineering, Article ID 517605, 5 pages http://dxdoiorg/101155/2014/517605 Research Article A PLS-Based Weighted Artificial Neural Network Approach for Alpha Radioactivity Prediction

More information

Weighted Fuzzy Time Series Model for Load Forecasting

Weighted Fuzzy Time Series Model for Load Forecasting NCITPA 25 Weighted Fuzzy Time Series Model for Load Forecasting Yao-Lin Huang * Department of Computer and Communication Engineering, De Lin Institute of Technology yaolinhuang@gmail.com * Abstract Electric

More information

A Wavelet Neural Network Forecasting Model Based On ARIMA

A Wavelet Neural Network Forecasting Model Based On ARIMA A Wavelet Neural Network Forecasting Model Based On ARIMA Wang Bin*, Hao Wen-ning, Chen Gang, He Deng-chao, Feng Bo PLA University of Science &Technology Nanjing 210007, China e-mail:lgdwangbin@163.com

More information

Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine

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

More information

MULTISCALE FORECASTING MODELS BASED ON SINGULAR VALUES FOR NONSTATIONARY TIME SERIES

MULTISCALE FORECASTING MODELS BASED ON SINGULAR VALUES FOR NONSTATIONARY TIME SERIES MULTISCALE FORECASTING MODELS BASED ON SINGULAR VALUES FOR NONSTATIONARY TIME SERIES Lida Barba Maggi, Doctorado en Ingeniería Informática Pontificia Universidad Católica de Valparaíso 1 Resumen Time series

More information

A new method for short-term load forecasting based on chaotic time series and neural network

A new method for short-term load forecasting based on chaotic time series and neural network A new method for short-term load forecasting based on chaotic time series and neural network Sajjad Kouhi*, Navid Taghizadegan Electrical Engineering Department, Azarbaijan Shahid Madani University, Tabriz,

More information

CHAPTER 6 CONCLUSION AND FUTURE SCOPE

CHAPTER 6 CONCLUSION AND FUTURE SCOPE CHAPTER 6 CONCLUSION AND FUTURE SCOPE 146 CHAPTER 6 CONCLUSION AND FUTURE SCOPE 6.1 SUMMARY The first chapter of the thesis highlighted the need of accurate wind forecasting models in order to transform

More information

Research Article Assessment of Haar Wavelet-Quasilinearization Technique in Heat Convection-Radiation Equations

Research Article Assessment of Haar Wavelet-Quasilinearization Technique in Heat Convection-Radiation Equations Applied Computational Intelligence and So Computing, Article ID 45423, 5 pages http://.doi.org/.55/24/45423 Research Article Assessment of Haar Wavelet-Quasilinearization Technique in Heat Convection-Radiation

More information

Research Article Data-Driven Fault Diagnosis Method for Power Transformers Using Modified Kriging Model

Research Article Data-Driven Fault Diagnosis Method for Power Transformers Using Modified Kriging Model Hindawi Mathematical Problems in Engineering Volume 2017, Article ID 3068548, 5 pages https://doi.org/10.1155/2017/3068548 Research Article Data-Driven Fault Diagnosis Method for Power Transformers Using

More information

TIME SERIES DATA PREDICTION OF NATURAL GAS CONSUMPTION USING ARIMA MODEL

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

More information

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

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

More information

ANN based techniques for prediction of wind speed of 67 sites of India

ANN based techniques for prediction of wind speed of 67 sites of India ANN based techniques for prediction of wind speed of 67 sites of India Paper presentation in Conference on Large Scale Grid Integration of Renewable Energy in India Authors: Parul Arora Prof. B.K Panigrahi

More information

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

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

More information

Research Article DNA Optimization Threshold Autoregressive Prediction Model and Its Application in Ice Condition Time Series

Research Article DNA Optimization Threshold Autoregressive Prediction Model and Its Application in Ice Condition Time Series Mathematical Problems in Engineering Volume 2012, Article ID 191902, 10 pages doi:10.1155/2012/191902 Research Article DNA Optimization Threshold Autoregressive Prediction Model and Its Application in

More information

Hybrid PSO-ANN Application for Improved Accuracy of Short Term Load Forecasting

Hybrid PSO-ANN Application for Improved Accuracy of Short Term Load Forecasting Hybrid PSO-ANN Application for Improved Accuracy of Short Term Load Forecasting A. G. ABDULLAH, G. M. SURANEGARA, D.L. HAKIM Electrical Engineering Education Department Indonesia University of Education

More information

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

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

More information

The Research of Urban Rail Transit Sectional Passenger Flow Prediction Method

The Research of Urban Rail Transit Sectional Passenger Flow Prediction Method Journal of Intelligent Learning Systems and Applications, 2013, 5, 227-231 Published Online November 2013 (http://www.scirp.org/journal/jilsa) http://dx.doi.org/10.4236/jilsa.2013.54026 227 The Research

More information

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

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

More information

Do we need Experts for Time Series Forecasting?

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

More information

FORECASTING THE INVENTORY LEVEL OF MAGNETIC CARDS IN TOLLING SYSTEM

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

More information

A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE

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

More information

Forecasting Network Activities Using ARIMA Method

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

More information

A Hybrid Time-delay Prediction Method for Networked Control System

A Hybrid Time-delay Prediction Method for Networked Control System International Journal of Automation and Computing 11(1), February 2014, 19-24 DOI: 10.1007/s11633-014-0761-1 A Hybrid Time-delay Prediction Method for Networked Control System Zhong-Da Tian Xian-Wen Gao

More information

Deep Learning Architecture for Univariate Time Series Forecasting

Deep Learning Architecture for Univariate Time Series Forecasting CS229,Technical Report, 2014 Deep Learning Architecture for Univariate Time Series Forecasting Dmitry Vengertsev 1 Abstract This paper studies the problem of applying machine learning with deep architecture

More information

Multi-wind Field Output Power Prediction Method based on Energy Internet and DBPSO-LSSVM

Multi-wind Field Output Power Prediction Method based on Energy Internet and DBPSO-LSSVM , pp.128-133 http://dx.doi.org/1.14257/astl.16.138.27 Multi-wind Field Output Power Prediction Method based on Energy Internet and DBPSO-LSSVM *Jianlou Lou 1, Hui Cao 1, Bin Song 2, Jizhe Xiao 1 1 School

More information

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

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

More information

Comparison Forecasting with Double Exponential Smoothing and Artificial Neural Network to Predict the Price of Sugar

Comparison Forecasting with Double Exponential Smoothing and Artificial Neural Network to Predict the Price of Sugar Comparison Forecasting with Double Exponential Smoothing and Artificial Neural Network to Predict the Price of Sugar Fauziah Nasir Fauziah *, Aris Gunaryati Universitas Nasional Sawo Manila, South Jakarta.

More information

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

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

More information

A Particle Swarm Optimization (PSO) Primer

A Particle Swarm Optimization (PSO) Primer A Particle Swarm Optimization (PSO) Primer With Applications Brian Birge Overview Introduction Theory Applications Computational Intelligence Summary Introduction Subset of Evolutionary Computation Genetic

More information

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

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

More information

Research Article Stacked Heterogeneous Neural Networks for Time Series Forecasting

Research Article Stacked Heterogeneous Neural Networks for Time Series Forecasting Hindawi Publishing Corporation Mathematical Problems in Engineering Volume 21, Article ID 373648, 2 pages doi:1.1155/21/373648 Research Article Stacked Heterogeneous Neural Networks for Time Series Forecasting

More information

A Novel 2-D Model Approach for the Prediction of Hourly Solar Radiation

A Novel 2-D Model Approach for the Prediction of Hourly Solar Radiation A Novel 2-D Model Approach for the Prediction of Hourly Solar Radiation F Onur Hocao glu, Ö Nezih Gerek, and Mehmet Kurban Anadolu University, Dept of Electrical and Electronics Eng, Eskisehir, Turkey

More information

LIST OF PUBLICATIONS

LIST OF PUBLICATIONS LIST OF PUBLICATIONS Papers in referred journals [1] Estimating the ratio of smaller and larger of two uniform scale parameters, Amit Mitra, Debasis Kundu, I.D. Dhariyal and N.Misra, Journal of Statistical

More information

A Hybrid Method of CART and Artificial Neural Network for Short-term term Load Forecasting in Power Systems

A Hybrid Method of CART and Artificial Neural Network for Short-term term Load Forecasting in Power Systems A Hybrid Method of CART and Artificial Neural Network for Short-term term Load Forecasting in Power Systems Hiroyuki Mori Dept. of Electrical & Electronics Engineering Meiji University Tama-ku, Kawasaki

More information

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

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

More information

ANN and Statistical Theory Based Forecasting and Analysis of Power System Variables

ANN and Statistical Theory Based Forecasting and Analysis of Power System Variables ANN and Statistical Theory Based Forecasting and Analysis of Power System Variables Sruthi V. Nair 1, Poonam Kothari 2, Kushal Lodha 3 1,2,3 Lecturer, G. H. Raisoni Institute of Engineering & Technology,

More information

FORECASTING OF ECONOMIC QUANTITIES USING FUZZY AUTOREGRESSIVE MODEL AND FUZZY NEURAL NETWORK

FORECASTING OF ECONOMIC QUANTITIES USING FUZZY AUTOREGRESSIVE MODEL AND FUZZY NEURAL NETWORK FORECASTING OF ECONOMIC QUANTITIES USING FUZZY AUTOREGRESSIVE MODEL AND FUZZY NEURAL NETWORK Dusan Marcek Silesian University, Institute of Computer Science Opava Research Institute of the IT4Innovations

More information

Available online at ScienceDirect. Procedia Engineering 119 (2015 ) 13 18

Available online at   ScienceDirect. Procedia Engineering 119 (2015 ) 13 18 Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 119 (2015 ) 13 18 13th Computer Control for Water Industry Conference, CCWI 2015 Real-time burst detection in water distribution

More information

Statistical Methods for Forecasting

Statistical Methods for Forecasting Statistical Methods for Forecasting BOVAS ABRAHAM University of Waterloo JOHANNES LEDOLTER University of Iowa John Wiley & Sons New York Chichester Brisbane Toronto Singapore Contents 1 INTRODUCTION AND

More information

Research Article Chaos Control on a Duopoly Game with Homogeneous Strategy

Research Article Chaos Control on a Duopoly Game with Homogeneous Strategy Hindawi Publishing Corporation Discrete Dynamics in Nature and Society Volume 16, Article ID 74185, 7 pages http://dx.doi.org/1.1155/16/74185 Publication Year 16 Research Article Chaos Control on a Duopoly

More information

22/04/2014. Economic Research

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

More information

Gaussian Copula Regression Application

Gaussian Copula Regression Application International Mathematical Forum, Vol. 11, 2016, no. 22, 1053-1065 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/imf.2016.68118 Gaussian Copula Regression Application Samia A. Adham Department

More information

Short Term Load Forecasting Based Artificial Neural Network

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

More information

Time Series Analysis -- An Introduction -- AMS 586

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

More information

Research Article A Hybrid Intelligent Method of Predicting Stock Returns

Research Article A Hybrid Intelligent Method of Predicting Stock Returns Artificial Neural Systems, Article ID 246487, 7 pages http://dx.doi.org/10.1155/2014/246487 Research Article A Hybrid Intelligent Method of Predicting Stock Returns Akhter Mohiuddin Rather Woxsen School

More information

TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA

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

More information

Justin Appleby CS 229 Machine Learning Project Report 12/15/17 Kevin Chalhoub Building Electricity Load Forecasting

Justin Appleby CS 229 Machine Learning Project Report 12/15/17 Kevin Chalhoub Building Electricity Load Forecasting Justin Appleby CS 229 Machine Learning Project Report 12/15/17 Kevin Chalhoub Building Electricity Load Forecasting with ARIMA and Sequential Linear Regression Abstract Load forecasting is an essential

More information

Introduction to Regression Analysis. Dr. Devlina Chatterjee 11 th August, 2017

Introduction to Regression Analysis. Dr. Devlina Chatterjee 11 th August, 2017 Introduction to Regression Analysis Dr. Devlina Chatterjee 11 th August, 2017 What is regression analysis? Regression analysis is a statistical technique for studying linear relationships. One dependent

More information

A hybrid model of stock price prediction based on the PCA-ARIMA-BP

A hybrid model of stock price prediction based on the PCA-ARIMA-BP ANZIAM J. 58 (E) pp.e162 E178, 2017 E162 A hybrid model of stock price prediction based on the PCA-ARIMA-BP Hua Luo 1 Shuang Wang 2 (Received 13 June 2016; revised 17 February 2017) Abstract A pca-arima-bp

More information

Box-Jenkins ARIMA Advanced Time Series

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

More information

MODELLING TRAFFIC FLOW ON MOTORWAYS: A HYBRID MACROSCOPIC APPROACH

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

More information

Forecasting of Dow Jones Industrial Average by Using Wavelet Fuzzy Time Series and ARIMA

Forecasting of Dow Jones Industrial Average by Using Wavelet Fuzzy Time Series and ARIMA Forecasting of Dow Jones Industrial Average by Using Wavelet Fuzzy Time Series and ARIMA Muhamad Rifki Taufik 1, Lim Apiradee 2, Phatrawan Tongkumchum 3, Nureen Dureh 4 1,2,3,4 Research Methodology, Math

More information

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

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

More information

Frequency Forecasting using Time Series ARIMA model

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

More information

Research Article Opinion Impact Models and Opinion Consensus Methods in Ad Hoc Tactical Social Networks

Research Article Opinion Impact Models and Opinion Consensus Methods in Ad Hoc Tactical Social Networks Discrete Dynamics in ature and Society Volume 203, Article ID 758079, 6 pages http://dx.doi.org/0.55/203/758079 Research Article Opinion Impact Models and Opinion Consensus Methods in Ad Hoc Tactical Social

More information

Research Article Fishery Landing Forecasting Using Wavelet-Based Autoregressive Integrated Moving Average Models

Research Article Fishery Landing Forecasting Using Wavelet-Based Autoregressive Integrated Moving Average Models Mathematical Problems in Engineering Volume 215, Article ID 96945, 9 pages http://dx.doi.org/1.1155/215/96945 Research Article Fishery Landing Forecasting Using Wavelet-Based Autoregressive Integrated

More information

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

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

More information

LOAD FORECASTING APPLICATIONS for THE ENERGY SECTOR

LOAD FORECASTING APPLICATIONS for THE ENERGY SECTOR LOAD FORECASTING APPLICATIONS for THE ENERGY SECTOR Boris Bizjak, Univerza v Mariboru, FERI 26.2.2016 1 A) Short-term load forecasting at industrial plant Ravne: Load forecasting using linear regression,

More information

FORECASTING SUGARCANE PRODUCTION IN INDIA WITH ARIMA MODEL

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

More information

Solar Irradiance Prediction using Neural Model

Solar Irradiance Prediction using Neural Model Volume-8, Issue-3, June 2018 International Journal of Engineering and Management Research Page Number: 241-245 DOI: doi.org/10.31033/ijemr.8.3.32 Solar Irradiance Prediction using Neural Model Raj Kumar

More information

Research Article An Optimized Grey GM(2,1) Model and Forecasting of Highway Subgrade Settlement

Research Article An Optimized Grey GM(2,1) Model and Forecasting of Highway Subgrade Settlement Mathematical Problems in Engineering Volume 015, Article ID 606707, 6 pages http://dx.doi.org/10.1155/015/606707 Research Article An Optimized Grey GM(,1) Model and Forecasting of Highway Subgrade Settlement

More information

An Improved Method of Power System Short Term Load Forecasting Based on Neural Network

An Improved Method of Power System Short Term Load Forecasting Based on Neural Network An Improved Method of Power System Short Term Load Forecasting Based on Neural Network Shunzhou Wang School of Electrical and Electronic Engineering Huailin Zhao School of Electrical and Electronic Engineering

More information

Research Article Fourier Series of the Periodic Bernoulli and Euler Functions

Research Article Fourier Series of the Periodic Bernoulli and Euler Functions Abstract and Applied Analysis, Article ID 85649, 4 pages http://dx.doi.org/.55/24/85649 Research Article Fourier Series of the Periodic Bernoulli and Euler Functions Cheon Seoung Ryoo, Hyuck In Kwon, 2

More information

Application of Time Sequence Model Based on Excluded Seasonality in Daily Runoff Prediction

Application of Time Sequence Model Based on Excluded Seasonality in Daily Runoff Prediction Send Orders for Reprints to reprints@benthamscience.ae 546 The Open Cybernetics & Systemics Journal, 2014, 8, 546-552 Open Access Application of Time Sequence Model Based on Excluded Seasonality in Daily

More information

MODELLING ENERGY DEMAND FORECASTING USING NEURAL NETWORKS WITH UNIVARIATE TIME SERIES

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

More information

Pattern Matching and Neural Networks based Hybrid Forecasting System

Pattern Matching and Neural Networks based Hybrid Forecasting System Pattern Matching and Neural Networks based Hybrid Forecasting System Sameer Singh and Jonathan Fieldsend PA Research, Department of Computer Science, University of Exeter, Exeter, UK Abstract In this paper

More information

Research Article A New Hybrid Approach for Wind Speed Prediction Using Fast Block Least Mean Square Algorithm and Artificial Neural Network

Research Article A New Hybrid Approach for Wind Speed Prediction Using Fast Block Least Mean Square Algorithm and Artificial Neural Network Mathematical Problems in Engineering Volume, Article ID 97, 9 pages http://dxdoiorg///97 Research Article A New Hybrid Approach for Wind Speed Prediction Using Fast Block Least Mean Square Algorithm and

More information

Multivariate Time Series Analysis and Its Applications [Tsay (2005), chapter 8]

Multivariate Time Series Analysis and Its Applications [Tsay (2005), chapter 8] 1 Multivariate Time Series Analysis and Its Applications [Tsay (2005), chapter 8] Insights: Price movements in one market can spread easily and instantly to another market [economic globalization and internet

More information

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

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

More information

th Hawaii International Conference on System Sciences

th Hawaii International Conference on System Sciences 2013 46th Hawaii International Conference on System Sciences Standardized Software for Wind Load Forecast Error Analyses and Predictions Based on Wavelet-ARIMA Models Applications at Multiple Geographically

More information

Application of Artificial Neural Network for Short Term Load Forecasting

Application of Artificial Neural Network for Short Term Load Forecasting aerd Scientific Journal of Impact Factor(SJIF): 3.134 e-issn(o): 2348-4470 p-issn(p): 2348-6406 International Journal of Advance Engineering and Research Development Volume 2,Issue 4, April -2015 Application

More information

MODELING FUZZY TIME SERIES WITH MULTIPLE OBSERVATIONS. Received April 2011; revised August 2011

MODELING FUZZY TIME SERIES WITH MULTIPLE OBSERVATIONS. Received April 2011; revised August 2011 International Journal of Innovative Computing, Information and Control ICIC International c 2012 ISSN 1349-4198 Volume 8, Number 10(B), October 2012 pp. 7415 7426 MODELING FUZZY TIME SERIES WITH MULTIPLE

More information

COMPARISON OF CLEAR-SKY MODELS FOR EVALUATING SOLAR FORECASTING SKILL

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

More information

SHORT-TERM traffic forecasting is a vital component of

SHORT-TERM traffic forecasting is a vital component of , October 19-21, 2016, San Francisco, USA Short-term Traffic Forecasting Based on Grey Neural Network with Particle Swarm Optimization Yuanyuan Pan, Yongdong Shi Abstract An accurate and stable short-term

More information

Empirical Approach to Modelling and Forecasting Inflation in Ghana

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

More information

Time Series and Forecasting

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

More information

Research Article Weather Forecasting Using Sliding Window Algorithm

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

More information

Data-driven methods in application to flood defence systems monitoring and analysis Pyayt, A.

Data-driven methods in application to flood defence systems monitoring and analysis Pyayt, A. UvA-DARE (Digital Academic Repository) Data-driven methods in application to flood defence systems monitoring and analysis Pyayt, A. Link to publication Citation for published version (APA): Pyayt, A.

More information

arxiv: v1 [stat.me] 5 Nov 2008

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

More information

Dynamic Data Modeling of SCR De-NOx System Based on NARX Neural Network Wen-jie ZHAO * and Kai ZHANG

Dynamic Data Modeling of SCR De-NOx System Based on NARX Neural Network Wen-jie ZHAO * and Kai ZHANG 2018 International Conference on Modeling, Simulation and Analysis (ICMSA 2018) ISBN: 978-1-60595-544-5 Dynamic Data Modeling of SCR De-NOx System Based on NARX Neural Network Wen-jie ZHAO * and Kai ZHANG

More information

Research Article A New Global Optimization Algorithm for Solving Generalized Geometric Programming

Research Article A New Global Optimization Algorithm for Solving Generalized Geometric Programming Mathematical Problems in Engineering Volume 2010, Article ID 346965, 12 pages doi:10.1155/2010/346965 Research Article A New Global Optimization Algorithm for Solving Generalized Geometric Programming

More information

Prediction of Seasonal Rainfall Data in India using Fuzzy Stochastic Modelling

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

More information

Research Article Bessel Equation in the Semiunbounded Interval x [x 0, ]: Solving in the Neighbourhood of an Irregular Singular Point

Research Article Bessel Equation in the Semiunbounded Interval x [x 0, ]: Solving in the Neighbourhood of an Irregular Singular Point International Mathematics and Mathematical Sciences Volume 2016, Article ID 6826482, 7 pages http://dx.doi.org/10.1155/2016/6826482 Research Article Bessel Equation in the Semiunbounded Interval x [x 0,

More information

FORECASTING YIELD PER HECTARE OF RICE IN ANDHRA PRADESH

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

More information

Wavelet Neural Networks for Nonlinear Time Series Analysis

Wavelet Neural Networks for Nonlinear Time Series Analysis Applied Mathematical Sciences, Vol. 4, 2010, no. 50, 2485-2495 Wavelet Neural Networks for Nonlinear Time Series Analysis K. K. Minu, M. C. Lineesh and C. Jessy John Department of Mathematics National

More information

Package TSPred. April 5, 2017

Package TSPred. April 5, 2017 Type Package Package TSPred April 5, 2017 Title Functions for Benchmarking Time Series Prediction Version 3.0.2 Date 2017-04-05 Author Rebecca Pontes Salles [aut, cre, cph] (CEFET/RJ), Eduardo Ogasawara

More information

A Fuzzy Logic Based Short Term Load Forecast for the Holidays

A Fuzzy Logic Based Short Term Load Forecast for the Holidays A Fuzzy Logic Based Short Term Load Forecast for the Holidays Hasan H. Çevik and Mehmet Çunkaş Abstract Electric load forecasting is important for economic operation and planning. Holiday load consumptions

More information

A Cross-Associative Neural Network for SVD of Nonsquared Data Matrix in Signal Processing

A Cross-Associative Neural Network for SVD of Nonsquared Data Matrix in Signal Processing IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 12, NO. 5, SEPTEMBER 2001 1215 A Cross-Associative Neural Network for SVD of Nonsquared Data Matrix in Signal Processing Da-Zheng Feng, Zheng Bao, Xian-Da Zhang

More information

Evolutionary Functional Link Interval Type-2 Fuzzy Neural System for Exchange Rate Prediction

Evolutionary Functional Link Interval Type-2 Fuzzy Neural System for Exchange Rate Prediction Evolutionary Functional Link Interval Type-2 Fuzzy Neural System for Exchange Rate Prediction 3. Introduction Currency exchange rate is an important element in international finance. It is one of the chaotic,

More information

Research Article A Matrix Method Based on the Fibonacci Polynomials to the Generalized Pantograph Equations with Functional Arguments

Research Article A Matrix Method Based on the Fibonacci Polynomials to the Generalized Pantograph Equations with Functional Arguments Advances in Mathematical Physics, Article ID 694580, 5 pages http://dx.doi.org/10.1155/2014/694580 Research Article A Matrix Method Based on the Fibonacci Polynomials to the Generalized Pantograph Equations

More information

Research Article Solution of Fuzzy Matrix Equation System

Research Article Solution of Fuzzy Matrix Equation System International Mathematics and Mathematical Sciences Volume 2012 Article ID 713617 8 pages doi:101155/2012/713617 Research Article Solution of Fuzzy Matrix Equation System Mahmood Otadi and Maryam Mosleh

More information

Nonlinear Characterization of Activity Dynamics in Online Collaboration Websites

Nonlinear Characterization of Activity Dynamics in Online Collaboration Websites Nonlinear Characterization of Activity Dynamics in Online Collaboration Websites Tiago Santos 1 Simon Walk 2 Denis Helic 3 1 Know-Center, Graz, Austria 2 Stanford University 3 Graz University of Technology

More information

Predict Time Series with Multiple Artificial Neural Networks

Predict Time Series with Multiple Artificial Neural Networks , pp. 313-324 http://dx.doi.org/10.14257/ijhit.2016.9.7.28 Predict Time Series with Multiple Artificial Neural Networks Fei Li 1, Jin Liu 1 and Lei Kong 2,* 1 College of Information Engineering, Shanghai

More information

SARIMA-ELM Hybrid Model for Forecasting Tourist in Nepal

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

More information

A Support Vector Regression Model for Forecasting Rainfall

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

More information

A NETWORK TRAFFIC PREDICTION MODEL BASED ON QUANTUM INSPIRED PSO AND WAVELET NEURAL NETWORK. Kun Zhang

A NETWORK TRAFFIC PREDICTION MODEL BASED ON QUANTUM INSPIRED PSO AND WAVELET NEURAL NETWORK. Kun Zhang Mathematical and Computational Applications, Vol. 19, No. 3, pp. 218-229, 2014 A NETWORK TRAFFIC PREDICTION MODEL BASED ON QUANTUM INSPIRED PSO AND WAVELET NEURAL NETWORK Kun Zhang Department of Mathematics,

More information

Agricultural Price Forecasting Using Neural Network Model: An Innovative Information Delivery System

Agricultural Price Forecasting Using Neural Network Model: An Innovative Information Delivery System Agricultural Economics Research Review Vol. 26 (No.2) July-December 2013 pp 229-239 Agricultural Price Forecasting Using Neural Network Model: An Innovative Information Delivery System Girish K. Jha *a

More information

Research Article Multiple-Decision Procedures for Testing the Homogeneity of Mean for k Exponential Distributions

Research Article Multiple-Decision Procedures for Testing the Homogeneity of Mean for k Exponential Distributions Discrete Dynamics in Nature and Society, Article ID 70074, 5 pages http://dx.doi.org/0.55/204/70074 Research Article Multiple-Decision Procedures for Testing the Homogeneity of Mean for Exponential Distributions

More information

WEATHER DEPENENT ELECTRICITY MARKET FORECASTING WITH NEURAL NETWORKS, WAVELET AND DATA MINING TECHNIQUES. Z.Y. Dong X. Li Z. Xu K. L.

WEATHER DEPENENT ELECTRICITY MARKET FORECASTING WITH NEURAL NETWORKS, WAVELET AND DATA MINING TECHNIQUES. Z.Y. Dong X. Li Z. Xu K. L. WEATHER DEPENENT ELECTRICITY MARKET FORECASTING WITH NEURAL NETWORKS, WAVELET AND DATA MINING TECHNIQUES Abstract Z.Y. Dong X. Li Z. Xu K. L. Teo School of Information Technology and Electrical Engineering

More information