median.hermite_estimator_univar {hermiter} | R Documentation |
This generic method is a convenience wrapper around the quant method to calculate the median.
## S3 method for class 'hermite_estimator_univar'
median(x, ...)
x |
A hermite_estimator_univar object. |
... |
Optional additional arguments to the quant function namely algorithm and accelerate_series. |
A numeric value.