Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

1. Let XX have density given by

f(x) = {c(1x2),  1<x<10     otherwisef(x) ~ = ~ \begin{cases} c(1 - x^2), ~~ -1 < x < 1 \\ 0 ~~~~~ \text{otherwise} \end{cases}

Find

(a) cc

(b) the cdf of XX

(c) P(X>0.5)P(\vert X \vert > 0.5)

(d) E(X)E(X)

(e) SD(X)SD(X)

2. A Zoom call starts at 10:00. Suppose I join the call at a time uniformly distributed over the interval 10:00 to 10:05, and you join the call at an independent time normally distributed with mean 10:03 and SD 0.5 minutes. What is the chance that we both miss the first two minutes of the call?

3. Let U1,U2,,UnU_1, U_2, \ldots, U_n be i.i.d. uniform on the interval (1,1)(-1, 1). Assume nn is large.

(a) Let Mn=min(U1,U2,,Un)M_n = \min(U_1, U_2, \ldots, U_n). For 1<x<1-1 < x < 1, find or approximate P(Mn>x)P(M_n > x).

(b) Let An=1ni=1nUiA_n = \frac{1}{n}\sum_{i=1}^n U_i. For 1<x<1-1 < x < 1, find or approximate P(An>x)P(A_n > x).

4. In each of Parts (a) and (b), find P(X>4E(X))P(X > 4E(X)) if you can. If you can’t, then approximate it if you can, and if you can’t approximate it, then provide the best upper and lower bounds that you can find.

(a) XX is a non-negative random variable

(b) XX has the exponential (λ)(\lambda) distribution

5. Let XX have the exponential (λ)(\lambda) distribution and let cc be a positive constant. Let Y=cXY=cX. Find the survival function of YY and hence identify the distribution of YY.

6. For i=1,2,,ni = 1, 2, \ldots, n, let XiX_i have the exponential (λi)(\lambda_i) distribution, and assume that X1,X2,,XnX_1, X_2, \ldots, X_n are independent.

Let M=min(X1,X2,,Xn)M = \min(X_1, X_2, \ldots, X_n). Find the distribution of MM. Recognize it as one of the famous ones and provide its name and parameters.

7. For fixed α>2\alpha > 2, a random variable TT has the Pareto distribution with shape parameter α\alpha and possible values (1,)(1, \infty) if the density of TT is given by

fT(t) = ct(α+1),   t>1.f_T(t) ~ = ~ c t^{-(\alpha + 1)}, ~~~ t > 1.

(a) Find cc.

(b) Find the cdf of TT.

(c) Find E(T)E(T).

(d) Find Var(T)Var(T).

8. Let XX be a random variable describing the relative change of Bitcoin in a year: a 1 dollar investment in bitcoin will be worth XX dollars at the end of the year. Jason buys 100 dollars worth of bitcoin. Let YY be the profit made on this investment at the end of the year. For example, if X=0.9X=0.9, then the profit is -10 dollars, and if X=1.1X=1.1, the profit is 10 dollars.

Assume that XX has the density, expectation, and variance given below. (This is a lognormal distribution, which you will encounter later in the course.)

fX(x)=1x2πe(lnx)22,  x>0           E(X)=1           Var(X)=e2e.f_X(x) = \frac{1}{x\sqrt{2\pi}} e^{-\frac{(\ln x)^2}{2}}, ~~ x > 0 ~~~~~~~~~~~E(X) = 1 ~~~~~~~~~~~ Var(X) = e^2-e.

(a) Let FXF_X be the cdf of XX and FYF_Y the cdf of YY. Without doing any integrals, write FYF_Y in terms of FXF_X.

(b) Use Part (a) to find fYf_Y, the density of YY.

(c) Without doing any integrals, find E(Y)E(Y) and SD(Y)SD(Y).

9. Let XX have the bilateral exponential density given by

fX(x) = 12ex,    <x<.f_X(x) ~ = ~ \frac{1}{2}e^{-|x|}, ~~~~ -\infty < x < \infty.

Use what you know about the exponential density to find, without integration,

(a) the cdf of XX

(b) E(X)E(X)

(c) Var(X)Var(X)

10. Let TT have the exponential (λ)(\lambda) distribution and let XX be the integer part of TT. Find the distribution of XX. Identify it as one of the famous ones and find its name and parameters.

11. Let TT be a non-negative random variable that has density ff. For each t>0t > 0, let S(t)=P(T>t)S(t) = P(T > t). Show that E(T)=0S(t)dtE(T) = \int_0^\infty S(t)dt.

[Write S(t)S(t) as an integral of ff, then switch the order of integration.]