<!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 />
    <article-meta>
      <title-group>
        <article-title>Reconstruction of Missing Data in Synthetic Time Series Using EMD</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Tatjana Sidekerskiene</string-name>
          <email>tatjana.sidekerskiene@ktu.lt</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Robertas Damasevicius</string-name>
          <email>robertas.damasevicius@ktu.lt</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Applied Mathematics, Kaunas University of Technology</institution>
          ,
          <addr-line>Kaunas</addr-line>
          ,
          <country country="LT">Lithuania</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Software Engineering, Kaunas University of Technology</institution>
          ,
          <addr-line>Kaunas</addr-line>
          ,
          <country country="LT">Lithuania</country>
        </aff>
      </contrib-group>
      <fpage>7</fpage>
      <lpage>12</lpage>
      <abstract>
        <p>-The paper presents a novel method for reconstruction of missing data in time series. The method is based on the decomposition of known parts of time series into monocomponents (Intrinsic Mode Functions, IMF) using Empirical Mode Decomposition (EMD), construction of prediction models for each IMF using known parts of times series and their composition using weighted average. We demonstrate the efficiency of the proposed approach using a synthetic time series data.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>I. INTRODUCTION</title>
      <p>
        Knowledge-based decision-making processes (such as
business decisions) are very dependent on the availability of data,
from which information can be extracted. These processes
often use predictive models or other computational intelligence
technique that take observed data as inputs. However, in
some cases due to various reasons (power failure, sensor
failure, maintenance, human error, etc.) data could be lost,
corrupted or recorded incompletely, which affects the
quality of data negatively. Most decision-making and machine
learning tools such as the commonly used Artificial Neural
Networks (ANN), Support Vector Machines (SVM), Principal
Component Analysis (PCA) and many other computational
intelligence techniques cannot be used for decision making
if data are not complete [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Missing values in the data
can severely affect the interpretation and hinder downstream
analysis such as supervised or unsupervised classification or
clustering. Since the decision output should still be maintained
despite the missing data, we have to deal with the problem
of missing data. Therefore, in case of incomplete or missing
data, the first step in data processing is to estimate the missing
values.
      </p>
      <p>
        The task, also known as missing value imputation [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] or gap
filling, is an important one in cases where it is crucial to use
all available data and not discard records with missing values.
It is especially relevant in many real-world time series such as
obtained by remote sensing observations made without direct
physical contact with the observed object [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], in which raw
data can be corrupted, obstructed and hindered by multiple,
often unforeseen, ways. Such time series may contain multiple
Copyright c 2016 held by the authors.
gaps, which must be dealt with before applying other signal
processing techniques such as spectral analysis. Consequently,
the quality and the completeness of these time series are
essential. Previously researchers [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] have demonstrated that
missing values imputation can significantly improve the overall
prediction or data analysis when information about the data
is incorporated into the imputation. Thus the problem of
gap-filling (or data reconstruction) is a fundamental one in
computational intelligence.
      </p>
      <p>
        The applications of gap filling (aka missing data imputation)
are numerous and include bioinformatics (gene microarray
data) [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and remote sensing observations [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. The existing
gap-filling techniques depend upon the size of gap series
and the nature of data. If gaps are small, the solutions are
simple and well researched. For example, mean imputation
[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] substitutes every missing value with the mean of the
observations. Because of its simplicity, mean imputation is
commonly used in the social sciences. Regression imputation
replaces missing values with predictions made by a regression
(curve fitting, interpolation) model of the missing value on
variables observed for the data vector. If there is abundance
of complete data, hot-deck imputation can be used to substitute
missing values according to data vectors with similar values.
However, if gaps expand over several cycles of data in time
series, specific methods should be developed.
      </p>
      <p>
        The specific gap filling methods can be categorized
according to the type of information used as global and local. Using
global approach, the algorithms perform missing values
estimation based on global correlation information obtained from
the entire data matrix. An example of such algorithms includes
the SVD imputation [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Peng and Zhu [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] used Independent
Component Analysis (ICA) and Self Organizing Maps (SOM)
to handle missing values. Gaussian mixture models are used in
[
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Ssali and Marwala [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] combined decision trees, Principal
Component Analysis Neural Network (PCA-NN) and Auto
Associative Neural Network (AANN) to estimate the missing
values. The power of evolutionary computing in imputation
process is emphasized in [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] by combining ANN with either
GA or Particle Swarm Optimization (PSO). In [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] it
was used a composite neuro-wavelet reconstruction system
composed by two neural networks separately trained to obtain
the reconstruction. For local approach, the algorithms exploit
only local similarity structure in the data sets to perform
missing values imputation.
      </p>
      <p>The signal decomposition methods split the signal into
additive components. The time series are then reconstructed
using only the components of interest, usually by removing the
high frequency components considered as noise. Because the
decomposition is performed over a limited temporal window,
only a limited amount of information is used when filling gaps.</p>
      <p>
        The Iterative Caterpillar Singular Spectrum Analysis
Method (ICSSA) [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] is a modification of the CSSA [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]
method developed to describe time series and fill missing
data by decomposing the time series into empirical
orthogonal functions (EOF). This method allows filling gaps and
forecasting data at the extremities of the time series.
      </p>
      <p>
        Empirical mode decomposition (EMD) method [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]
consists in decomposing the time series into a small number
of intrinsic mode functions (IMFs) derived directly from the
time series itself using an adaptive iterative process based on
local characteristics of data in the time domain. The first IMF,
mostly affected by noise, can be discarded or thresholded to
remove the high frequency fluctuations [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. Note that the
EMD method requires the time series to be continuous. EMD
has been used before in for gap-filling in [17]. In this method,
gap filling is based on adding artificial local extrema in the
missing part of the data based on the assumptions that behavior
of the missing data is similar to the neighbourhood of the gap,
and for each IMF, every two consecutive extrema in the gap
are equally distant. The modified EMD produces IMFs with
gaps, and the gap data is reconstructed by summing up the
IMFs. However, the assumption that the behavior of the data
does not change in the gap may not hold true. Furthermore,
the method involves the selection of extrema points manually
based on the appearance of each gap-filled IMF, which is
timeconsuming. Kandasamy et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] filled the missing data by
linear interpolation and then applied signal decomposition by
EMD. However, as linear interpolation provides generally poor
performances in case of long periods without observations, the
EMD-based method fails when there is a significant fraction
of gaps (more than 20 %).
      </p>
      <p>The aim of this paper is to propose and evaluate a novel
method for reconstruction of missing data in time series. The
method is based on the decomposition of known parts time
series into mono-components (IMFs) using EMD, construction
of prediction models for each IMF using known parts of times
series and their composition using weighted average.</p>
      <p>The structure of the remaining parts of the paper is as
follows. The proposed method is described in Section II.
The metrics for evaluation the accuracy of the solution are
discussed in Section III. The experiment is described in
Section IV. The results of the experiment are presented in
Section V. Finally, conclusions and discussion of future work
are presented in Section VI.</p>
    </sec>
    <sec id="sec-2">
      <title>II. DESCRIPTION OF METHOD</title>
      <sec id="sec-2-1">
        <title>A. Task</title>
        <p>Consider a time series X 2 RT with m T 2 data points
missing. The missing data are indicated by a vector X^ 2 Rm
with components xt = 1 for all t 2 1; 2; : : : ; T where xt
is defined, and xt = 1 for all t 2 1; 2; : : : ; T where xt is
not defined. Let the zero crossing rate of X be
zcr(X) =</p>
        <p>T
X I xtxt 1 &lt; 0
t=1
(1)
here IfAg is the Iverson operator: IfAg is 1 if its argument
A is true, and 0 otherwise.</p>
        <p>Hereinafter we introduce the simplification and consider
only such X; for which zcr(X) = 2 and x0 = 1: That is the
time series starts with known data, then follows all missing
data, and the time series ends with known data. Hereinafter,
we denote the known data at the beginning of the time series
X before the missing data as the left series Xl; and the known
data at the end of the time series X after the missing data as
the right series Xr; and the missing series as Xm:</p>
      </sec>
      <sec id="sec-2-2">
        <title>B. Outline</title>
        <p>The proposed method consists of the following steps:
1) Perform decomposition of Xl into a set of IMFs IM Fl;
and decompose Xr into a set of IMFs IM Fr using
EMD.
2) Perform prediction of IM Fl into the future by m steps
using the polynomial prediction model. Let predicted set
of series is IM F 0:
3) Perform prediction of IM Fr into the past by m steps
using the polynomial prediction model. Let the predicted
set of series be IM F 00:
4) Combine the predicted series IM F 0 and IM F 00 using
the linearly weighted average. Let the result be IM F:
5) Sum IM F to derive the prediction of Xm: as Y:</p>
      </sec>
      <sec id="sec-2-3">
        <title>C. EMD for decomposition</title>
        <p>
          The steps comprising EMD method [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ] are as follows:
1) Identify local maxima and minima of signal x(t); where
t is time.
2) Perform cubic spline interpolation between the maxima
and minima to obtain envelopes Emax(t) and Emin(t):
3) Calculate the mean of the envelopes as M (t) =
(Emax(t) + Emin(t))=2:
4) Calculate the difference between a signal and the mean
of its envelopes as C1(t) = x(t) M (t):
5) IF the number of local extrema of C1(t); is equal to or
differs from the number of zero crossings by one, and
the average of C1(t) is close to zero,
THEN IM F1 = C1(t);
ELSE repeat steps 1-4 on C1(t) instead of x(t); until
new C1(t) satisfies the conditions of an IMF in Step 5.
6) Calculate residue R1(t) = x(t) C1(t):
7) If residue R1(t) is above a threshold value, then repeat
steps 1-6 on R1(t) to obtain next IMF and a new residue.
        </p>
        <p>As a result, n orthogonal IMFs are obtained from which the
original signal may be reconstructed as follows
x(t) =</p>
        <p>X IM Fi(t) + R(t):
i
(2)</p>
      </sec>
      <sec id="sec-2-4">
        <title>D. Prediction using polynomial model</title>
        <p>Prediction is performed using a polynomial model that finds
coefficients for a polynomial p(x) of degree n that is a best fit
(in a least-squares sense) for the data in y using M previous
values of x. Here a linear case of the model is shown:
p(xi) = a0xi 1 + a1xi 2 + : : : + aM 1xi M + aM : (3)</p>
      </sec>
      <sec id="sec-2-5">
        <title>E. Weighted averaging</title>
        <p>The predictions are averaged using the weighted average as
follows:</p>
        <p>X = X0w(t) + X00(1
w(t));
(4)
where w(t) is a linear monotonous increasing function in the
range [0; 1] from 0 to m 1:</p>
        <p>III. PERFORMANCE EVALUATION USING STATISTICAL</p>
        <p>MEASURES</p>
        <p>Evaluation of the data gap filling results is a crucial step to
demonstrate reliability and accuracy of the proposed method.
In validation, the performance indices are computed between
the reconstructed and known original values. The quality of
the reconstructed data also can be evaluated independently of
the original data using the smoothness criterion.</p>
        <p>We evaluate the accuracy of the results using the following
metrics:</p>
      </sec>
      <sec id="sec-2-6">
        <title>Root Mean Square Error (RMSE) of a model prediction with</title>
        <p>respect to the estimated variable y is defined as the square root
of the mean squared error:</p>
        <p>RM SE =
r Pn
i=1(xi
n
yi)2
;
where x1; x2; : : : ; xn are n observed values and y1; y2; : : : ; yn
are the corresponding values predicted.</p>
        <p>Mean Absolute Error (MAE) measures the average
magnitude of the errors in a set of forecasts, without considering
their direction. It is used to measure how close forecasts or
predictions are to the eventual outcomes:
(5)
(6)
(7)</p>
        <p>Pearson correlation coefficient R2 is a measure of the
strength and direction of the linear relationship between two
variables that is defined as:</p>
        <p>R2 =</p>
        <p>P(xi
P(xi</p>
        <p>x)(yi
x)2 P(yi
y) 2
y)2
:
(8)</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>IV. EXPERIMENT</title>
      <sec id="sec-3-1">
        <title>A. Data and motivating example</title>
        <p>We use the following synthetic time series (also analyzed
in [18]):</p>
        <p>2 2 2
x(t) = sin t cos t + sin t (9)
300 40 2 120</p>
        <p>The known data to the left and right of the gap was
decomposed using EMD and the IMFs were derived. The polynomial
model based prediction method described in Section II.D was
used to derive the forward prediction from the IMF data to
left side of the gap and the backward prediction from the IMF
data to the right side of the gap.</p>
        <p>Fig. 1 shows a fragment of the original time series with
missing data (gap is in the middle of the time series, gap
length = 50). Fig. 2 shows the IMFs derived for known
continuous fragments of data before and after the gap. Fig. 3
shows the adjusted IMFs with reconstructed IMF values for the
missing data using the combination of forward and backward
prediction using linearly weighted averaging. Finally, Fig. 4
shows the true data and reconstructed data (only the gap of
time series is shown).</p>
        <p>For comparison, the results of reconstruction without signal
decomposition are also shown. Even by visual inspection of
figures we can see that the proposed method performs better.</p>
      </sec>
      <sec id="sec-3-2">
        <title>B. Methodology</title>
        <p>To obtain a statistically valid evaluation of the efficiency of
the method, we, first, have generated a synthetic series with
a large length N = 10000 : Then we have extracted M =
20 different subseries of selected length 500; 1000; 2000 at
random locations of the original large time series. The gap in
the data is always located in the middle of series and has the
length of K(K = 10; 20; : : : ; 100). Gap filling is performed
using the proposed method and accuracy is calculated. Results
of computational experiments are presented in Section V.
n
M AE = 1 X
n
i=1
jxi
yij:</p>
        <p>Mean Square Error (MSE). If yi is a vector of n predictions,
and xi is the vector of observed values corresponding to the
inputs to the function which generated the predictions, then
the MSE of the predictor can be estimated by:</p>
        <p>n
M SE = 1 X(xi
n
i=1
yi)2:</p>
        <p>In order to evaluate the performance of the gap-filling,
we have repeated the gap filling experiment 20 times with
different subseries at random locations of the original time
series. The numerical simulation was performed using
MATLAB 8.1 (R2013a). The experimental results are presented in
Figs. 5-8 for the values of RMSE, MAE, MSE and Pearson
correlation values vs the gap ration (length of gap divided by
the length of subseries under consideration).</p>
        <p>We can see that the EMD decomposition-based method fails
to improve the accuracy of missing data reconstruction for
large gaps. Yet, when the size of gap is small (10 or less),
the method allows to achieve some improvement as compared
with the direct prediction of missing data from the known time
series data. The results are summarized in Tables I-II.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>VI. CONCLUSION</title>
      <p>The paper has presented a novel method for the
reconstruction of missing data in time series. The proposed method
is model-free, fully data-driven, and does not impose any
technical assumptions. The results of experiments with the
synthetic data show that better results have not been achieved
for gap filling task using the EMD decomposition if gap length
is large (more than 10 missing data points). The reasons for
that may be the inherent deficiencies of the EMD method</p>
      <p>TABLE II
RESULTS WITHOUT AND WITH DECOMPOSITION FOR SUBSERIES OF</p>
      <p>LENGTH 1000
Gap length</p>
      <p>Decomposition
the accuracy of analysis results. The correct prediction of
locations of minima and maxima in data gap, could allow
to better estimate the envelope of data. The main reasoning
for using EMD is that IMFs would be less complex than the
original data. However, the higher frequency IMFs do not
always have a simple waveform, which would allow more
accurate prediction of their values. Thus no gain by predicting
a simpler could be achieved. Additionally, the method requires
more computation, which also negatively affects the accuracy.</p>
      <p>Future work will focus on performing more extensive
experiments with synthetic time series and the application
of the proposed method to real world time series and the
examination of other signal decomposition and prediction
methods to overcome the shortcoming of EMD and to improve
the proposed method.
also noted by other researchers such as the boundary problem
and the mode mixing problem, which can significantly affect
[17] A. Moghtaderi, P. Borgnat, P. Flandrin, Gap-filling by the empirical
mode decomposition, Proc. of IEEE International Conference on
Acoustics, Speech and Signal Processing (ICASSP), pp. 3821-3824, 2012.
[18] D. Kondrashov and M. Ghil, Spatio-temporal filling of missing points
in geophysical data sets Nonlinear Processes in Geophysics, vol. 13,
pp. 151-159, 2006.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A. W.</given-names>
            <surname>Liew</surname>
          </string-name>
          and
          <string-name>
            <given-names>N. F.</given-names>
            <surname>Law</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Yan</surname>
          </string-name>
          ,
          <article-title>Missing value imputation for gene expression data: computational techniques to recover missing data from available information</article-title>
          , Brief Bioinform, no.
          <issue>12</issue>
          , pp.
          <fpage>498</fpage>
          -
          <lpage>513</lpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>D. B.</given-names>
            <surname>Rubin</surname>
          </string-name>
          ,
          <source>Multiple Imputation After</source>
          <volume>18</volume>
          + Years,
          <source>Journal of the American Statistical Association</source>
          , vol.
          <volume>91</volume>
          , no.
          <issue>434</issue>
          , pp.
          <fpage>473</fpage>
          -
          <lpage>489</lpage>
          ,
          <year>1996</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>S.</given-names>
            <surname>Kandasamy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Baret</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Verger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Neveux</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Weiss</surname>
          </string-name>
          ,
          <article-title>A comparison of methods for smoothing and gap filling time series of remote sensing observations application to MODIS LAI products</article-title>
          ,
          <source>Biogeosciences</source>
          , vol.
          <volume>10</volume>
          , pp.
          <fpage>4055</fpage>
          -
          <lpage>4071</lpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>P. D.</given-names>
            <surname>Allison</surname>
          </string-name>
          ,
          <article-title>Missing data</article-title>
          , Thousand Oaks, CA: Sage Publications, Inc.,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>O.</given-names>
            <surname>Troyanskaya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Cantor</surname>
          </string-name>
          , G. Sherlock, P. Brown, T. Hastie,
          <string-name>
            <given-names>R.</given-names>
            <surname>Tibshirani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Bostein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.B.</given-names>
            <surname>Alman</surname>
          </string-name>
          ,
          <article-title>Missing value estimation methods for DNA microarrays</article-title>
          ,
          <source>Bioinformatics</source>
          , vol.
          <volume>17</volume>
          , pp.
          <fpage>520</fpage>
          -
          <lpage>525</lpage>
          ,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>T.</given-names>
            <surname>Hastie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Tibshirani</surname>
          </string-name>
          , G. Sherlock,
          <string-name>
            <given-names>M.</given-names>
            <surname>Eisen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Brown</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Botstein</surname>
          </string-name>
          ,
          <article-title>Imputing Missing Data for Gene Expression Arrays</article-title>
          , Stanford University Statistics Department Technical report,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>H.</given-names>
            <surname>Peng</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <article-title>Handling of incomplete data sets using ICA and SOM in data mining</article-title>
          ,
          <source>Neural Computing &amp; Applications</source>
          , vol.
          <volume>16</volume>
          , no.
          <issue>2</issue>
          , pp.
          <fpage>167</fpage>
          -
          <lpage>172</lpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>D.</given-names>
            <surname>Yoon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Park</surname>
          </string-name>
          ,
          <article-title>Robust imputation method for missing values in microarray data</article-title>
          ,
          <source>BMC Bioinformatics</source>
          , vol.
          <volume>8</volume>
          ,
          <issue>Suppl 2</issue>
          ,
          <issue>S6</issue>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>G.</given-names>
            <surname>Ssali</surname>
          </string-name>
          and
          <string-name>
            <given-names>T.</given-names>
            <surname>Marwala</surname>
          </string-name>
          ,
          <article-title>Computational Intelligence and Decision Trees for Missing Data Estimation</article-title>
          , in
          <source>International Joint Conference on Neural Networks (IJCNN</source>
          <year>2008</year>
          ), Hong Kong,
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          Jun
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Dhalmini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. V.</given-names>
            <surname>Nelwamondo</surname>
          </string-name>
          , T. Marwala,
          <article-title>Condition Monitoring of HV Bushings in the Presence of Missing Data Using Evolutionary Computing</article-title>
          ,
          <source>WSEAS Transactions on Power Systems</source>
          , vol.
          <volume>1</volume>
          , no.
          <issue>2</issue>
          , pp.
          <fpage>296</fpage>
          -
          <lpage>302</lpage>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>G.</given-names>
            <surname>Capizzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Napoli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Paterno</surname>
          </string-name>
          ,
          <article-title>An Innovative Hybrid Neuro-wavelet Method for Reconstruction of Missing Data in Astronomical Photometric Surveys</article-title>
          ,
          <source>Proc. of International Conference on Artificial Intelligence and Soft Computing ICAISC (1)</source>
          , pp.
          <fpage>21</fpage>
          -
          <lpage>29</lpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>C.</given-names>
            <surname>Napoli</surname>
          </string-name>
          and
          <string-name>
            <given-names>E.</given-names>
            <surname>Tramontana</surname>
          </string-name>
          ,
          <article-title>Massively parallel WRNN reconstructors for spectrum recovery in astronomical photometrical surveys</article-title>
          ,
          <source>Neural Networks</source>
          , vol.
          <volume>83</volume>
          , pp.
          <fpage>4250</fpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>S.</given-names>
            <surname>Kandasamy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Neveux</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Verger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Buis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Weiss</surname>
          </string-name>
          , and
          <string-name>
            <given-names>F.</given-names>
            <surname>Baret</surname>
          </string-name>
          ,
          <article-title>Improving the consistency and continuity of MODIS 8 day leaf area index products</article-title>
          ,
          <source>International Journal of Electronics and Telecommunications</source>
          , vol.
          <volume>58</volume>
          , pp.
          <fpage>141</fpage>
          -
          <lpage>146</lpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>N.</given-names>
            <surname>Golyandina</surname>
          </string-name>
          and
          <string-name>
            <surname>E. Osipov,</surname>
          </string-name>
          <article-title>The Caterpillar-SSA method for analysis of time series with missing values</article-title>
          ,
          <source>Journal of Statistical Planning and Inference</source>
          , vol.
          <volume>137</volume>
          , pp.
          <fpage>2642</fpage>
          -
          <lpage>2653</lpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>N. E.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Shen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. R.</given-names>
            <surname>Long</surname>
          </string-name>
          ,
          <article-title>A new view of nonlinear water waves: the Hilbert spectrum</article-title>
          ,
          <source>Annual Review of Fluid Mechanics</source>
          , vol.
          <volume>31</volume>
          , pp.
          <fpage>417</fpage>
          -
          <lpage>457</lpage>
          ,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>R.</given-names>
            <surname>Damasevicius</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Vasiljevas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Martisius</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Jusas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Birvinskas</surname>
          </string-name>
          , M. Wozniak,
          <article-title>BoostEMD: An Extension of EMD Method and Its Application for Denoising of EMG Signals, Electronics and Electrical Engineering</article-title>
          , vol.
          <volume>21</volume>
          , no.
          <issue>6</issue>
          , pp.
          <fpage>57</fpage>
          -
          <lpage>61</lpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>