The hermite_estimator_univar object, h_est_obj must be updated with observations prior to the use of this method.
# S3 method for hermite_estimator_univar
hcdf(
h_est_obj,
clipped = FALSE,
accelerate_series = TRUE,
x_lower = NA,
x_upper = NA
)
A hcdf_univar object whose underlying structure is a list containing the following components.
x: The points at which the cumulative probability is calculated. cum_prob_vals: The cumulative probability values at the points x. num_obs: The number of observations used to form the Hermite cumulative probability estimates. N: The number of terms N in the Hermite series estimator.
A hermite_estimator_univar object.
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.
A numeric value. This value determines the lower limit of x values at which to evaluate the CDF.
A numeric value. This value determines the upper limit of x values at which to evaluate the CDF.