PoissonProcess

PoissonProcess[μ]

represents a Poisson process with rate μ.

Details

Examples

open allclose all

Basic Examples  (3)

Simulate a Poisson process:

Mean and variance functions:

Covariance function:

Scope  (12)

Basic Uses  (6)

Simulate an ensemble of paths:

Simulate with arbitrary precision:

Compare paths for different values of process parameter:

Process parameter estimation:

Estimate the distribution parameter from sample data:

Estimate from the times of jumps:

Correlation function:

Absolute correlation function:

Process Slice Properties  (6)

Univariate SliceDistribution:

Univariate probability density:

Compare to the probability density of a Poisson distribution:

Multi-time slice distribution:

Higher-order PDF:

Compute the expectation of an event:

Calculate the probability of an event:

Skewness is positive:

The limiting values:

Kurtosis is greater than 3 and hence slices of the Poisson process are leptokurtic:

The limiting values:

Moment:

Generating functions:

CentralMoment has no closed form for symbolic order:

FactorialMoment and its generating function:

Cumulant and its generating function:

Applications  (14)

Customers arrive at a store according to a Poisson rate of four per hour. Given that the store opens at 9am, find the probability that exactly one customer has arrived by 9:30am:

The probability of exactly one arrival by 9:30am:

Inquiries arrive at a recorded messaging device according to a Poisson process rate of 15 inquiries per minute. Find the probability that in a one-minute period, three inquiries arrive during the first 10 seconds and two inquiries arrive during the last 15 seconds:

Probability that three inquiries arrive during the first 10 seconds:

Since events are independent, the last 15 seconds behave as the first 15:

Hence the required probability, using independence, is given as the product:

An insurance company has two types of policies, A and B. Total claims from the company arrive according to a Poisson process at the rate of nine per day. Find the probability that the total claims from the company will be fewer than two on a given day:

Simulate the accumulation of total claims over the month:

Find the number of daily claims for the month:

A server handles queries that arrive according to a Poisson process with a rate of 10 queries per minute. Find the probability that no queries go unanswered if the server is unavailable for 20 seconds:

Probability of no queries arriving in 20 seconds:

You get email according to a Poisson process at an average rate of 0.2 messages per hour. You check your email every hour. Compute the probability of finding one message:

Probability of finding one message:

Probability of no messages on a day when you do not check your email:

Particles are emitted by a radioactive source according to a Poisson process at the rate of per hour. Find the probability that no particle is emitted during at least one of five consecutive hours:

Probability of an emission during one hour:

Probability of an emission during each one of five consecutive hours:

Probability of no emission during at least one of five consecutive hours:

You call a hotline and you are told that you are the 56^(th) person in line, excluding the person currently being served. Callers depart according to a Poisson process with a rate of 2 per minute:

Find the probability that you will have to wait for more than 30 minutes:

The number of failures that occur in a computer network follow a Poisson process. On average, there is a failure after every four hours. Find the probability that the third failure occurs after eight hours:

Probability that the third failure occurs after eight hours:

The failures of a certain machine occur according to a Poisson process with a rate of per week. Find the probability that the machine will have at least one failure during each of the first two weeks considered:

Probability of at least one failure during one week:

Probability of at least one failure during each of the first two weeks is given by the product:

Travelers arrive at a bus station starting at 6am, according to a Poisson process with a rate of one per two minutes. Find the mean and variance for the number of passengers on the first bus to leave after 6am if the bus departures follow an exponential distribution with a mean of 15 minutes:

The number of passengers on the bus is distributed as follows:

Mean and variance for the number of passengers:

Mean and variance if the departures are uniformly distributed between 6am and 6:20am:

Average number of passengers on a 20-seater bus that leaves at 6:15am:

The number of flaws appearing on a polished mirror surface is a Poisson random variable. For a mirror with an area of 8.54 cm^2, the probability of no flaws is 0.91. Using the same process, another mirror with an area of 17.50 cm^2 is fabricated. Find the probability of no flaws on the larger mirror:

Find the Poisson parameter using information about the smaller mirror:

Probability that there are no flaws on the larger mirror:

A light bulb has a lifetime that is exponential with a mean of 200 days. When it burns out, a janitor replaces it immediately. In addition, there is a handyman who comes at times with a Poisson rate of 0.01 and replaces the light bulb as a part of preventive maintenance. Find the mean number of days after which the light bulb is replaced:

Simulate the number of days until replacement:

Mean number of days after which the light bulb is replaced:

At night, vehicles circulate on a certain highway with separate roadways according to a Poisson process with rate 2 per minute in each direction. Due to an accident, traffic must be stopped in one direction. Suppose that 60% of the vehicles are cars, 30% are trucks, and 10% are semitrailers. Suppose also that the length of a car is equal to 5 meters, that of a truck is equal to 10 meters, and that of a semitrailer is 20 meters. Find the time at which there is a 10% probability that the length of the queue is greater than 1 km:

Simulate the number of cars:

Length of the queue if vehicles have been stopped in the first seconds:

Calculate the length of the simulated queue:

Time at which the probability of queue length more than 1 km is 10%:

Define the square of a Poisson process:

Simulate the process:

Covariance and correlation functions for the process:

Properties & Relations  (10)

PoissonProcess is a jump process:

Poisson process is not weakly stationary:

Poisson process has independent increments:

Compare to the product of expectations:

The time between events in a Poisson process follows an ExponentialDistribution:

Calculate times between changes:

Fit an exponential distribution:

Compare the data histogram to the estimated probability density function:

Check goodness of fit:

Transition probability:

RenewalProcess is a generalization of PoissonProcess:

Univariate slice distributions:

Compare covariance functions:

CompoundPoissonProcess is a generalization of PoissonProcess:

Univariate slice distributions:

TelegraphProcess is a transformation of a PoissonProcess:

Simulate the process:

Probability density function for a time slice of the process:

Compare with the PDF for TelegraphProcess:

Compare CovarianceFunction:

InhomogeneousPoissonProcess with constant intensity is a Poisson process:

Compare univariate slice distributions:

Multi-slice properties:

Parameter mixture distribution of a slice distribution follows GeometricDistribution::

Neat Examples  (1)

Simulate paths from a Poisson process:

Take a slice at 50 and visualize its distribution:

Plot paths and histogram distribution of the slice distribution at 50:

Wolfram Research (2012), PoissonProcess, Wolfram Language function, https://reference.wolfram.com/language/ref/PoissonProcess.html.

Text

Wolfram Research (2012), PoissonProcess, Wolfram Language function, https://reference.wolfram.com/language/ref/PoissonProcess.html.

CMS

Wolfram Language. 2012. "PoissonProcess." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/PoissonProcess.html.

APA

Wolfram Language. (2012). PoissonProcess. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/PoissonProcess.html

BibTeX

@misc{reference.wolfram_2023_poissonprocess, author="Wolfram Research", title="{PoissonProcess}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ref/PoissonProcess.html}", note=[Accessed: 15-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_poissonprocess, organization={Wolfram Research}, title={PoissonProcess}, year={2012}, url={https://reference.wolfram.com/language/ref/PoissonProcess.html}, note=[Accessed: 15-March-2024 ]}