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?
Let k be the number of people there are other than you. Create an indicator variable Ii for each of the k people as to whether they have the same birthday as you. Then, P(Ii=1)=3651 and thus E[∑i=1kIi]=365k. Therefore, we can model this as a Pois(365k) and so we just need to calculate
1−e−k/365=0.5
It turns out that k≈253.
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).
This is the birthday problem but with types instead of just 365. Creating an indicator r.v. for whether each pair of people have the same birthday, we get that the number of pairs of people with the same birthday is distributed approximately and thus the probability of at least people having the same birthday is approximately:
Setting it equal to gives us .
Uniform
Let $U \sim Unif(-1,1).$ Note that the PDF of $U$ is $f(x) = \frac{1}{2}$.
Compute E(U)
E(U)=0 because the distribution is symmetric about 0.
Compute Var(U)
We need to calculate E(U2) for the variance, so we have:
E(U2)=∫−11u2⋅21du=[61u3]−11=31
Therefore, Var(U)=E(U2)−E(U)2=31
Compute E(U4)
We use LOTUS (Law of the Unconscious Statistician) as before.
E(U4)=∫−11u4⋅21du=[101u5]−11=51
Find the CDF of U2.
We can describe the CDF of U2 using the CDF of U.
P(U2<k)=P(−k<U<k)=22k=k
Find the PDF of U2.
We take the derivative of the CDF of U2 to obtain the PDF U.
dkdP(U2<k)=2k1
Is U2 a uniform distribution?
The PDF of U2 is 2k1. This is not a uniform distribution. This also shows that Uk is not uniform anymore for any k>1.
Normal
Let Z∼N(0,1) with CDF Φ. The PDF of Z2 is the function given by:
g(w)=2πw1e−w/2
with a support of w≥0.
Find expressions for as integrals in two different ways one based on the PDF of and the other based on the PDF of .
Let so By LOTUS
where is the PDF of and is as above.
Find E(Z2+Z+Φ(Z)).
By linearity, this is E(Z2)+E(Z)+E(Φ(Z)). The second term is 0 and the first term is 1 since E(Z)=0,Var(Z)=1. The third term is since by universality of the Uniform, . Thus, the value is .
Find the CDF of Z2 in terms of Φ; do not find the PDF of g.