Learn R Programming

distr6 (version 1.5.2)

dmax: Distribution Maximum Accessor

Description

Returns the distribution maximum as the maximum of the support. If the support is not bounded above then maximum is given by $$maximum = supremum - 1.1e-15$$

Usage

dmax(object)

Arguments

object

Distribution.

Value

Maximum as a numeric.

R6 Usage

$dmax

See Also

support, dmin, sup, inf