Questions

Birthdays

Use Poisson approximations to investigate the following types of coincidences. The usual assumptions of the birthday problem apply, such as that there are 365 days in a year, with all days equally likely.

How many people are needed to have a 50% chance that at least one of them has the same birthday as you?

How many people are needed to have a 50% chance that there are two people who not only were born on the same day, but also were born at the same hour (e.g., two people born between 2 pm and 3 pm are considered to have been born at the same hour).

Uniform

Let $U \sim Unif(-1,1).$ Note that the PDF of $U$ is $f(x) = \frac{1}{2}$.

Compute E(U)E(U)

Compute Var(U)Var(U)

Compute E(U4)E(U^4)

Find the CDF of U2U^2.

Find the PDF of U2U^2.

Is U2U^2 a uniform distribution?

Normal

Let ZN(0,1)Z \sim N(0,1) with CDF Φ\Phi. The PDF of Z2Z^2 is the function given by:

g(w)=12πwew/2g(w) = \frac{1}{\sqrt{2\pi w}} e^{-w/2}

with a support of w0w \geq 0.

Find expressions for E(Z4)E(Z^4) as integrals in two different ways one based on the PDF of ZZ and the other based on the PDF of Z2Z^2.

Find E(Z2+Z+Φ(Z))E(Z^2 + Z + \Phi(Z)).

Find the CDF of Z2Z^2 in terms of Φ\Phi; do not find the PDF of gg.

Last updated