<< Chapter < Page | Chapter >> Page > |
In the unit on Random Selection , we develop some general theoretical results and computational procedures using MATLAB. In this unit, we extend the treatment to avariety of problems. We establish some useful theoretical results and in some cases use MATLAB procedures, including those in the unit on random selection.
In many problems, the individual demands may be categorized in one of m types. If the random variable T i is the type of the i th arrival and the class is iid, we have multinomial trials . For we have the Bernoulli or binomial case, in which one type is called a success and the other a failure.
Multinomial trials
We analyze such a sequence of trials as follows. Suppose there are m types, which we number 1 through m . Let be the event that type k occurs on the i th component trial. For each i , the class is a partition, since on each component trial exactly one of the types will occur. The type on the i th trial may be represented by the type random variable
We assume
In a sequence of n trials, we let be the number of occurrences of type k . Then
Now each binomial . The class cannot be independent, since it sums to n . If the values of of them are known, the value of the other is determined. If , the event
is one of the
ways of arranging n 1 of the , n 2 of the , n m of the . Each such arrangement has probability , so that
This set of joint probabilities constitutes the multinomial distribution . For , and type 1 a success, this is the binomial distribution with parameter .
A random number of multinomial trials
We consider, in particular, the case of a random number N of multinomial trials, where Poisson . Let N k be the number of results of type k in a random number N of multinomial trials.
Poisson decomposition
Suppose
Then
—
The usefulness of this remarkable result is enhanced by the fact that the sum of independent Poisson random variables is also Poisson, with μ for the sum the sum of the μ i for the variables added. This is readily established with the aid of the generating function. Before verifying the propositions above,we consider some examples.
The number N of orders per day received by a mail order house is Poisson (300). Orders are shipped by next day express, by second day priority, or by regular parcel mail. Suppose4/10 of the customers want next day express, 5/10 want second day priority, and 1/10 require regular mail. Make the usual assumptions on compound demand. What is the probabilitythat fewer than 150 want next day express? What is the probability that fewer than 300 want one or the other of the two faster deliveries?
SOLUTION
Model as a random number of multinomial trials, with three outcome types: Type 1 is next day express, Type 2 is second day priority, and Type 3 is regular mail, with respectiveprobabilities , , and . Then Poisson , Poisson , and Poisson . Also Poisson (120 + 150 = 270).
P1 = 1 - cpoisson(120,150)
P1 = 0.9954P12 = 1 - cpoisson(270,300)
P12 = 0.9620
Notification Switch
Would you like to follow the 'Applied probability' conversation and receive update notifications?