Description Usage Arguments Value Examples
View source: R/hermite_estimator_univar.R
This method can be applied in one-pass batch estimation settings. This method cannot be used with an exponentially weighted estimator.
1 2 | ## S3 method for class 'hermite_estimator_univar'
update_batch(this, x)
|
this |
A hermite_estimator_univar object. |
x |
A numeric vector. A vector of observations to be incorporated into the estimator. |
An object of class hermite_estimator_univar.
1 2 | hermite_est <- hermite_estimator_univar(N = 10, standardize = TRUE)
hermite_est <- update_batch(hermite_est, x = c(1, 2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.