Due date: Tuesday 2/17, 11:59pm
Poisson process
01
03
Link to originalApplication of Poisson: meteor shower
The UVA astronomy club is watching a meteor shower. Meteors appear at an average rate of per hour.
(a) Write a short explanation to justify the use of a Poisson distribution to model the appearance of meteors. Why should appearances be Poisson distributed?
(b) What is the probability that the club sees more than 2 meteors in a single hour?
(c) Suppose we find out that over a four hour evening, 13 meteors were spotted. What is the probability that none of them happened in the first hour, conditioned on that information?
Solution
Solutions - 5130-03
(a)
Poisson processes model events that occur randomly when you know the mean number of events within any given interval and all disjoint intervals (of any size) are independent.
Since meteors arrive independently of each other, a Poisson process is reasonable.
(b)
Compute probability:
We have .
(c)
Let Window A be the first hour, Window B be the second through fourth hours, and Window C be the complete four hours.
The background rate is , so we have , , and . Define three Poisson variables accordingly: , , .
Now the desired probability is:
The last line follows because . By independence of Poisson process windows:
Link to original
02
02
Link to originalVehicle lifetimes
Suppose that vehicle lifetimes follow an exponential distribution with an expected lifetime of 10 years.
Suppose you have one car that is 5 years old, and one that is 15 years old, at the present moment.
What is the probability that the first car outlives the second? (I.e. that the second breaks at an earlier time than the first breaks, both starting now.)
Solution
Solutions - 5160-02
By the memoryless property of exponential distributions, elapsed time has no effect on future events. The fact that one car is older than the other has no effect on the remaining lifetimes.
Since both cars have the same remaining lifetime distribution, the probability that either car outlives the other is 0.5.
Link to original
03
03
Link to originalWait time for 5 calls - two methods
Consider the Poisson process of phone calls coming to a call center at an average rate of 1 call every 6 minutes.
Let us model the wait time for 5 calls to come in. You may use Desmos or similar to perform the integration numerically.
(a) Method One: An arrival of ‘1-call’ comes in at an average rate of calls per hour. So a Bundle of ‘5-calls’ comes in at an average rate of Bundles per hour. Use an exponential variable with to determine the probability that the wait time for a Bundle (of 5 calls) is at most .
(b) Method Two: Use calls per hour with an Erlang distribution at to determine the probability that the wait time for 5 calls is at most .
(c) Compare the results of (a) and (b). Can you explain why they agree or disagree? Which is correct??
Solution
Solutions - 5160-03
(a)
Compute probability the wait time for a Bundle is at most 1 hr:
(b)
Erlang distribution:
Desired probability:
This integral requires iterated IBP.
(c)
The results disagree. Method 2 is the correct approach assuming individual calls arrive according to a Poisson process.
It turns out that if you have some Poisson process, bundles of arrivals do not themselves follow a Poisson process.
Think of a Poisson process as some dots scattered on a timeline. Place a heavy dot at the location of each dot in order, and erase all other dots. These heavy dots do not follow a Poisson process.
Link to original
04
01
Link to originalMean and variance of exponential
Show that and for .
Solution
Solutions - 5160-01
(1) State the PDF of an exponential distribution:
(2) Compute using the integral formula:
(3) Compute using the integral formula:
(4) Compute :
Link to original
Derived random variables
05
05
Link to originalExpectation from CDF
The CDF of random variable X is given by:
Compute and (use the shorter formula).
Solution
Solutions - 5120-05
(a)
(b)
First find expectation of :
To use the variance formula , we also need to find . For this we use and the formula for :
Therefore:
Link to original
06
03
Link to originalPDF of derived variable for and
Suppose the PDF of an RV is given by:
(a) Find using the integral formula.
(b) Find , the PDF of (by calculating the CDF first).
(c) Find using .
(d) Find using results of (a) and (c).
Solution
Solutions - 5150-03
(a)
Compute :
(b)
(1) Find the CDF of :
(2) Find the CDF of :
Since is monotone increasing, .
(3) Find the PDF of by differentiating:
(c)
Find :
(d)
Compute :
Link to original
Review problems
07
03
Link to originalRolling until a six
A fair die is rolled until a six comes up.
What are the odds that it takes at least 10 rolls? (Use a geometric random variable.)
Solution
Solutions - 5110-03
(1) Define random variable:
Let .
We wish to find .
For all , , the first trials result in failure, and the trial is a success.
(2) Compute probability:
Note that the summation is simplified using the formula for a geometric series.
Link to original