Range returns a vector of length two, with the minimum and maximum values of the (support of the) distribution.
Usage
# S3 method for class 'dst'
range(distribution, ...)
Arguments
- distribution
Distribution to compute range from.
- ...
Not used; vestige of the
base::range()
S3 generic.
Details
If there are no methods for the distribution's class,
the range is calculated
using eval_quantile()
at 0 and at 1.