initialize_batch_bivar: Initializes the Hermite series based estimator with a batch...

View source: R/hermite_estimator_bivar.R

initialize_batch_bivarR Documentation

Initializes the Hermite series based estimator with a batch of data

Description

Initializes the Hermite series based estimator with a batch of data

Usage

initialize_batch_bivar(h_est_obj, x)

Arguments

h_est_obj

A hermite_estimator_bivar object.

x

A numeric matrix. A matrix of bivariate observations to be incorporated into the estimator. Each row corresponds to a single bivariate observation.

Value

An object of class hermite_estimator_bivar.


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