Learn R Programming

distr6 (version 1.5.2)

dmin: Distribution Minimum Accessor

Description

Returns the distribution minimum as the minimum of the support. If the support is not bounded below then minimum is given by $$minimum = infimum + 1.1e-15$$

Usage

dmin(object)

Arguments

object

Distribution.

Value

Minimum as a numeric.

R6 Usage

$dmin