The answer is TRUE
Solution:
Case 1: When the value of a is positive
For Uniform (a, b) the likelihood function is for any sample. To maximize this we must minimize the value of (b − a) (interval length), yet we must keep all samples with in the range, i.e. .
An MLE for a and b would then be and .
These values yield the minimal length since it’s the smallest interval to include all sampled points.
Case 2: When the value of first parameter is negative (let's denote it as "-a")
For Uniform (-a, b) the likelihood function is for any sample. To maximize this we must minimize the value of (b + a), yet we must keep all samples with in the range, i.e. . An MLE for A would be . This is the smallest value that promises that all sampled points are in the required range. Note here that the negative sign before a is just to denote that it's a negative value. So again the MLE for the first parameter is min(Xi).
Thus, the statement provided in the question holds true for both cases. Hence it is a TRUE statement.
Comments