<< Chapter < Page | Chapter >> Page > |
A junction point in a network has two incoming lines and two outgoing lines. The number of incoming messages N 1 on line one in one hour is Poisson (50); on line 2 the number is Poisson (45). On incoming line 1 the messages have probability of leaving on outgoing line a and of leaving on line b. The messages coming in on line 2 have probability of leaving on line a. Under the usual independence assumptions, what is the distribution of outgoing messages on line a?What are the probabilities of at least 30, 35, 40 outgoing messages on line a?
SOLUTION
By the Poisson decomposition, Poisson .
ma = 50*0.33 + 45*0.47
ma = 37.6500Pa = cpoisson(ma,30:5:40)
Pa = 0.9119 0.6890 0.3722
VERIFICATION of the Poisson decomposition
Consider an iid class of nonnegative random variables. For any positive integer n we let
Then
Now consider a random number N of the Y i . The minimum and maximum random variables are
—
Computational formulas
If we set , then
These results are easily established as follows. . By additivity and independence of for each n
If we add into the last sum the term then subtract it, we have
A similar argument holds for proposition (b). In this case, we do not have the extra term for , since .
Special case . In some cases, does not correspond to an admissible outcome (see [link] , below, on lowest bidder and [link] ). In that case
Add to each of the sums to get
—
The number N of jobs coming into a service center in a week is a random quantity having a Poisson (20) distribution. Suppose the service times (in hours) for individualunits are iid, with common distribution exponential (1/3). What is the probability the maximum service time for the units is no greater than 6, 9, 12, 15, 18 hours?SOLUTION
t = 6:3:18;
PW = exp(-20*exp(-t/3));disp([t;PW]')6.0000 0.0668
9.0000 0.369412.0000 0.6933
15.0000 0.873918.0000 0.9516
Notification Switch
Would you like to follow the 'Applied probability' conversation and receive update notifications?