CompoundPoissonProcess

CompoundPoissonProcess[λ,jdist]

represents a compound Poisson process with rate parameter λ and jump size distribution jdist.

Details

  • CompoundPoissonProcess is also known as cumulative Poisson process or Poisson cluster process.
  • CompoundPoissonProcess is a continuous-time and continuous-state or discrete-state random process depending on jdist.
  • The state at time is given by , where the are independent and identically distributed random variables following jdist and follows PoissonProcess[λ].
  • The parameter λ can be any positive real number and jdist can be any univariate distribution.
  • CompoundPoissonProcess can be used with such functions as Mean, Variance, and RandomFunction.

Examples

open allclose all

Basic Examples  (2)

Simulate a compound Poisson process with an exponential jump size distribution:

Mean and variance functions:

Scope  (8)

Basic Uses  (4)

Simulate a compound Poisson process with discrete jumps:

Simulate a compound Poisson process with continuous jumps:

Compare a compound Poisson process for different renewal rates:

Process parameter estimation:

Estimate the distribution parameters from sample data:

Process Slice Properties  (4)

Slice distribution is a CompoundPoissonDistribution:

Simulate a slice distribution:

Slice distribution moments:

Mean function:

Variance function:

Skewness:

Kurtosis:

Slice distribution moments and generating functions:

Moment:

Moment generating function:

Cumulant:

Cumulant generating function:

Applications  (2)

Shoppers arrive at a newly renovated store according to a Poisson process with a rate of 20 customers per hour. The store promotes this event by giving every customer a gift. The gift has a value that follows a WeibullDistribution with shape parameter 10 and scale parameter 3. Simulate the cost of the gift process during the 12-hour period for which the store is open that day and find the expected total cost to the store:

Simulate the process for 12 hours:

Expected total cost of the gifts given on the inaugural day:

Simulate gift cost distribution:

Probability density function of cost distribution:

Empirical probability that the store spends between $500 and $800 on the gifts:

Aggregate claims from a risk follow a compound Poisson process with Poisson parameter 200. The claim amount distribution is a Pareto distribution with minimum value parameter 300, shape parameter 3, and location parameter 0. The insurer has effected excess of loss reinsurance with retention level 300. Simulate the claims process for four years:

Slice distributions for the first four years:

Mean and variance of the reinsurer's aggregate claims for the first four years:

Properties & Relations  (6)

CompoundPoissonProcess is a jump process:

The renewal rate λ controls the frequency of the jumps:

Compound Poisson process is not weakly stationary:

Any slice distribution of Compound Poisson process is a CompoundPoissonDistribution:

Slice of compound Poisson process with BernoulliDistribution follows PoissonDistribution:

Slice of compound Poisson process with a special BorelTannerDistribution follows PoissonConsulDistribution:

The sum of Borel-Tanner distributed variables follows Borel-Tanner distribution, hence the slice distribution is equivalent to the parameter mixture distribution::

Compare characteristic functions:

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

Text

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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