The function updates both, the covariance models for kriging the statistics, and, if applicable,
the ones for kriging the variance matrix of statistics based on the new data given by `nextData
`. In practice, the user hardly
needs to call this function except for empirical studies of how additional sample points might influence the overall predictive
quality of the quasi-score and/or criterion function approximations.
If `fit=TRUE
`, then the function re-estimates the covariance parameters for each statistic separately
each time a total of `qsd$nfit
` new sample points have been added. Thus, we can choose whether to fit the updated
covariance models (by the REML estimation method) each time, e.g. during the estimation by qle
if `qsd$nfit
`=1, or after
each 2nd, 3rd, and so on newly added point in order to limit the computational overhead. If bootstrapping was used to estimate the nugget variance
of kriging models of the variance matrix, then these are taken from `nextData
`.