update_sequential.hermite_estimator_bivar: Updates the Hermite series based estimator sequentially

View source: R/hermite_estimator_bivar.R

update_sequential.hermite_estimator_bivarR 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_bivar'
update_sequential(h_est_obj, x)

Arguments

h_est_obj

A hermite_estimator_bivar object.

x

A numeric vector of length 2 or a n x 2 matrix with n bivariate observations to be incorporated into the estimator.

Value

An object of class hermite_estimator_bivar.


MikeJaredS/hermiter documentation built on Sept. 7, 2024, 8:39 p.m.