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 4 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 λ=10 calls per hour. So a Bundle of ‘5-calls’ comes in at an average rate of λB=2 Bundles per hour. Use an exponential variable with λB=2 to determine the probability that the wait time for a Bundle (of 5 calls) is at most 1hr.

(b) Method Two: Use λ=10 calls per hour with an Erlang distribution at =5 to determine the probability that the wait time for 5 calls is at most 1hr.

(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 E[X]=1λ and Var[X]=1λ2 for XExp(λ).

Link to original

Derived random variables

05

05

Expectation from CDF

The CDF of random variable X is given by:

FX(x)={0x<1x+121x<01/20x<2x122x<313x

Compute E[X] and Var[X] (use the shorter formula).

Link to original

06

03

PDF of derived variable for E[X] and Var[X]

Suppose the PDF of an RV is given by:

fX(x)={34x(2x)0x20otherwise

(a) Find E[X] using the integral formula.

(b) Find fX2(x), the PDF of X2 (by calculating the CDF first).

(c) Find E[X2] using fX2(x).

(d) Find Var[X] 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