poisdist: Creates an Object Representing Poisson Distribution

View source: R/creators.R

poisdistR Documentation

Creates an Object Representing Poisson Distribution

Description

The function creates an object which represents the Poisson distribution.

Usage

poisdist(lambda = 1)

Arguments

lambda

mean parameter, default: 1.

Details

See Poisson.

Value

Object of class poisdist.

See Also

Poisson

Examples

P <- poisdist(1)
d(P, c(2, 3, 4, NA))
r(P, 5)

mistr documentation built on March 7, 2023, 7:42 p.m.