View source: R/hermite_estimator.R
hcdf | R Documentation |
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
)
h_est_obj |
A hermite_estimator_univar or hermite_estimator_bivar object. |
clipped |
A boolean value. This value determines whether cumulative probabilities are clipped to lie between 0 and 1. |
accelerate_series |
A boolean value. This value determines whether Hermite series acceleration is applied. |
x_lower |
A numeric value (univariate) or a numeric vector (bivariate). This value determines the lower limit of x values at which to evaluate the CDF. |
x_upper |
A numeric value (univariate) or a numeric vector (bivariate). This value determines the upper limit of x values at which to evaluate the CDF. |
A hcdf_univar or hcdf_bivar object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.