update_sequential.hermite_estimator_univar: Updates the Hermite series based estimator sequentially

View source: R/hermite_estimator_univar.R

update_sequential.hermite_estimator_univarR Documentation

Updates the Hermite series based estimator sequentially

Description

This method can be applied in sequential estimation settings.

Usage

## S3 method for class 'hermite_estimator_univar'
update_sequential(h_est_obj, x)

Arguments

h_est_obj

A hermite_estimator_univar object.

x

A numeric vector. A vector of observations to be incorporated into the estimator.

Value

An object of class hermite_estimator_univar.


hermiter documentation built on May 31, 2023, 6:30 p.m.