50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

hermiter (version 2.3.1)

quantile.hermite_estimator_univar: 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 hermite_estimator_univar
quantile(x, probs = seq(0, 1, 0.25), ...)

Value

A numeric vector. The vector of quantile values associated with the probabilities probs.

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.