50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

distr6 (version 1.3.3)

iqr: Distribution Interquartile Range

Description

Interquartile range of a distribution

Usage

iqr(object)

Arguments

object

Distribution.

Value

Interquartile range of distribution as a numeric.

R6 Usage

$iqr()

Details

The interquartile range of a distribution is defined by iqrX=q(0.75)q(0.25) where q is the quantile, or inverse distribution function.

Returns error if the quantile function is missing.