MStat-PSB-2021
MStat-PSB-2021
MStat-PSB-2021
1. Define f : R → R as
cos(2x) if x is rational,
f (x) =
sin2 (x) if x is irrational.
(a) f is continuous,
(b) f is differentiable.
8 5 3×2
3. Consider the set of all five digit integers formed by permuting the
digits 1, 2, 4, 6 and 7. Let X denote a randomly chosen integer from
this set and let Y denote the position, from the right, of the digit 4
in the randomly chosen integer. For example, if the integer chosen is
12647, then Y is 2 and for 41276, Y is 5.
1
Group B
(i) When the player is in state 1 or 6: If the roll of the die results
in k then the player moves to state k, for k = 1, . . . , 6.
(ii) When the player is in state 2 or 3: If the roll of the die results in
1, 2 or 3 then the player moves to state 4. Otherwise the player
moves to state 5.
(iii) When the player is in state 4 or 5: If the roll of the die results in
4, 5 or 6 then the player moves to state 2. Otherwise the player
moves to state 3.
The player wins when s/he visits 2 more states, besides the starting
one.
(a) Calculate the probability that the player will eventually move
out of states 1 and 6.
(b) Calculate the expected time the player will remain within states
1 and 6.
(c) Calculate the expected time for a player to win, i.e., to visit 2
more states, besides the starting one.
2
6. Let X1 , . . . , Xn be i.i.d. random variables which are uniformly dis-
tributed on (θ, 2θ), θ > 0.
X(n)
(a) Show that 2
is the maximum likelihood estimator (MLE) of θ
where X(n) = max(X1 , . . . , Xn ).
(b) Find an unbiased estimator for θ based on the MLE.
(c) Given any > 0, show that
X(n)
lim P − θ > = 0.
n→∞ 2
3
9. Consider a linear regression model:
yi = α + βxi + ei , i = 1, 2, . . . , n
where xi ’s are fixed and ei ’s are i.i.d. random errors with mean 0 and
variance σ 2 .
Define two estimators of β as follows
Pn Pn
i=1 y i xi y i
βb1 = Pn and βb2 = Pi=1
n 2
.
i=1 xi i=1 xi