Learn R Programming

distr6 (version 1.5.6)

support: Support Accessor - Deprecated

Description

Deprecated. Use $properties$support

Usage

support(object)

Arguments

object

Distribution.

Value

An R6 object of class set6::Set.

R6 Usage

$support

Details

The support of a probability distribution is defined as the interval where the pmf/pdf is greater than zero, $$Supp(X) = \{x \ \in R: \ f_X(x) \ > \ 0\}$$ where \(f_X\) is the pmf if distribution \(X\) is discrete, otherwise the pdf.