MLE for Uniform(-A,A) - exam today

  • Context: Graduate 
  • Thread starter Thread starter nolita_day
  • Start date Start date
  • Tags Tags
    Exam Mle
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
nolita_day
Messages
3
Reaction score
0
So my prof. has not replied to my e-mail, so I was wondering if someone here can help me understand why the MLE for a random variable X~Unif(-θ,θ) is max|Xi|. Attached is the problem as well as my attempt for the solution.

Here is my thought process:

Upon sketching the graph, I thought the answer would be min( |min(Xi)|, |max(Xi)| ) because there are two different tails and the one closer to zero should have the highest value for L(θ). So if |min(Xi)| < |max(Xi)|, then L(θ = min(Xi)) > L(θ = max(Xi)), which would make min(Xi) the MLE for θ.

Whether or not this gets answered in time before my exam, I'd still be curious to know the reasoning for the correct answer :)

Thanks a bunch!
 

Attachments

  • 9.png
    9.png
    27.6 KB · Views: 676
Physics news on Phys.org
In my opinion, your last graph is slightly confused. You are attempting to show the interval [itex][-\theta, \theta][/itex] on the graph. You should only show L as a function of [itex]\theta[/itex].

For L to be greater than 0, the conditions on [itex]\theta[/itex] are:
[itex]\theta \gt 0[/itex] (or else the interval [itex][-\theta,\theta][/itex] would have zero length)
[itex]max(X_1,X_2,...X_n) \le \theta[/itex]
[itex]-\theta \le min(X_1,X_2,...X_n)[/itex]

The last condition is equivalent to [itex]\theta \ge - min(X_1,X_2,...X_n)[/itex]

So the graph should show L > 0 when [itex]\theta[/itex] is larger than the largest of the two values [itex]-min(X_1,X_2,...X_n)[/itex] and [itex]max(X_1,X_2,...X_n)[/itex].

It doesn't look pretty, but you can denote that condition by
[itex]\theta \ge max( -min(X_1,X_2,...X_n), max(X_1,X_2,...X_n) )[/itex]