This method calculates the probability density values at a vector of x values using the hermite_estimator_univar object (h_est_obj).
# S3 method for hermite_estimator_univar
dens(h_est_obj, x, clipped = FALSE, accelerate_series = TRUE)
A numeric vector of probability density values.
A hermite_estimator_univar object.
A numeric vector. Values at which to estimate the probability density.
A boolean value. This value determines whether probability densities are clipped to be bigger than zero.
A boolean value. This value determines whether Hermite series acceleration is applied.
The object must be updated with observations prior to the use of the method.