Questions

Box-Muller Transformation

Suppose we are told that UUnif(0,1)U \sim Unif\left({0, 1}\right) and VExpo(12)V \sim Expo\left({\frac{1}{2}}\right) independently.

Find the density function and thus the joint distribution of

X=Vsin(2πU)Y=Vcos(2πU)\begin{aligned} X &= \sqrt{V} \sin\left({2 \pi U}\right) \\ Y &= \sqrt{V} \cos\left({2 \pi U}\right)\end{aligned}

Beta, Gamma, and Binomial

Let BBeta(α,β)B\sim Beta(\alpha, \beta). Find the distribution of 1B1 - B in the following two ways.

Find the distribution of 1B1 - B using a change of variables

Find the distribution of 1B1 - B using a story proof related to the Gamma distribution.

How does BB and 1B1-B relate to the Binomial distribution?

Order Statistics

Let U1,,UnU_1, \ldots, U_n be i.i.d. Unif(0,1)Unif(0, 1). Find the unconditional distribution of U(n1)U_{(n - 1)}, and the conditional distribution of U(n1)U_{(n - 1)} given U(n)=cU_{(n)} = c.

Let XBin(n,p)X\sim Bin(n, p) and BBeta(j,nj+1)B \sim Beta(j, n - j +1), where n is a positive integer and jj is a positive integer with jnj \leq n. Show using a story about order statistics that P(Xj)=P(Bp)P(X \geq j) = P(B \leq p) This shows that the CDF of the continuous r.v. B is closely related to the CDF of the discrete r.v. X, and is another connection between the Beta and Binomial.

Last updated

Was this helpful?