<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>Xiaoyong Lu and Xiaomeng Geng, Car sales volume prediction based
on particle swarm optimization algorithm and support vector regres-
sion, International Conference on Intelligent Computation Technology
and Automation Shenzhen Guangdong</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Electric load forecasting using hybrid machine learning approach incorporating feature selection</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Malek Sarhani</string-name>
          <email>a@gmail.com</email>
          <email>malek.sarhani@um5s.net.ma</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Abdellatif El Afia</string-name>
          <email>abdellatif.elafia@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>ENSIAS, Mohammed-V University</institution>
          ,
          <addr-line>Rabat</addr-line>
          ,
          <country country="MA">Morocco</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2011</year>
      </pub-date>
      <volume>71</volume>
      <fpage>71</fpage>
      <lpage>74</lpage>
      <abstract>
        <p>Forecasting of future electricity demand is very important for the electric power industry. As influenced by various factors, it has been shown in several publications that machine learning methods are useful for electric load forecasting (ELF). On the one hand, we introduce in this paper the approach of support vector regression (SVR) for ELF. In particular, we use particle swarm optimization (PSO) algorithm to optimize SVR parameters. On the other hand, it is important to determine the irrelevant factors as a preprocessing step for ELF. Our contribution consists of investigating the importance of applying the feature selection approach for removing the irrelevant factors of electric load. The experimental results elucidate the feasibility of applying feature selection without decreasing the performance of the SVR-PSO model for ELF.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>I. INTRODUCTION</title>
      <p>For developing countries, accurate electric load forecasting
(ELF) is an important guide for effective actions of energy
policies. Furthermore, accurate models for electric power load
forecasting are essential to the operation and planning for
several companies. It may have an impact on energy
purchasing and generation, load switching, contract evaluation, and
infrastructure development. The cost of error is so high that
research in forecasting techniques which could help to reduce
it in a few percent points would be amply justified.</p>
      <p>
        Load forecasts can be divided into three categories:
shortterm forecasts which are usually from one hour to one week,
medium forecasts which are usually from a week to a year,
and long-term forecasts which are longer than a year. Short
term forecasting are essential for the control and scheduling of
power systems [
        <xref ref-type="bibr" rid="ref28">35</xref>
        ]. However, daily load forecasting is a hard
task, because it depends not only on the load of the previous
days, but also on other facts such as temperature, calendar
effect [
        <xref ref-type="bibr" rid="ref36">42</xref>
        ].
      </p>
      <p>
        Nowadays, there are different techniques for calculating
forecasts, In one hand, classical statistical foecasting methods
such as exponential smoothing (Winter 1960 [
        <xref ref-type="bibr" rid="ref39">43</xref>
        ]) or ARIMA
models defined by Box and Jenkins (1994) [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] can be used
for this purpose. But, with these traditional methods, The
construction of ELF model may be difficult due to its
uncertain, non-linear, dynamic and complicated characteristics:
electric load data present nonlinear data patterns caused by
influencing factors such as climate factors, seasonal factors,
and so on (Amjady and Keynia 2009) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Thus, methods
based on artificial intelligence techniques like artificial neural
network (Minsky and Papert in 1969 [25]), genetic algorithms
(Goldbergn in 1989 [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]), fuzzy logic (Cox and Earl in 1994
[
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]) and support vector machine (SVM) (Vapnik et al. 1997
[
        <xref ref-type="bibr" rid="ref31">38</xref>
        ]) can generate better results (Ul Islam 2011 [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]).
      </p>
      <p>
        In the past few years, various efforts in improving the
forecasting accuracy were proposed. Lots of these researchers
have tried to apply artificial intelligence techniques to improve
forecasting accuracy. The most used method is artificial neural
network (ANN). Or, Hu and Zhang (2008) [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] showed that
ANN has inherent drawbacks, such as local optimization
solution, lack generalization, and uncontrolled convergence.
Therefore, support vector machine (SVM), which overcomes
some drawbacks of neural networks, was introduced to provide
a model with better predictive power to elaborate a more
accurate forecast.
      </p>
      <p>Of the influencing factors on ELF which are presented in
real dataset, some of them could be redundant or irrelevant.
Thus, feature selection (FS) is justified as a first step for ELF.
Our contribution in this paper is to investigate the importance
of using FS in ELF. The rest of the paper is organized as
follows: In the next section, we introduce the concepts related
to our forecasting techniques. In the section 3, we outline the
related works. Section 4 describes the algorithm and the tools
which are used for its implementation and presents the case
study used for the evaluation. Section 5 presents the parameters
setting. The results are presented in section 6. Finally, we
conclude and present perspectives to our work.</p>
      <p>II. THE HYBRID MACHINE LEARNING TECHNIQUE</p>
      <sec id="sec-1-1">
        <title>A. Support Vector Machine</title>
        <p>
          The support vector machine (SVM) is a recent tool from
the artificial intelligence field which use statistical learning
theory. It has been successfully applied to many fields and it
recently of increasing interests of researchers: It has been first
introduced by Vapnik et al.(1992) [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] and was applied firstly
to pattern recognition (classification) problems, recent research
has yielded extensions to regression problems, including time
series forecasting.
        </p>
        <p>SVM belongs to Kernel methods, which represent a new
generation of learning algorithms and utilize techniques from
optimization, statistics, and functional analysis in pursuit of
maximal generality, flexibility, and performance. SVM applies
the structural risk minimization (SRM) principle to minimize
an upper bound on the generalization error. SVM could
theoretically guarantee to achieve the global optimum.</p>
        <p>
          The main use of SVM is in classification. However, a
version of an SVM for regression has been proposed by Vapnik
et al. in 1997 [
          <xref ref-type="bibr" rid="ref31">38</xref>
          ].
        </p>
      </sec>
      <sec id="sec-1-2">
        <title>B. Support Vector Regression</title>
        <p>
          This subsection introduces briefly the idea of SVM for
the case of regression (SVR). SVR have been successfully
employed to solve forecasting problems in many fields, such as
financial time series forecasting [
          <xref ref-type="bibr" rid="ref35">20</xref>
          ], engineering and software
field forecasting [
          <xref ref-type="bibr" rid="ref24">31</xref>
          ], and so on.
        </p>
        <p>The basic concept of the SVR model is to nonlinearly map
(with functNion '(:) : Rn ! Rnh ) the input data (training data
set (xi; yi)i=1 ) into a higher dimensional feature space (which
may have infinite dimensions Rnh ). Then, the SVR function
is shown as follows:</p>
        <p>f (x) = !'(x) + b
where f (x) denotes the forecasting values. the coefficients
! and b are estimated by solving the following formulation
which aims to minimize the regularized risk function:
1
!;b; i; i 2 jjwjj2 + C</p>
        <p>min
8&lt;yi
s:t (&lt; w; (xi) &gt; +b)
(&lt; w; (xi) &gt; +b)</p>
        <p>yi
: i; i
0</p>
        <p>N
i=1
X( i + i )
+ i
+ i</p>
        <p>The constant C determines the trade off between the
flatness of f and the amount up to which deviations larger than
are tolerated. i denotes the training error above , whereas
i denotes the training error below , and n represents the
number of samples. SVR avoids underfitting and overfitting of
the training data by minimizing the regularization term 12 jjwjj2
as well as the training error C PN
i=1( i + i ) .</p>
        <p>This constrained optimization problem can be solved by
the pri- mal Lagrangian form and the KarushKuhnTucker
conditions, the dual can be obtained as: Maximize
where i = i i and i ; i are obtained by solving the
quadratic program and are the Lagrangian multipliers. After
this optimization problem is solved, the parameter vector w in
Equation (2) is obtained by:
w =</p>
        <p>N
X( i
i=1
i)'(Xi)
(1)
(2)
(3)
(4)
(5)
. Finally, the SVR regression function is obtained as the
following equation in the dual space
f (x) =</p>
        <p>N
X( i
i=1
i)K(xi; x) + b
(6)
where K(xi; xj ) is called the kernel function: The value of
the kernel equals the inner product of two vectors xi and xj in
the feature space '(xi) and '(xj ) . The most commonly used
kernel functions are the Gaussian radial basis functions (RBF)
kernel function, namely K(xi; xj ) = exp( jjxi xj jj2=2 2)
which is also employed in this study.</p>
      </sec>
      <sec id="sec-1-3">
        <title>C. Particle Swarm Optimization</title>
        <p>The parameters that should be optimized include the
penalty parameter C, and ! defined in equation (2). Thus,
the choice of the parameters has a heavy impact on the
forecasting accuracy. The PSO algorithm is used to seek a
better combination of the three parameters in the SVR.</p>
        <p>
          Particle swarm optimization (PSO) was originally designed
by Kennedy and Eberhart in 1995 [
          <xref ref-type="bibr" rid="ref38">22</xref>
          ]. The technique
simulates the moving of social behaviour among individuals
(particles) through a multi-dimensional search space, each particle
represents a single intersection of all search dimensions.
        </p>
        <p>In PSO, Each particle i has two vectors: the velocity vector
and the position vector: The particles are updated according to
itself previous best position and the entire swarm previous best
position. That is, particle i adjusts its velocity i and position
xi in each generation according to the following formula:
n+1 = ! n + c1r1(pn
xn+1 = xn + : n
xn) + c2:r2:(pgn
xn)
(7)
where n and xn are the current velocity and position
of the particle. pn represents the best previous position of
particle i. pgn represents the best position among all particles
in the population. r1 and r2 are two independently uniformly
distributed random variables with a range.</p>
        <p>
          Nowadays, PSO has gained much attention and wide
applications in solving continuous non linear optimization problems
due to the simple concept, easy implementation and quick
convergence. [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ].
        </p>
      </sec>
      <sec id="sec-1-4">
        <title>D. Feature selection</title>
        <p>
          Feature selection (FS), also known as variable selection or
attribute selection, aims at identifying the most relevant input
variables within a dataset. It may improve the performance of
the predictors by eliminating irrelevant inputs, achieves data
reduction for accelerated training and increases computational
efficiency [
          <xref ref-type="bibr" rid="ref27">34</xref>
          ]. It is usually utilized to identify a subset where
the meanings of variables are important.
        </p>
        <p>
          Most feature selection algorithms perform a search through
the space of feature subsets. There are some characteristics
which affect the nature of the search: The most important are
the search organization (heuristic strategies are generally more
feasible and adaptable for this problem), and the evaluator
(we can distinguish two major families of methods: Filter and
wrapper).
combines SVR and PSO was presented also to traffic safety
forecasting in the paper of Gang and Zhuping (2011) [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ].
        </p>
        <p>Moreover, selecting the key variables is crucial in
constructing the energy load forecasting model. Furthermore,
according to Lu (2014) [23], the major disadvantage of SVR is
that it cannot select important variables from many predictor
variables.</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>III. LITERATURE REVIEW</title>
      <p>Related work for this research includes the use SVM and
SVR for Electric load forecasting (ELF) in general.
Particularly, we focus on works which used the hybrid model
SVRPSO for load forecasting and others which interest in the
selection of relevant attributes.</p>
      <p>
        That is, SVM and SVR was being applied to ELF. For
instance, Mohandes (2002) [26] applied the method of SVM
for short-term ELF. The obtained results for this paper indicate
that SVM outperforms the autoregressive method. Also, Wang
et al. (2009) [
        <xref ref-type="bibr" rid="ref34">41</xref>
        ] presented a -SVR model considering
seasonalproportions based on development tendencies from
history data. Since electric load data are non-linear in relation
and complex, many studies tend to hybridize SVR with other
methods, Elattar et al. (2010) [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] proposed an approach for
solving the load forecasting problem which combines the and
locally weighted regression. Then, he employed the weighted
distance algorithm that uses the Mahalanobis distance to
optimize the weighting function’s bandwidth. In the study of
Ogcu et al. (2012) [
        <xref ref-type="bibr" rid="ref23">30</xref>
        ], SVR and ANN models were employed
to develop the best model for predicting electricity output. Che
(2012) et al.[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] presented an adaptive fuzzy combination model
based on the self-organizing map (SOM), the SVR and the
fuzzy inference method. Furthermore, several algorithms have
been proposed to optimize SVR parameters. Hong et al. (2011)
[18] introduced the application of Chaotic Immune Algorithm
for optimizing SVR parameters and investigate its feasibility
for ELF. Zhang et al. (2012) [45] investigated the potentiality
of a hybrid algorithm which combine chaotic genetic algorithm
and simulated annealing algorithm for optimizing SVR model
and improving load forecasting accurate performance. Another
hybrid forecasting model using differential evolution algorithm
to determine the parameters in SVR model was proposed by
Wang et al. (2012) [
        <xref ref-type="bibr" rid="ref33">40</xref>
        ] for forecasting the annual electric
load. Aung et al. (2012) [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] adopted the least-squares support
vector regression technique incorporated with online learning
to forecast the peak load of a particular consumer entity in the
smart grid for a future time unit.
      </p>
      <p>
        Furthermore, the SVR-PSO applied for ELF: Hong (2009)
[17] elucidated the feasibility of applying chaotic particle
swarm optimization (CPSO) algorithm to choose the suitable
parameter combination for a SVR model in forecasting of
electric load. Duan et al. (2011) [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] proposed a combined
method for the short-term load forecasting of electric power
systems based on the Fuzzy-c-means (FCM) clustering, PSO
and SVR techniques. The SVR-PSO has been used for
forecasting in other fields. For instance, Anandhi et al. (2013)
[
        <xref ref-type="bibr" rid="ref30">37</xref>
        ] presented an SVR based prediction model appropriately
tuned can outperform other more complex models. Specially,
evaluated results show that proposed SVM regression with
PSO approach gave improved accuracy. This approach which
Tu et al. (2007) [
        <xref ref-type="bibr" rid="ref29">36</xref>
        ] performed feature selection with PSO
and used SVM to evaluate the fitness value. He et al. (2008)
[
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] used Genetic algorithm for feature selection which lead
to reduce input space. Nguyen and Torre (2010) [
        <xref ref-type="bibr" rid="ref21">28</xref>
        ] have
presented a method for jointly learn weights and parameters
of the SVM model. Crone and Kourentzes (2010) [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] proposed
an iterative neural filter is proposed for feature evaluation to
automatically identify the frequency of the time series.
      </p>
      <p>
        In their paper, Vieira et al. (2013) [
        <xref ref-type="bibr" rid="ref32">39</xref>
        ] proposed a binary
PSO algorithm for feature selection in parallel with
optimizing the SVM parameters. Lu (2014) [23] used Multivariable
Adaptive Regression Splines (MARS) for selecting input
variables and then construct a sales forecasting model with SVR.
Shahrabi et al. (2013) [
        <xref ref-type="bibr" rid="ref26">33</xref>
        ] presented an approach which used
k-means clustering for reducing the dimension of the data
space, and then used genetic expert system for forecasting
tourism demand.
      </p>
      <p>
        Niu et Guo (2009) [
        <xref ref-type="bibr" rid="ref22">29</xref>
        ] proposed a method which uses
simulated annealing to improve the global searching capacity
of the PSO for the purpose of optimizing SVR parameters
and selecting its input features and then applied it to short
term load forecasting. Karimi (2012) [
        <xref ref-type="bibr" rid="ref37">21</xref>
        ] proposed a feature
selection technique composed of Modified Relief and Mutual
Information and then forecast electric load with a training
mechanism. Yadav et al. (2014) [
        <xref ref-type="bibr" rid="ref40">44</xref>
        ] used Weka software in
order to select the most relevant input parameters for solar
radiation prediction models.
      </p>
    </sec>
    <sec id="sec-3">
      <title>IV. THE PROPOSED APPROACH FOR ELF</title>
      <sec id="sec-3-1">
        <title>A. The SVR-PSO model</title>
        <p>Resolving the SVR dual problem is often troublesome.
Despite an exhaustive search method could be used to tune
this, it suffers from the main drawbacks of being very
time-consuming and lacking of a guarantee of convergence to
the globally optimal solution. Compared to genetic algorithms
(GA), the PSO method can efficiently find optimal or
near-optimal solutions in large search spaces. Furthermore,
Lu and Geng (2011) [24] showed that the PSO-SVR model
is superior to GA-SVR model in the running efficiency
and predictive accuracy. Thus, we adopt PSO for optimal
parameter selection of SVR in order to improve the accuracy
and runtime efficiency of learning procedure of SVR-PSO.
Our SVR-PSO algorithm for ELF can be defined as following:</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Initialize P op( i), Initialize ; ; C</title>
      <p>while t tmax do
for i = 0 to n do</p>
      <p>Compute f i according to Eq. (4)
Update V i and X i according to Eq. (7)
if f i fbest i then
fbest i &gt; f i</p>
      <p>Xbest i &gt; X i
else fN is oddg</p>
      <p>N N 1
end if
end for
end while</p>
      <sec id="sec-4-1">
        <title>B. SVR-PSO with feature selection</title>
        <p>As mentioned in the previous section, the
SVRPSO model is useful for electric load forecasting
(ELF). Therefore, we apply it to the electric load
forecasting. Moreover, we use feature selection to
remove irrelevant attributes as illustrated below, The
procedure used in this paper is summarized in Figure 2.</p>
        <p>
          At the best of our knowledge, this hybrid SVR-PSO model
combined with feature selection hasn’t been yet applied for
ELF. This idea has been investigated in the paper of [
          <xref ref-type="bibr" rid="ref25">32</xref>
          ], but
the results of the forecasting model aren’t enough to validate
this approach.
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>V. EXPERIMENTS SETUP</title>
      <sec id="sec-5-1">
        <title>A. Tools</title>
        <p>To perform feature selection, Weka software was used.
Weka is a collection of machine learning algorithms for data
mining tasks.</p>
        <p>
          As mentioned in section II.D, feature selection has two
principal characteristics. In this study, we used
Correlationbased Feature Subset Selection (CFS) as an attribute evaluator
(see Hall 1998 [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]) and Particle Swarm Optimization for
search method (see Moraglio et al. 2009 [
          <xref ref-type="bibr" rid="ref20">27</xref>
          ]).
        </p>
        <p>
          Forecasting with SVR involves normalization of data
within the range of [
          <xref ref-type="bibr" rid="ref1">0,1</xref>
          ]. Also, the SVR-PSO method with
and without FS have been executed on the same platform:
Intel Core i5 PC, 1.8 GHz with 4 GB of RAM under Ubuntu
14.04 operating system.
        </p>
      </sec>
      <sec id="sec-5-2">
        <title>B. Comparison measurement</title>
        <p>The experimental data should be divided into two subsets:
the training set and the testing set. The forecasting accuracy
is measured in the testing set by two criteria which are Mean
Absolute Percentage Error (MAPE) and Mean Square Error
(MSE). The MAPE and MSE are given by the following
equations:</p>
        <p>M AP E = 100:</p>
        <p>P j(prediction</p>
        <p>real)=realj
n
M SE =
(prediction</p>
        <p>real)2
n
(8)
(9)
Where n is the number of instance of the testing set.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>VI. EXPERIMENTAL RESULTS</title>
      <sec id="sec-6-1">
        <title>A. Experiment 1:</title>
        <p>
          First of all, the paper takes The historical electricity load
dataset used in the EUNITE competition [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] from January
1, 1997 to December 31, 1998 as shown in Table I. The
maximum daily values of the electrical load for the 31 days of
January 1999 are to be forecasted using the given data for the
preceding two years. Given load and some other information
in 1997-1998, the task is to predict daily maximum load in
January 1999. This dataset contains 16 features. As described
by Chen et al. [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ], these features belong to three categories
(calendar attributes, temperature, past load demand). Features
1-7 correspond to the seven days of the week. Feature 8 is
related to temperature. Features 10-16 are loads of the previous
seven days.
, we apply feature selection for the EUNITE competition
dataset:
features were chosen for being applied for building the
SVRPSO model of ELF.
        </p>
        <p>Below, we will apply the SVR-PSO model the EUNITE
case study and shows the predicted values against the realist
values. The figure 5. presents it for the case of the model
without feature selection, while the figure 6. shows it for the
case with feature selection. The following table shows different
performance measurement obtained:
The first column presents the performance of SVR-PSO
without feature selection and the second column presents it for
SVR-PSO with feature selection.</p>
        <p>On one hand, the eliminated attributes in the section VI.A
are 7,8 and 9. The attribute 9 wasn’t used in the competition
as mentioned in V-B. The attribute 7 is Sunday (the seventh
day of the week). This result can be explained by the fact
that the load in this day is so weak (week-end) that we can
neglect it. Indeed, this conclusion can be observed clearly
from the dataset. The attribute 8 is related to temperature, the
elimination of this attribute when doing feature selection mean
that it hasn’t a notable impact on electric load for the case of
electric load in the competition studied.</p>
      </sec>
      <sec id="sec-6-2">
        <title>B. Experiment 2:</title>
        <p>In this experiment, the models are trained on hourly data
from the NEPOOL region (courtesy ISO New England) from
2004 to 2007 (data are available on mathwork website). That
is, it contains 8734 instances and 8 features as described in
fig. 7. To build this experiment, we follow the same approach
used in the previous example.</p>
        <p>We can see from the two tables of the previous section
that SVR-PSO with FS have smaller MSE and MAPE than
SVR-PSO without FS. That is, feature selection may improve
SVR-PSO performance.</p>
        <p>The outstanding forecasting performance of the SVR-PSO
with FS technique is caused by the reason that the eliminated
attributes do not have a great impact on load electricity, they
can be replaced by other attributes who can have a more impact
on electric load.</p>
        <p>VII.</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>CONCLUSION</title>
      <p>In this paper, we investigate the applicability of the
hybrid machine learning technique: SVR-PSO to electric load
forecasting. on the one hand, we can see that the hybrid
method SVR-PSO is useful for ELF. On the other hand, we
can conclude that the selection of the most relevant feature can
maintain the accuracy of the SVR-PSO model for forecasting.
This result is useful, especially in the case of large datasets.</p>
      <p>Future research should attempt to use more advanced
methods in optimizing SVR parameters to have a better
performance of the hybrid model and to determine the best
way for doing feature selection.
[23] Chi-Jie Lu, Sales forecasting of computer products based on variable
selection scheme and support vector regression, Neurocomputing 128
(2014), 491–499.
[25] M. Minsky and S. Papert, An introduction to computational geometry,</p>
      <p>MIT Press ISBN 0-262-63022-2 (1969).
[26] M. Mohandes, Support vector machines for short-term electrical load
forecasting, International Journal of Energy Research 26 (2002), 335–
345.
[45] Wen Yu Zhang, Wei-Chiang Hong, Yucheng Dong, Gary Tsai, Jing-Tian
Sung, and Guo feng Fan, Application of svr with chaotic gasa algorithm
in cyclic electric load forecasting, Energy 45 (2012), 850–858.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>N.</given-names>
            <surname>Amjady</surname>
          </string-name>
          and
          <string-name>
            <given-names>F.</given-names>
            <surname>Keynia</surname>
          </string-name>
          ,
          <article-title>Short-term load forecasting of power systems by combination of wavelet transform and neuro-evolutionary algorithm</article-title>
          ,
          <source>Energy</source>
          <volume>34</volume>
          (
          <year>2009</year>
          ), no.
          <issue>1</issue>
          ,
          <fpage>4901</fpage>
          -
          <lpage>4909</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Zeyar</given-names>
            <surname>Aung</surname>
          </string-name>
          , Mohamed Toukhy,
          <string-name>
            <surname>John R. Williams</surname>
          </string-name>
          ,
          <string-name>
            <surname>Abel Sanchez</surname>
          </string-name>
          , and Sergio Herrero,
          <article-title>Towards accurate electricity load forecasting in smart grids</article-title>
          ,
          <source>The Fourth International Conference on Advances in Databases, Knowledge, and Data Applications DBKDA</source>
          (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>B. E.</given-names>
            <surname>Boser</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. M.</given-names>
            <surname>Guyon</surname>
          </string-name>
          , and
          <string-name>
            <given-names>V. N.</given-names>
            <surname>Vapnik</surname>
          </string-name>
          ,
          <article-title>A training algorithm for optimal margin classiffers</article-title>
          , 5th Annual ACM Workshop on COLT,
          <string-name>
            <surname>Pittsburgh</surname>
            <given-names>PA</given-names>
          </string-name>
          (
          <year>1992</year>
          ),
          <fpage>144</fpage>
          -
          <lpage>152</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>G. E. P.</given-names>
            <surname>Box</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. M.</given-names>
            <surname>Jenkins</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G. C.</given-names>
            <surname>Reinsel</surname>
          </string-name>
          ,
          <article-title>Time series analysis forecasting and control</article-title>
          , 3rd ed, Prentice Hall Englewood Clifs 598 pages (
          <year>1994</year>
          ), no.
          <volume>0130607746</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>R. C.</given-names>
            <surname>Eberhart</surname>
          </string-name>
          and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Shi</surname>
          </string-name>
          ,
          <article-title>Particle swarm optimization: developments, applications and resources</article-title>
          ,
          <source>Proceedings of IEEE Congress on Evolutionary Computation IEEE</source>
          (
          <year>2001</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Jinxing</given-names>
            <surname>Che</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Jianzhou</given-names>
            <surname>Wang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Guangfu</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <article-title>An adaptive fuzzy combination model based on self-organizing map and support vector regression for electric load forecasting</article-title>
          ,
          <source>Energy</source>
          <volume>37</volume>
          (
          <year>2012</year>
          ),
          <fpage>657</fpage>
          -
          <lpage>664</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>B.J.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.W.</given-names>
            <surname>Chang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.J.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <article-title>Load forecasting using support vector machines: a study on eunite competition 2001</article-title>
          ,
          <source>IEEE Trans Power Syst</source>
          <volume>19</volume>
          (
          <year>2004</year>
          ),
          <fpage>1821</fpage>
          -
          <lpage>30</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <article-title>[8] Cox and Earl, The fuzzy systems handbook a practitioners guide to building using maintaining fuzzy system</article-title>
          ,
          <source>Boston ISBN 0-12-194270-8</source>
          (
          <year>1994</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Sven</surname>
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Crone</surname>
            and
            <given-names>Nikolaos</given-names>
          </string-name>
          <string-name>
            <surname>Kourentzes</surname>
          </string-name>
          ,
          <article-title>Feature selection for time series prediction, a combined filter and wrapper approach for neural networks</article-title>
          ,
          <source>Neurocomputing</source>
          <volume>73</volume>
          (
          <year>2010</year>
          ),
          <fpage>1923</fpage>
          -
          <lpage>1936</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Pan</surname>
            <given-names>Duan</given-names>
          </string-name>
          , Kaigui Xie, Tingting Guo, and Xiaogang Huang,
          <article-title>Short-term load forecasting for electric power systems using the pso-svr and fcm clustering techniques</article-title>
          ,
          <source>Energies</source>
          <volume>4</volume>
          (
          <year>2011</year>
          ),
          <fpage>173184</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>R.C.</given-names>
            <surname>Eberhart</surname>
          </string-name>
          and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Shi</surname>
          </string-name>
          ,
          <article-title>Particle swarm optimization developments applications and resources</article-title>
          ,
          <source>Proceedings of the 2001 congress on evolutionary computation</source>
          (
          <year>2001</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Ehab</surname>
            <given-names>Elattar</given-names>
          </string-name>
          , John Goulermas, and
          <string-name>
            <given-names>Q.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <article-title>Electric load forecasting based on locally weighted support vector regression</article-title>
          ,
          <source>IEEE Transactions on Systems, Man, And Cybernetics</source>
          <volume>40</volume>
          (
          <year>2010</year>
          ), no.
          <issue>4</issue>
          ,
          <string-name>
            <surname>Part</surname>
            <given-names>C</given-names>
          </string-name>
          :
          <article-title>Applications</article-title>
          and Reviews.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>Ren</given-names>
            <surname>Gang and Zhou Zhuping</surname>
          </string-name>
          ,
          <article-title>Traffic safety forecasting method by particle swarm optimization and support vector machine</article-title>
          ,
          <source>Expert Systems with Applications</source>
          <volume>38</volume>
          (
          <year>2011</year>
          ),
          <fpage>10420</fpage>
          -
          <lpage>10424</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>D. E.</given-names>
            <surname>Goldberg</surname>
          </string-name>
          ,
          <article-title>Genetic algorithm in search optimization and machine learning</article-title>
          ,
          <source>Addison-Wesley Reading</source>
          (
          <year>1989</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Hall</surname>
          </string-name>
          ,
          <article-title>Correlation-based feature subset selection for machine learning</article-title>
          ., Hamilton, New Zealand (
          <year>1998</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16] [17] [18]
          <string-name>
            <surname>Wenwu</surname>
            <given-names>He</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhizhong Wang</surname>
          </string-name>
          , and Hui Jiang,
          <article-title>Model optimizing and feature selecting for support vector regression in time series forecasting</article-title>
          ,
          <source>Neurocomputing</source>
          <volume>72</volume>
          (
          <year>2008</year>
          ),
          <fpage>600</fpage>
          -
          <lpage>611</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <surname>Wei-Chiang</surname>
            <given-names>Hong</given-names>
          </string-name>
          ,
          <article-title>Chaotic particle swarm optimization algorithm in a support vector regression electric load forecasting model</article-title>
          ,
          <source>Energy Conversion and Management</source>
          <volume>50</volume>
          (
          <year>2009</year>
          ),
          <fpage>105</fpage>
          -
          <lpage>117</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>Wei-Chiang</surname>
            <given-names>Hong</given-names>
          </string-name>
          , Yucheng Dong,
          <string-name>
            <surname>Chien-Yuan</surname>
            <given-names>Lai</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li-Yueh Chen</surname>
          </string-name>
          , and
          <string-name>
            <surname>Shih-Yung</surname>
            <given-names>Wei</given-names>
          </string-name>
          ,
          <article-title>Svr with hybrid chaotic immune algorithm for seasonal load demand forecasting</article-title>
          ,
          <source>Energies</source>
          <volume>4</volume>
          (
          <year>2011</year>
          ),
          <fpage>960</fpage>
          -
          <lpage>977</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>Badar</given-names>
            <surname>Ul</surname>
          </string-name>
          <string-name>
            <surname>Islam</surname>
          </string-name>
          ,
          <article-title>Comparison of conventional and modern load forecasting techniques based on artificial intelligence and expert systems</article-title>
          ,
          <source>IJCSI International Journal of Computer Science Issues (IJCSI) 8</source>
          (
          <issue>2011</issue>
          ), no.
          <issue>5</issue>
          ,
          <fpage>1694</fpage>
          -
          <lpage>0814</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>A.</given-names>
            <surname>Moraglio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Di Chio</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Poli</surname>
          </string-name>
          ,
          <article-title>Geometric particle swarm optimisation</article-title>
          ,
          <source>In Proceedings of the 10th European Conference on Genetic Programming Berlin</source>
          (
          <year>2007</year>
          ),
          <fpage>125</fpage>
          -
          <lpage>136</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>Minh</given-names>
            <surname>Hoai Nguyen and Fernando de la Torre</surname>
          </string-name>
          ,
          <article-title>Optimal feature selection for support vector machines</article-title>
          ,
          <source>Pattern Recognition</source>
          <volume>43</volume>
          (
          <year>2010</year>
          ),
          <fpage>584</fpage>
          -
          <lpage>591</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [29]
          <string-name>
            <surname>Dong-Xiao Niu</surname>
          </string-name>
          and
          <string-name>
            <surname>Ying-Chun</surname>
            <given-names>Guo</given-names>
          </string-name>
          ,
          <article-title>An improved pso for parameter determination and feature selection of svr and its application in stlf, Multi-</article-title>
          valued
          <string-name>
            <surname>Logic</surname>
          </string-name>
          (
          <year>2009</year>
          ),
          <fpage>1</fpage>
          -
          <lpage>18</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [30]
          <string-name>
            <surname>Gamse</surname>
            <given-names>Ogcu</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Omer F.</given-names>
            <surname>Demirel</surname>
          </string-name>
          , and Selim Zaim,
          <article-title>Forecasting electricity consumption with neural networks and support vector regression</article-title>
          ,
          <source>Procedia - Social and Behavioral Sciences</source>
          <volume>58</volume>
          (
          <year>2012</year>
          ),
          <fpage>1576</fpage>
          -
          <lpage>1585</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [31]
          <string-name>
            <surname>Ping-Feng Paia</surname>
          </string-name>
          and
          <string-name>
            <surname>Wei-Chiang</surname>
            <given-names>Hong</given-names>
          </string-name>
          ,
          <article-title>Software reliability forecasting by support vector machines with simulated annealing algorithms</article-title>
          ,
          <source>Journal of Systems and Software</source>
          <volume>79</volume>
          (
          <year>2006</year>
          ), no.
          <issue>6</issue>
          ,
          <fpage>747</fpage>
          -
          <lpage>755</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>Malek</given-names>
            <surname>Sarhani</surname>
          </string-name>
          and
          <article-title>Abellatif El Afia, Electric load forecasting using hybrid machine learning model</article-title>
          ,
          <source>Proceeding of the 11th international conference of Intelligent Systems: Theory and Applications</source>
          (Rabat, Morocco),
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [33]
          <string-name>
            <surname>Jamal</surname>
            <given-names>Shahrabi</given-names>
          </string-name>
          , Esmaeil Hadavandi, and Shahrokh Asadi,
          <article-title>Developing a hybrid intelligent model for forecasting problems: Case study of tourism demand time series</article-title>
          ,
          <source>Knowledge-Based Systems</source>
          <volume>43</volume>
          (
          <year>2013</year>
          ),
          <fpage>112</fpage>
          -
          <lpage>122</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>S.</given-names>
            <surname>Piramuthu</surname>
          </string-name>
          ,
          <article-title>Evaluating feature selection methods for learning in data mining applications</article-title>
          ,
          <source>European Journal of Operational Research</source>
          <volume>156</volume>
          (
          <year>2004</year>
          ),
          <fpage>483</fpage>
          -
          <lpage>494</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [35]
          <string-name>
            <given-names>J. W.</given-names>
            <surname>Taylor and P. E. McSharry</surname>
          </string-name>
          ,
          <article-title>Short-term load forecasting methods: An evaluation based on european data</article-title>
          ,
          <source>IEEE Transactions on Power Systems</source>
          <volume>22</volume>
          (
          <year>2008</year>
          ),
          <fpage>2213</fpage>
          -
          <lpage>2219</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [36]
          <string-name>
            <surname>Chung-Jui</surname>
            <given-names>Tu</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li-Yeh</surname>
            <given-names>Chuang</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jun-Yang</surname>
            <given-names>Chang</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Cheng-Hong</surname>
            <given-names>Yang</given-names>
          </string-name>
          ,
          <article-title>Feature selection using pso-svm</article-title>
          ,
          <source>International Journal of Computer Science</source>
          <volume>33</volume>
          (
          <year>2007</year>
          ),
          <source>no. 1.</source>
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [37]
          <string-name>
            <given-names>V.</given-names>
            <surname>Anandhi</surname>
          </string-name>
          and
          <string-name>
            <given-names>R.</given-names>
            <surname>Manicka</surname>
          </string-name>
          <string-name>
            <surname>Chezian</surname>
          </string-name>
          ,
          <article-title>Forecasting the demand of pulpwood using ann and svm</article-title>
          ,
          <source>International Journal of Advanced Research in Computer Science and Software Engineering</source>
          <volume>3</volume>
          (
          <year>2013</year>
          ), no.
          <issue>7</issue>
          ,
          <fpage>1404</fpage>
          -
          <lpage>1407</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [38]
          <string-name>
            <given-names>V.</given-names>
            <surname>Vapnik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Golowich</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Smola</surname>
          </string-name>
          ,
          <article-title>Support vector method for function approximation regression estimation and signal processings</article-title>
          , MIT Press Cambridge 9 (
          <year>1992</year>
          7),
          <fpage>144</fpage>
          -
          <lpage>152</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [39]
          <string-name>
            <surname>Susana</surname>
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Vieira</surname>
            , Lus F. Mendonca,
            <given-names>Goncalo J.</given-names>
          </string-name>
          <string-name>
            <surname>Farinha</surname>
          </string-name>
          , and
          <string-name>
            <surname>Joo M.C. Sousa</surname>
          </string-name>
          ,
          <article-title>Modified binary pso for feature selection using svm applied to mortality prediction of septic patients</article-title>
          ,
          <source>Applied Soft Computing</source>
          <volume>13</volume>
          (
          <year>2013</year>
          ),
          <fpage>3494</fpage>
          -
          <lpage>3504</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [40]
          <string-name>
            <surname>Jianjun</surname>
            <given-names>Wang</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            <given-names>Li</given-names>
          </string-name>
          ,
          <article-title>and Dongxiao Niuand Zhongfu Tan, An annual load forecasting model based on support vector regression with differential evolution algorithm</article-title>
          ,
          <source>Applied Energy</source>
          <volume>94</volume>
          (
          <year>2012</year>
          ),
          <fpage>65</fpage>
          -
          <lpage>70</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [41]
          <string-name>
            <surname>Jianzhou</surname>
            <given-names>Wang</given-names>
          </string-name>
          , Wenjin Zhu, Wenjin Zhu, and
          <string-name>
            <given-names>Donghuai</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <article-title>A trend fixed on firstly and seasonal adjustment model combined with the epsilon-svr for short-term forecasting of electricity demand</article-title>
          ,
          <source>Energy Policy</source>
          <volume>37</volume>
          (
          <year>2009</year>
          ),
          <fpage>4901</fpage>
          -
          <lpage>4909</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [20]
          <article-title>Kyoung jae Kim, Financial time series forecasting using support vector machines</article-title>
          ,
          <source>Neurocomputing</source>
          <volume>48</volume>
          (
          <year>1983</year>
          ),
          <fpage>311</fpage>
          -
          <lpage>326</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [42]
          <string-name>
            <given-names>L.J</given-names>
            <surname>Wang</surname>
          </string-name>
          and
          <string-name>
            <given-names>C.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <article-title>Short-term price forecasting based on pso train bp neural network</article-title>
          ,
          <source>Electr. Power Sci. Eng</source>
          .
          <volume>24</volume>
          (
          <year>2008</year>
          ),
          <fpage>21</fpage>
          -
          <lpage>25</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Taghi</surname>
            <given-names>Karimi</given-names>
          </string-name>
          ,
          <article-title>Peak load prediction with the new proposed algorithm</article-title>
          ,
          <source>International Journal of Science and Advanced Technology</source>
          <volume>2</volume>
          (
          <year>2012</year>
          ), no.
          <issue>3</issue>
          , ISSN 2221-8386.
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>J.</given-names>
            <surname>Kennedy</surname>
          </string-name>
          and
          <string-name>
            <given-names>R.C .</given-names>
            <surname>Eberhart</surname>
          </string-name>
          ,
          <article-title>Particle swarm optimization</article-title>
          ,
          <source>Proceedings of IEEE international conference neural networks IEEE</source>
          (
          <year>1995</year>
          ),
          <year>1942</year>
          -
          <fpage>8</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          [43]
          <string-name>
            <given-names>P.R.</given-names>
            <surname>Winters</surname>
          </string-name>
          ,
          <article-title>Forecasting sales by exponentially weight moving averages</article-title>
          ,
          <source>Management Science</source>
          <volume>6</volume>
          (
          <year>1960</year>
          ),
          <fpage>324</fpage>
          -
          <lpage>342</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          [44]
          <string-name>
            <given-names>Amit</given-names>
            <surname>Kumar</surname>
          </string-name>
          <string-name>
            <surname>Yadav</surname>
          </string-name>
          , Hasmat Malik, and
          <string-name>
            <given-names>S.S.</given-names>
            <surname>Chandel</surname>
          </string-name>
          ,
          <article-title>Selection of most relevant input parameters using weka for artificial neural network based solar radiation prediction models</article-title>
          ,
          <source>Renewable and Sustainable Energy Reviews</source>
          <volume>31</volume>
          (
          <year>2014</year>
          ),
          <fpage>509</fpage>
          -
          <lpage>519</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>