<!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>Bias Correction and Machine Learning in AR(1) Estimation: Bridging Traditional and Modern Techniques</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Michael M. Müller</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Günther Specht</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Lukas Kleinheinz</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Janette Walde</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science, Universität Innsbruck</institution>
          ,
          <country country="AT">Austria</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Statistics, Universität Innsbruck</institution>
          ,
          <country country="AT">Austria</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Autoregressive models are fundamental in time series analysis, with the AR(1) process being particularly relevant in fields like economics for modeling error terms with serial correlation. However, conventional estimation techniques such as Ordinary Least Squares (OLS) and Maximum Likelihood Estimation (MLE) exhibit bias when estimating the AR(1) parameter, especially with short time series data. This bias can impact the reliability of statistical inference when using these methods to model the error term. This paper investigates various bias-correction methods for AR(1), comparing analytical, simulation-based, and bootstrapping techniques in detail. Each method's efectiveness in mitigating bias is assessed, along with a proposed solution to address the overfitting issue highlighted in recent literature, aiming to improve model accuracy. Furthermore, we advocate for exploring machine learning methodologies as a promising approach to enhance AR(1) process estimation. Our ifndings suggest that the adaptability and ability of machine learning to handle complex patterns could lead to significant advancements in the precision of AR(1) parameter estimates. This innovative approach not only expands the horizons of time series analysis but also creates new avenues for research in econometrics and related fields.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Time Series</kwd>
        <kwd>Machine Learning</kwd>
        <kwd>Serial Correlation</kwd>
        <kwd>AR(1)</kwd>
        <kwd>Econometric Analysis</kwd>
        <kwd>Autoregressive Processes</kwd>
        <kwd>Bias Correction</kwd>
        <kwd>Bootstrapping</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <sec id="sec-1-1">
        <title>This paper addresses the issue of unbiased estimation</title>
        <p>for AR(1) processes, with a primary emphasis on
miniThe estimation of autoregressive (AR) coeficients is criti- mizing bias in parameter estimation while maintaining a
cal in analyzing time series data, often used in economics. reasonable variance.</p>
        <p>Researchers frequently utilize Newey-West heteroscedas- To address this issue, the first part of this paper ofers
ticity and autocorrelation consistent (HAC) standard er- a comprehensive comparative analysis of bias-reduced
rors to address issues associated with consecutive errors. AR(1) estimation techniques using an innovative machine
However, a more advanced option involves modeling learning approach to assess variable importance from
error terms using an AR process, usually an AR(1) pro- random forest models. This contribution fills a notable
cess, which presents specific benefits over the traditional gap in the existing literature by providing a clear and
Newey-West approach, particularly in terms of eficiency accessible comparison of these methods.
of the parameter estimation. The main objective of this chapter is to equip
re</p>
        <p>
          A less recognized issue arises regarding the bias searchers with the necessary resources to make
wellpresent in frequently used AR coeficient estimators. informed decisions when selecting an appropriate
estiThis bias becomes notably more pronounced when uti- mation method. The research evaluates three primary
lized on short time series containing fewer than 50 data approaches commonly used to estimate unbiased AR(1)
points, particularly as the autocorrelation parameter  parameters: simulation, analytical methods, and
bootapproaches 1, a common phenomenon in macroeconomic strapping.
research. In these scenarios, the estimator typically un- Furthermore, this paper proposes a solution to mitigate
derestimates the autocorrelation. Consequently, when overfitting by modifying the simulation-based approach
researchers choose to model error terms using AR(1) in previously introduced by Sørbye et al.[
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]
the presence of serially correlated error terms, there is
a significant risk of underestimating autocorrelation.
Finally, this results in an increased risk of committing a 2. Related Work
Type-I error.
        </p>
      </sec>
      <sec id="sec-1-2">
        <title>While there is a significant body of literature on new</title>
        <p>
          35th GI-Workshop on Foundations of Databases (Grundlagen von Daten- bias correction techniques for autoregressive (AR)
probanken), May 22-24, 2024, Herdecke, Germany. cesses [
          <xref ref-type="bibr" rid="ref2 ref3 ref4">2, 3, 4</xref>
          ], a notable gap exists in the evaluation
$ michael.m.mueller@uibk.ac.at (M. M. Müller) and comparison of the efectiveness of these methods.
(G.0S0p0e9c-h00t)0;50-000901-80-080823-312(M41.-M52.9M2ü(Jl.leWr)a;l0d0e0)0-0003-0978-7201 Some studies have focused on the comparative
analy© 2024 Copyright for this paper by its authors. Use permitted under Creative Commons License sis of bias and empirical standard error estimation in
Attribution 4.0 International (CC BY 4.0).
        </p>
        <p>
          AR(1) models, primarily examining three estimation tech- an AR(1) process can be expressed as follows:
niques: Maximum Likelihood Estimation (MLE),
Ordinary Least Squares (OLS), and Bayesian methods. Pre-  =  +  − 1 +  
vious research [
          <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
          ] indicated that MLE and Bayesian
techniques perform similarly well. However, these
studies did not consider the impact of bias correction on these
estimators, highlighting a critical gap in our
understanding of how bias-reduced estimation techniques compare
to traditional approaches.
        </p>
        <p>
          There also is investigation into strategies for reducing
bias in autoregressive model estimation, exploring three
techniques: first-order bias correction, bootstrapping,
and recursive mean reduction [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]. The paper revealed
that bootstrapping was particularly efective in
reducing bias, while recursive mean adjustment excelled in
reducing mean squared error.
        </p>
        <p>
          In a related paper the efectiveness of analytical bias
correction and bootstrapping in the context of Vector
Autoregressive (VAR) models is examined [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. Their
findings showed that for stationary processes, analytical bias
correction outperformed bootstrapping, whereas for
nonstationary processes, bootstrapping exhibited superior
performance over analytical correction. Engsted’s
research underscores the importance of tailoring bias
correction techniques to the specific characteristics of the
analyzed data, emphasizing the need for context-aware
bias correction methods.
        </p>
        <p>where  represents the variable of interest at time , 
denotes the intercept term,  represents the
autoregressive coeficient, − 1 is the lagged value of the variable,
and   represents the error term.</p>
        <p>While AR(1) models provide valuable insights into the
dynamics of economic variables, the estimated
parameter ˆ can be subject to bias in certain circumstances
when calculated through Yule-Walker, OLS, or Maximum
Likelihood methods. This bias is especially present for
short time series with less than 50 periods and remains
noticeable for up to 100 periods.</p>
        <p>Numerous methods exist to achieve less biased results,
but the main challenge is navigating the bias-variance
trade-of, which the mean squared error (MSE) quantifies
as a metric.</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>3. Theoretical Background</title>
      <p>
        (1)
 (ˆ) = (,̂ ︀ )2 +  (ˆ) (2)
When evaluating estimators of the same size based on
mean squared error (MSE), it is commonly preferred to
opt for an estimator with reduced bias. Nevertheless, it
is crucial to account for variance since lower bias does
not invariably ensure superior performance. This section
explores three primary strategies for attaining unbiased
outcomes: analytical methods, simulation-based
techniques, and bootstrapping procedures. Furthermore, an
enhancement to the most recent simulation-based
approach by [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] will be discussed.
      </p>
      <sec id="sec-2-1">
        <title>3.2. Analytical Approaches</title>
        <p>This section begins with a brief introduction to
Autoregressive processes and then explores various
methodologies for accurately estimating unbiased autoregressive
coeficients of order 1. It ofers detailed explanations of
the three main approaches commonly used in the field:
analytical techniques, simulation-based methods, and
bootstrapping. Additionally, it presents a solution to
enhance the simulation-based approach proposed by Sørbye
et al.</p>
        <sec id="sec-2-1-1">
          <title>Analytical methods for correcting bias in short-order</title>
          <p>
            AR(1) processes have been proposed and studied in the
literature. Notable approaches in this area include the
work of [
            <xref ref-type="bibr" rid="ref9">9</xref>
            ], and the contributions of [
            <xref ref-type="bibr" rid="ref10">10</xref>
            ] and [
            <xref ref-type="bibr" rid="ref11">11</xref>
            ].
Additionally, [
            <xref ref-type="bibr" rid="ref12">12</xref>
            ] demonstrated that the bias of least squares
estimators for models of known, finite order is a linear
function of the unknown model coeficients, up to order
          </p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3.1. Autoregressive Processes (AR) 1/ .</title>
      <p>Autoregressive processes are often used as stochastic The analytical approaches aim to develop an
expresmodels to model temporal correlations in economic time sion for the bias in the autoregressive coeficient
paseries data. These models assume that the current value rameter estimate (̂︀). The unbiased estimate ( ˆbias︂corr)
of a variable is a linear combination of its past values, plus is computed by deducting the estimated bias from ̂︀. Roy
a random error term. AR processes can be represented as Fuller’s approach focuses on addressing unit roots close
AR(p), where p indicates the order of the process, or the to 1, making it appropriate for both short-order AR(1)
number of lagged terms that are included in the model. processes and higher-order AR processes.</p>
      <p>
        Autoregressive (AR) models, especially those of first- [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] implements an exact median-unbiased
estimaorder, are common in economics because of their sim- tor for AR(1) processes, while [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] ofer an
approxiplicity and efectiveness in capturing persistent patterns. mate median-unbiased estimator for higher-order AR
With an order of 1, these models primarily model the cur- processes. Although the latter applies to higher order
rent period based solely on the preceding period. Such processes, it may face computational challenges when
dealing with high AR orders.
      </p>
      <sec id="sec-3-1">
        <title>3.3. Bootstrapping Approaches</title>
        <p>
          Bootstrapping approaches have gained popularity as an
alternative method for obtaining unbiased estimates in
autoregressive processes. Introduced by [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ],
bootstrapping involves resampling the original dataset with
replacement to generate multiple bootstrap samples. These
samples allow for the empirical distribution of the
estimator to be characterized, providing insights into its
variability and bias.
        </p>
        <sec id="sec-3-1-1">
          <title>The application of bootstrapping to autoregressive pro</title>
          <p>
            cesses was pioneered by [
            <xref ref-type="bibr" rid="ref14">14</xref>
            ], who demonstrated the
potential of bootstrapping for bias correction in AR models.
          </p>
        </sec>
        <sec id="sec-3-1-2">
          <title>This method estimates the autocorrelation coeficient</title>
          <p>from the observed time series and uses this estimate to
generate bootstrap replications, efectively simulating
the "true" autoregressive process.</p>
          <p>
            Further developments in bootstrapping approaches,
such as those proposed by [
            <xref ref-type="bibr" rid="ref15">15</xref>
            ] and [
            <xref ref-type="bibr" rid="ref16">16</xref>
            ], have focused
on improving the accuracy of bias-corrected estimates
through innovative techniques like backward AR
modeling and residual-based bootstrap methods. These
advancements underscore the versatility and efectiveness
of bootstrapping in addressing the challenges of bias
correction in autoregressive modeling.
          </p>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>3.4. Simulation-Based Approaches</title>
        <p>
          Simulation-based methods represent a powerful tool for
correcting bias in autoregressive coeficient estimation,
especially for AR(1) processes. These approaches, as
detailed by the recent research of Sørbye et. al [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ], employ
computational simulations to model the true parameter
 as a function of the originally biased estimate  . The
essence of these methods lies in their ability to utilize
̂︀
a vast array of simulated time series, where the true
parameter  is known, allowing for the direct modeling
and understanding of bias in the estimated coeficients.
        </p>
        <p>
          A notable technique within simulation-based
approaches is the use of Hermite polynomials of order 3
to model the relationship between the biased estimate
̂︀
malizing the  coeficients within the stationary interval
(− 1, 1) to [
          <xref ref-type="bibr" rid="ref1">0, 1</xref>
          ] and applying a logit transformation to
ensure that the corrected coeficients remain within the
stationary range:
( ) = logit
︂(  + 1 )︂
2
        </p>
        <sec id="sec-3-2-1">
          <title>The corrected estimate  ˆbias︂corr is then obtained</title>
          <p>through a function  , parameterized by a vector</p>
          <p>=
( 0,  1,  2,  3), representing the coeficients of the
Hermite polynomials:
 and the true parameter  . This method involves nor- ting is particularly noticeable in the correction curves,
periods showing severe overfitting for the Sørbye approach.</p>
          <p>Solved by our modified version.
 ˆbias︂corr =  (̂︀) =  0 +  1̂︀+  2(̂︀2 − 1) +  3(̂︀3 −</p>
          <p>The optimization of  values is achieved through
minimizing the weighted squared error between the
biascorrected estimate and the true parameter across a finely
spaced grid of  values. This process ensures that the
corrected estimates are as close as possible to the true
parameter values, thereby reducing bias.</p>
          <p>3 )
̂︀
(4)
4.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Modified Sørbye Approach</title>
      <p>Despite the efectiveness of the Sørbye et al. approach,
challenges such as overfitting become apparent when
applied to short time series (10-15 periods). This
overfit(3)
where the adjusted values deviate significantly from the
expected outcomes, suggesting a misalignment in the
bias correction process. To address this issue, we propose
a modification to the Sørbye et al. approach. Instead
of calculating the mean, we propose recalculating the
median during the optimization process of the Hermite
polynomial parameters:</p>
      <p>=1
 ̂︁ = argmin ∑︁ |median=1 ( (̂︀ ,  ) −  ) | (5)</p>
      <p>This adjustment aims to mitigate overfitting by
leveraging the robustness of the median to outliers, thereby
providing a more accurate correction curve for short
time series. The modified approach extends the
applicability of the simulation-based bias correction to time
series ranging from 5 to 100 periods, ofering a
comprehensive solution for bias correction across various time
series lengths. We present an adapted version of the
Sørbye et al. approach available through the R package
provided at https://github.com/michael-mueller-uibk/
ar1MedianBiascorrection.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Analysis and Results</title>
      <p>An alternative method for comparing various bias
correction techniques is presented in this section. The
distinct capabilities of bias correction when applied to short
and long time series and their unequal performance with
positive and negative  values have led to the
development of a Random Forest ensemble estimator for  . The
objective is to capitalize on the advantages of individual
estimators and attain superior overall outcomes by
generating a collection of decision trees that are trained on a
set of simulated time series where the true parameter  is
known and the corresponding estimators ˆ. The random
forest imposes arbitrary limitations on each tree,
creating a variance reduction in the forest when the forest
estimator is computed through the average, given that
each forecast difers.</p>
      <p>
        The Random Forest can be utilized to assess the overall
performance of the estimators. While Random Forests
are often perceived as complex ‘black box’ models
because of their intricacy, a method exists for quantifying
the significance of the variables they employ. To do so,
a Random Forest model is trained for each time period
 using the previously generated simulations. In this
process, the true autocorrelation parameter  is used as
the dependent variable, with the explanatory variables
comprising the estimators acquired from the diferent
biascorrection techniques. Variable importance is
evaluated by measuring how much an estimator contributes
to the predictive accuracy of the model. This assessment
is conducted by observing the change in the model’s
prediction error when the values of a specific attribute
are randomly shufled. If shufling an estimator’s values
leads to a discernible increase in the model’s prediction
error, it indicates that the model heavily depends on that
estimator for its predictions, categorizing the attribute
as ‘important’. Conversely, if reordering the estimator’s
values has little impact on the model’s error, it suggests
that the model does not heavily depend on that estimator,
rendering it ‘unimportant’ in the prediction process. The
concept of permutation estimator importance, originally
introduced in the context of Random Forests by [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], is
applied in this paper.
      </p>
      <p>
        To evaluate the estimators’ performance, the
permutation variable importance for each Random Forest is
computed. Figure 2 displays these results. It is evident that
the modified Sørbye approach consistently exhibits the
highest variable importance across all time periods ( ),
except for when  = 15. Moreover, the two analytical
approaches demonstrate strong performance. Notably,
the Roy-Fuller [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] estimator displays higher importance
for shorter time series, while the Shaman-Stine [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]
estimator performs slightly better for longer time series. In
contrast, the bootstrapping approach by Kim [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] con- of incorporating machine learning techniques into the
sistently shows the lowest variable importance out of all bias correction of AR processes, further enhancements in
the estimators. performance and reductions in bias and mean squared
er
      </p>
      <p>
        The variable importance plot results should not be ror are possible through the use of a more comprehensive
considered conclusive evidence of the efectiveness of ensemble estimator that integrates maximum likelihood
biascorrection methods. Caution must be used in inter- estimation and bias-corrected estimates from diferent
preting the data because if two estimators are extremely models.
similar, they may have overlapping information, result- Figure 3 shows the outcomes, demonstrating the
iming in a relatively unchanged prediction error when one pact of the random forest on the mean squared error. The
is permuted. Conversely, if the estimators contain dif- results highlight that the random forest can efectively
ferent information, it may result in a more significant decrease bias of the Yule-Walker estimate for larger 
valincrease in prediction error. ues, although there is a minor rise in bias for negative 
[
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] provides a more comprehensive view of the signif- values. Additionally, it shows the technique’s proficiency
icance of the estimators by acknowledging that certain in reducing variance for positive  values. These
findestimation methods may equally fit the data. Their ap- ings suggest opportunities for enhancing the estimators’
proach and the transfer to our problem of comparing the performance through further investigation of advanced
estimation approaches for our data is out of scope of this ensemble techniques incorporating more bias-corrected
paper, but should be considered for future comparisons estimators.
of the approaches.
      </p>
    </sec>
    <sec id="sec-6">
      <title>6. Future Work</title>
      <p>This section examines the application of a random forest
model for bias correction. The goal is to decrease the bias
of the simple to compute Yule-Walker estimate, therefore
we simulate time series of length  with known true
parameter  . We then compute the Yule-Walker estimate
for each of these time series. The Yule-Walker estimate
and the length of the time series  can then be utilized
as explanatory variables in the random forest, along with
the true parameter  as the dependent variable. Although
this approach provides initial insights into the potential</p>
    </sec>
    <sec id="sec-7">
      <title>7. Conclusion</title>
      <sec id="sec-7-1">
        <title>This paper contributes to the field by addressing the chal</title>
        <p>
          lenge of estimating AR(1) coeficients in short time series.
The paper explores various strategies for mitigating bias
in AR(1) parameter estimation and introduces an efective
adaptation of the bias correction methodology initially
proposed by Sørbye et al. [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]. The research findings
suggest that analytical and simulation-based methods are
more efective for estimating stationary AR(1) processes
compared to bootstrapping, aligning with conclusions
from prior studies [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ].
        </p>
        <p>
          The newly proposed modified Sørbye approach
demonstrates promise in estimating AR(1) parameters by
reducing bias while maintaining low variance. Additionally,
analytical techniques proposed by Roy et al. [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] and
Shaman et al. [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] are identified as viable alternatives
for researchers, showing comparable performance and
versatility for higher-order AR processes.
        </p>
        <p>In conclusion, this paper emphasizes the significance
of bias correction in AR coeficient estimation and
highlights the importance of tailored bias correction methods
that consider the specific characteristics of the analyzed
data.</p>
        <p>Moreover, the paper suggests the potential benefits
of employing machine learning approaches to enhance
AR estimation, opening avenues for further research and
methodological advancements.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>S. H.</given-names>
            <surname>Sørbye</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. G.</given-names>
            <surname>Nicolau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Rue</surname>
          </string-name>
          ,
          <article-title>Finite-sample properties of estimators for first and second order autoregressive processes</article-title>
          ,
          <source>Statistical Inference for Stochastic Processes</source>
          <volume>25</volume>
          (
          <year>2022</year>
          )
          <fpage>577</fpage>
          -
          <lpage>598</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>T.</given-names>
            <surname>Elbayoumi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Mostafa</surname>
          </string-name>
          ,
          <article-title>Impact of bias correction of the least squares estimation on bootstrap confidence intervals for bifurcating autoregressive models</article-title>
          ,
          <source>Journal of Data Science</source>
          (
          <year>2023</year>
          )
          <fpage>25</fpage>
          -
          <lpage>44</lpage>
          . doi:
          <volume>10</volume>
          .6339/23-
          <fpage>JDS1092</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>J.</given-names>
            <surname>Breitung</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kripfganz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Hayakawa</surname>
          </string-name>
          ,
          <article-title>Biascorrected method of moments estimators for dynamic panel data models</article-title>
          ,
          <source>Econometrics and Statistics</source>
          <volume>24</volume>
          (
          <year>2022</year>
          )
          <fpage>116</fpage>
          -
          <lpage>132</lpage>
          . URL: https://www.sciencedirect.com/science/article/pii/ S2452306221000770. doi:https://doi.org/10. 1016/j.ecosta.
          <year>2021</year>
          .
          <volume>07</volume>
          .001.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>W.</given-names>
            <surname>Na</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Yoo</surname>
          </string-name>
          ,
          <article-title>Real-time bias correction of beaslesan dual-pol radar rain rate using the dual kalman iflter</article-title>
          ,
          <source>Journal of Korea Water Resources Association</source>
          <volume>53</volume>
          (
          <year>2020</year>
          )
          <fpage>201</fpage>
          -
          <lpage>214</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>T.</given-names>
            <surname>Krone</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. J.</given-names>
            <surname>Albers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. E.</given-names>
            <surname>Timmerman</surname>
          </string-name>
          ,
          <article-title>Comparison of estimation procedures for multilevel ar(1) models, Frontiers in Psychology 7 (</article-title>
          <year>2016</year>
          ). doi:
          <volume>10</volume>
          .3389/fpsyg.
          <year>2016</year>
          .
          <volume>00486</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>T.</given-names>
            <surname>Krone</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. J.</given-names>
            <surname>Albers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. E.</given-names>
            <surname>Timmerman</surname>
          </string-name>
          ,
          <article-title>A comparative simulation study of AR(1) estimators in short time series</article-title>
          ,
          <source>Quality &amp; Quantity</source>
          <volume>51</volume>
          (
          <year>2017</year>
          )
          <fpage>1</fpage>
          -
          <lpage>21</lpage>
          . doi:
          <volume>10</volume>
          .1007/s11135-015-0290-1.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>K. D.</given-names>
            <surname>Patterson</surname>
          </string-name>
          ,
          <article-title>Bias reduction through firstorder mean correction, bootstrapping, and recursive mean adjustment</article-title>
          ,
          <source>Journal of Applied Statistics</source>
          <volume>34</volume>
          (
          <year>2007</year>
          )
          <fpage>23</fpage>
          -
          <lpage>45</lpage>
          . doi:
          <volume>10</volume>
          .1080/ 02664760600994638.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>T.</given-names>
            <surname>Engsted</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. Q.</given-names>
            <surname>Pedersen</surname>
          </string-name>
          ,
          <article-title>Bias-correction in vector autoregressive models: A simulation study</article-title>
          ,
          <source>Econometrics</source>
          <volume>2</volume>
          (
          <year>2014</year>
          )
          <fpage>45</fpage>
          -
          <lpage>71</lpage>
          . doi:
          <volume>10</volume>
          .3390/ econometrics2010045.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>A.</given-names>
            <surname>Roy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. A.</given-names>
            <surname>Fuller</surname>
          </string-name>
          ,
          <article-title>Estimation for autoregressive time series with a root near one</article-title>
          ,
          <source>Journal of Business &amp; Economic Statistics</source>
          <volume>19</volume>
          (
          <year>2001</year>
          )
          <fpage>482</fpage>
          -
          <lpage>493</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>D. W. K.</given-names>
            <surname>Andrews</surname>
          </string-name>
          , H.-Y. Chen,
          <article-title>Approximately Median-Unbiased Estimation of Autoregressive Models</article-title>
          ,
          <source>Journal of Business &amp; Economic Statistics</source>
          <volume>12</volume>
          (
          <year>1994</year>
          )
          <fpage>187</fpage>
          -
          <lpage>204</lpage>
          . doi:
          <volume>10</volume>
          .1080/07350015.
          <year>1994</year>
          .
          <volume>10510007</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>D. W. K.</given-names>
            <surname>Andrews</surname>
          </string-name>
          ,
          <article-title>Exactly median-unbiased estimation of first order autoregressive/unit root models</article-title>
          ,
          <source>Econometrica</source>
          <volume>61</volume>
          (
          <year>1993</year>
          )
          <article-title>139</article-title>
          . doi:
          <volume>10</volume>
          .2307/ 2951781.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>P.</given-names>
            <surname>Shaman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. A.</given-names>
            <surname>Stine</surname>
          </string-name>
          ,
          <article-title>The bias of autoregressive coeficient estimators</article-title>
          ,
          <source>Journal of the American Statistical Association</source>
          <volume>83</volume>
          (
          <year>1988</year>
          )
          <fpage>842</fpage>
          -
          <lpage>848</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>B.</given-names>
            <surname>Efron</surname>
          </string-name>
          ,
          <article-title>Computers and the theory of statistics: Thinking the unthinkable</article-title>
          ,
          <source>SIAM Review 21</source>
          (
          <year>1979</year>
          )
          <fpage>460</fpage>
          -
          <lpage>480</lpage>
          . doi:
          <volume>10</volume>
          .1137/1021092. arXiv:https://doi.org/10.1137/1021092.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>R. A.</given-names>
            <surname>Stine</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Shaman</surname>
          </string-name>
          ,
          <article-title>A fixed point characterization for bias of autoregressive estimators</article-title>
          ,
          <source>The Annals of Statistics</source>
          <volume>17</volume>
          (
          <year>1989</year>
          )
          <fpage>1275</fpage>
          -
          <lpage>1284</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>J. H.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <article-title>Forecasting autoregressive time series with bias-corrected parameter estimators</article-title>
          ,
          <source>International Journal of Forecasting</source>
          <volume>19</volume>
          (
          <year>2003</year>
          )
          <fpage>493</fpage>
          -
          <lpage>502</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>H.</given-names>
            <surname>Tanizaki</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hamori</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Matsubayashi</surname>
          </string-name>
          ,
          <article-title>On least-squares bias in the AR(p) models: Bias correction using the bootstrap methods</article-title>
          ,
          <source>Statistical Papers</source>
          <volume>47</volume>
          (
          <year>2006</year>
          )
          <fpage>109</fpage>
          -
          <lpage>124</lpage>
          . doi:
          <volume>10</volume>
          .1007/ s00362-005-0275-6.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>L.</given-names>
            <surname>Breiman</surname>
          </string-name>
          , Random forests,
          <source>Machine learning 45</source>
          (
          <year>2001</year>
          )
          <fpage>5</fpage>
          -
          <lpage>32</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>A.</given-names>
            <surname>Fisher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Rudin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Dominici</surname>
          </string-name>
          ,
          <article-title>All models are wrong, but many are useful: Learning a variable's importance by studying an entire class of prediction models simultaneously</article-title>
          ,
          <source>J. Mach. Learn. Res</source>
          .
          <volume>20</volume>
          (
          <year>2019</year>
          )
          <fpage>1</fpage>
          -
          <lpage>81</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>