pogen: Poisson Generator

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/pogen.R

Description

The Poisson distribution, is a discrete probability distribution that expresses the probability of a given number of events occurring in a fixed interval of time or space if these events occur with a known constant rate and independently of the time since the last event.

Usage

1
pogen(landa)

Arguments

landa

<ce><bb> as Poisson parameter.

Details

-

Value

Returned value of this function is a random variable from poisson distribution with <ce><bb> as parameter.

Note

The Poisson distribution is popular for modelling the number of times an event occurs in an interval of time or space.

Author(s)

A.Moloudi

References

www.wikipedia.org

See Also

pogen.R

Examples

1
pogen(20)

amoloudi/R-PKG-Distributions documentation built on May 23, 2019, 7:32 a.m.