IQR.hermite_estimator_univar: Estimates the Interquartile range (IQR)

View source: R/hermite_estimator_univar.R

IQR.hermite_estimator_univarR Documentation

Estimates the Interquartile range (IQR)

Description

This generic method is a convenience wrapper around the quant method to calculate the interquartile range.

Usage

## S3 method for class 'hermite_estimator_univar'
IQR(x, ...)

Arguments

x

A hermite_estimator_univar object.

...

Optional additional arguments to the quant function namely algorithm and accelerate_series.

Value

A numeric value.


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