]> Higher Dimensional Poisson Processes
  1. Virtual Laboratories
  2. 14. The Poisson Process
  3. 1
  4. 2
  5. 3
  6. 4
  7. 5
  8. 6
  9. 7

7. Higher Dimensional Poisson Process

The Process

The Poisson process can be defined in higher dimensions, as a model of random points in space. Some specific examples of random points are

  1. Defects in a sheet of material.
  2. Raisins in a cake.
  3. Stars in the sky.

Our original construction of the Poisson process on 0 , starting with the interarrival times, does not generalize easily, because this construction depends critically on the order of the real numbers. However, the alternate construction in the last section, motivated by the analogy with Bernoulli trials, generalizes very naturally.

For d , let d denote d -dimensional measure (technically, Lebesgue measure), defined on subsets of d :

d A x A 1

Thus, if d 2 , 2 A is the area of A 2 and if d 3 , 3 A is the volume of A 3 . Now let D d and consider a random process that produces random points in D . For A D , let N A denote the number of random points in A . This collection of random variables N A A D is a Poisson process on D with density parameter r 0 if the following axioms are satisfied:

  1. N A has the Poisson distribution with parameter r d A .
  2. If A 1 A 2 is a sequence of pairwise disjoint subsets of D then N A 1 N A 2 is a sequence of independent random variables.

By convention, if d A 0 then N A 0 with probability 1, and if d A then N A with probability 1. On the other hand, note that if 0 d A then 0 N A with probability 1.

In the two-dimensional Poisson process, vary the width w and the rate r . Note the location and shape of the density of N . Now with w 3 and r 2 , run the simulation 1000 times with an update frequency of 10. Note the apparent convergence of the empirical density to the true density.

Using our previous results on moments of the Poisson distribution, show that for A D ,

  1. N A r d A
  2. N A r d A
  3. u N A exp r d A u 1 .

In particular, r can be interpreted as the expected density of the random points, justifying the name of the parameter

In the two-dimensional Poisson process, vary the width w and the density parameter r . Note the size and location of the mean-standard deviation bar of N . Now with w 4 and r 2 , run the simulation 1000 times with an update frequency of 10. Note the apparent convergence of the empirical moments to the true moments.

Suppose that defects in a sheet of material follow the Poisson model with an average of 1 defect per 2 square meters. Consider a 5 square meter sheet of material.

  1. Find the probability that there will be at least 3 defects.
  2. Find the mean and standard deviation of the number of defects.

Suppose that raisins in a cake follow the Poisson model with an average of 2 raisins per cubic inch. Consider a slab of cake that measures 3 by 4 by 1 inches.

  1. Find the probability that there will be at no more than 20 raisins.
  2. Find the mean and standard deviation of the number of raisins.

Suppose that the occurrence of trees in a forest of a certain type that exceed a certain critical size follows the Poisson model. In a one-half square mile region of the forest there are 40 trees that exceed the specified size.

  1. Estimate the density parameter.
  2. Using the estimated density parameter, find the probability of finding at least 100 trees that exceed the specified size in a square mile region of the forest

The Nearest Points

Consider the Poisson process in 2 with density parameter r . For t 0 , let M t N C t where

C t x y 2 x 2 y 2 t 2

is the circular region of radius t , centered at the origin. Let Z 0 0 and for k let Z k denote the distance of the k closest point to the origin. Note that Z k is the analogue of the k arrival time for the Poisson process on 0 .

Show that M t has the Poisson distribution with parameter t 2 r .

Show that Z k t if and only if M t k .

Show that Z k 2 has the gamma distribution with shape parameter k and rate parameter r .

Show that Z k has probability density function

g z 2 r k z 2 k 1 k 1 r z 2 ,  z 0

Show that Z k 2 Z k 1 2 for k are independent and each has the exponential distribution with rate parameter r .

The Distribution of the Random Points

Again, the Poisson model defines the most random way to distribute points in space, in a certain sense. Specifically, consider the Poisson process on d with parameter r .

Suppose that A d contains exactly one random point. Show that the position X X 1 X 2 X d of the point is uniformly distributed in A .

More generally, if A contains n points, then the positions of the points are independent and each is uniformly distributed in A .

Suppose that defects in a type of material follow the Poisson model. It is known that a square sheet with side length 2 meters contains one defect. Find the probability that the defect is in a circular region of the material with radius 14 meter.

Suppose that A d and B A . Show that the conditional distribution of N B given N A n is the binomial distribution with trial parameter n and success parameter

p d B d A .

More generally, suppose that A d and that A is partitioned into k subsets B 1 B 2 B k . Show that the conditional distribution of N B 1 N B 2 N B k given N A n is the multinomial distribution with parameters n and p 1 p 2 p k , where for each i ,

p i d B i d A .

Suppose that raisins in a cake follow the Poisson model. A 6 cubic inch piece of the cake with 20 raisins is divided into 3 equal parts. Find the probability that each piece has at least 6 raisins.

Splitting

Suppose that N A A D is a Poisson process in D d with density parameter r 0 . Splitting this Poisson process works just like splitting of the standard Poisson process. Specifically, suppose that the random points are of k different types and that each random point, independently of the others, is type i with probability p i . Let N i A denote the number of type i points in a region A D , for i 1 2 k . Of course, we must have

i 1 k p i 1 ,  i 1 k N i A N A

Show that for A D ,

  1. N 1 A N 2 A N k A is a sequence of independent random variables.
  2. N i A has the Poisson distribution with parameter r p i m d A for i 1 2 k

More generally, N i A A D is a Poisson processes with density parameter r p i for each i 1 2 k , and these processes are independent.

Suppose that defects in a sheet of material follow the Poisson model, with an average of 5 defects per square meter. Each defect, independently of the others is mild with probability 0.5, moderate with probability 0.3, or severe with probability 0.2. Consider a circular piece of the material with radius 1 meter.

  1. Give the mean and standard deviation of the number of defects of each type in the piece.
  2. Find the probability that there will be at least 2 defects of each type in the piece.

Simulating Higher Dimensional Poisson Processes

We can simulate a Poisson variable using the general quantile method.

Suppose that f is probability density function on . If U is uniformly distributed on 0 1 (a random number), show that variable N defined below has probability density function f :

N j  if and only if   i 0 j 1 f i U i 0 j f i

Now we can use the result in the previous exercise to simulate a Poisson process in a region D d . We will illustrate the method with the rectangle D a b c d 2 . where a b and c d . First, we use a random number U to simulate a random variable N that has the Poisson distribution with parameter r b a d c . Next, if N n , let U 1 U 2 U n and V 1 V 2 V n be sequences of random numbers, and define

X i a b a U i ,  Y i c d c V i ,  i 1 2 n

Show that the random points of the Poisson process with rate r on D are simulated by X i Y i for i 1 2 n .