Due date: Tuesday 2/17, 11:59pm

Poisson process

01

03

Application 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?

Link to original

02

02

Vehicle 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.)

Link to original

03

03

Wait 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??

Link to original

04

01

Mean and variance of exponential

Show that and for .

Link to original

Derived random variables

05

05

Expectation from CDF

The CDF of random variable X is given by:

Compute and (use the shorter formula).

Link to original

06

03

PDF 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).

Link to original

Review problems

07

03

Rolling 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.)

Link to original