quantile.hermite_estimator_univar {hermiter} | R Documentation |
Estimates the quantiles at a vector of probability values
Description
This generic method is a convenience wrapper around the quant method
Usage
## S3 method for class 'hermite_estimator_univar'
quantile(x, probs = seq(0, 1, 0.25), ...)
Arguments
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. |
Value
A numeric vector. The vector of quantile values associated with the probabilities probs.
[Package hermiter version 2.3.1 Index]