This method calculates the probability density values for a matrix of 2-d x vector values using the hermite_estimator_bivar object (h_est_obj).
# S3 method for hermite_estimator_bivar
dens(h_est_obj, x, clipped = FALSE, accelerate_series = FALSE)
A numeric vector of probability density values.
A hermite_estimator_bivar object.
A numeric matrix. Each row corresponds to a 2-d coordinate.
A boolean value. This value determines whether probability densities are clipped to be bigger than zero.
A boolean value. Series acceleration has not yet been implemented for bivariate estimators.
The object must be updated with observations prior to the use of the method.