initialize_batch_univar {hermiter} | R 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_univar(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.
[Package hermiter version 2.3.1 Index]