This method calculates the cumulative probability values at a vector of x values using the hermite_estimator_univar object (h_est_obj).
# S3 method for hermite_estimator_univar
cum_prob(h_est_obj, x, clipped = FALSE, accelerate_series = TRUE)
A numeric vector of cumulative probability values.
A hermite_estimator_univar object.
A numeric vector. Values at which to estimate the cumulative probability
A boolean value. This value determines whether cumulative probabilities are clipped to lie within the range [0,1].
A boolean value. This value determines whether Hermite series acceleration is applied.
The object must be updated with observations prior to the use of this method.