quantile.hermite_estimator_univar: Estimates the quantiles at a vector of probability values

View source: R/hermite_estimator_univar.R

quantile.hermite_estimator_univarR 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.


hermiter documentation built on May 31, 2023, 6:30 p.m.