Description Usage Arguments Value Examples
View source: R/hermite_estimator_univar.R
This method can be applied in sequential estimation settings.
1 2 | ## S3 method for class 'hermite_estimator_univar'
update_sequential(this, x)
|
this |
A hermite_estimator_univar object. |
x |
A numeric value. An observation 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_sequential(hermite_est, x = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.