pogen: Poisson RV

Description Usage Arguments Details Examples

View source: R/pogen.R

Description

uses Exponential distribution with parameter "lambda" to create Poisson distribution with parameter "lambda" within time "t".

Usage

1
2
pogen(t,lambda)
pogen.visual(t,lambda)

Arguments

t

time.

lambda

Poisson distribution parameter.

Details

In probability theory and statistics, the Poisson distribution (French pronunciation [pwa<cb><88>s<c9><94><cc><83>]; in English often rendered /<cb><88>pw<c9><91><cb><90>s<c9><92>n/), named after French mathematician Sim<c3><a9>on Denis Poisson, 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. The Poisson distribution can also be used for the number of events in other specified intervals such as distance, area or volume.

For instance, an individual keeping track of the amount of mail they receive each day may notice that they receive an average number of 4 letters per day. If receiving any particular piece of mail does not affect the arrival times of future pieces of mail, i.e., if pieces of mail from a wide range of sources arrive independently of one another, then a reasonable assumption is that the number of pieces of mail received in a day obeys a Poisson distribution. Other examples that may follow a Poisson include the number of phone calls received by a call center per hour and the number of decay events per second from a radioactive source.

Examples

1
2
pogen(5,2)
pogen.visual(5,2)

moeinm98/distributions documentation built on May 17, 2019, 4:33 p.m.