The h_est_obj object must be updated with observations prior to the use of the method.
hcdf(
h_est_obj,
clipped = FALSE,
accelerate_series = TRUE,
x_lower = NA,
x_upper = NA
)
A hcdf_univar or hcdf_bivar object.
A hermite_estimator_univar or hermite_estimator_bivar object.
A boolean value. This value determines whether cumulative probabilities are clipped to lie between 0 and 1.
A boolean value. This value determines whether Hermite series acceleration is applied.
A numeric value (univariate) or a numeric vector (bivariate). This value determines the lower limit of x values at which to evaluate the CDF.
A numeric value (univariate) or a numeric vector (bivariate). This value determines the upper limit of x values at which to evaluate the CDF.