Learn R Programming

algebraic.dist (version 0.9.1)

sup.poisson_dist: Support of a Poisson distribution.

Description

The Poisson distribution is supported on the non-negative integers \(\{0, 1, 2, \ldots\}\).

Usage

# S3 method for poisson_dist
sup(x)

Value

A countable_set object with lower bound 0.

Arguments

x

A poisson_dist object.

Examples

Run this code
sup(poisson_dist(5))

Run the code above in your browser using DataLab