update_sequential.hermite_estimator_univar {hermiter} | R Documentation |
This method can be applied in sequential estimation settings.
## S3 method for class 'hermite_estimator_univar'
update_sequential(h_est_obj, x)
h_est_obj |
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.