View source: R/hermite_estimator_univar.R
quantile.hermite_estimator_univar | R Documentation |
This generic method is a convenience wrapper around the quant method
## S3 method for class 'hermite_estimator_univar'
quantile(x, probs = seq(0, 1, 0.25), ...)
x |
A hermite_estimator_univar object. |
probs |
A numeric vector. A vector of probability values. |
... |
Optional additional arguments to the quant function namely algorithm and accelerate_series. |
A numeric vector. The vector of quantile values associated with the probabilities probs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.