hw4 Fall18
hw4 Fall18
Homework 4
1. Suppose x is a d-dimensional vector and x ∼ N (0, Σ).
(a) if w ∈ Rd , what is the distribution of wT x?
(b) Find a matrix A so that the covariance of z = Ax is identity.
iid
2. Let x1 , . . . , xn ∼ Uniform(0, θ).
The minimizer of e1 has some nice robustness properties, which you will investigate in
this problem. It can also be viewed as the MLE of θ if the data are assumed to be
1 −|x−θ|/b
i.i.d. realizations from a Laplacian distribution of the form p(x; θ) = 2b e , where
b > 0.
a. Find closed-form expressions for θbi = arg minθ ei (θ), i = 1, 2.
b. Suppose that n = 3 and (x1 , x2 , x3 ) = (1.1, 0.9, 1.0). What are θbi , i = 1, 2 in this
case?
c. Suppose that the value of x3 was misrecorded as x3 = 100.0 instead of 1.0. What
are θbi , i = 1, 2 in this case? Which estimator is more robust to this sort of error?
4. Suppose we are monitoring credit card payments for a population of N people, and
model the number of days (τ ) that will pass before each person defaults on their
payments as independent, identically exponentially distributed random variables with
parameter θ > 0. That is, for i = 1, . . . , N , τi ∼ exp(θ), so that p(τi |θ) = θe−τi θ . If a
new person applies for a credit card, and we assume that his/her time to default follows
the same distribution as the N previous people we’ve monitored, and is independent
of those people, what is the maximum likelihood R b estimate of the probability of this
person defaulting in less than 10 days? (HINT: a te dx = e−ta − e−tb .)
−xt