Let $X$ and $Y$ be independent random variables with $X \sim \text{Uniform}[0, \theta+3]$, $Y \sim \text{Uniform}[-\theta-5, 0]$, where $\theta \ge -3$. Then the maximum likelihood estimator of $\theta$ based on $(X, Y)$ is
$(-5-Y, X-3)$
We are given two independent random variables:
Since $X$ and $Y$ are independent, their joint PDF is the product of their individual PDFs:
$f(x, y; \theta) = f_X(x) f_Y(y) = \frac{1}{(\theta+3)} \cdot \frac{1}{(\theta+5)}$
The likelihood function $L(\theta)$ is this joint PDF considered as a function of $\theta$ for the observed values $(x, y)$.
For the likelihood function to be non-zero, the observed values $(x, y)$ must lie within the support of the distributions, which imposes constraints on $\theta$:
Combining these, the likelihood is positive only when $\theta \ge \max(x-3, -y-5, -3)$.
The likelihood function is $L(\theta) = \frac{1}{(\theta+3)(\theta+5)}$ for $\theta \ge \max(x-3, -y-5, -3)$.
To maximize $L(\theta)$, we need to minimize the denominator $g(\theta) = (\theta+3)(\theta+5)$.
The function $L(\theta)$ is decreasing for $\theta > -3$. Therefore, the maximum likelihood occurs at the smallest possible value of $\theta$ that satisfies all the constraints.
The minimum allowable value for $\theta$ is the maximum of the lower bounds derived:
$\hat{\theta}_{MLE} = \max(x-3, -y-5, -3)$
The derived constraints provide the lower bounds for $\theta$: $x-3$ (from $X$) and $-y-5$ (from $Y$). The options are presented as pairs, likely highlighting these critical values derived from the data.
Option D, $(-5-Y, X-3)$, corresponds to the terms $-y-5$ and $x-3$. The MLE is the maximum of these terms, considering the constraint $\theta \ge -3$. Thus, this option correctly identifies the key components determining the MLE.