Exercise 3.8 - MLE for the uniform distribution

Answers

The Bayesian analysis for the uniform distribution seems to be of less significance since uniform distribution appears to appear less frequently than other continuous distributions. But the exercises remain good introductory examples.

The likelihood for the uniform distribution is a truncated function, whose domain is [ a , a ] , so we must have a max i { | x i | 𝒟 } . Then the likelihood lookes like:

p ( 𝒟 | a ) = i = 1 n 1 2 a ,

or generally:

p ( 𝒟 | a ) = 𝕀 [ a max i { | x i | 𝒟 } ] ( 2 a ) n .

For question (a), in order to maximize this value with a max n { | x n | 𝒟 } , the outcome is:

a MLE = max i { | x i | 𝒟 } .

For question (b), if | x n + 1 | > max i = 1 n { | x i | } then p ( x n + 1 ) is zero. Otherwise the probability is 1 2 a MLE .

For question (c), we believe that MLE for the uniform distribution is not fluent enough since when x n + 1 passes ± max i = 1 n { | x i | } , the predicted probability drops as a step function, which is undesired for a continuous distribution.

User profile picture
2021-03-24 13:42
Comments