Hypothesis testing: finding a rejection region
Let $X_1, \ldots, X_n$ be i.i.d. distributed with $$f_\theta (x) = \begin{cases} e^{\theta-x}, & x\ge\theta, \\ 0, & \text{elsewhere} \end{cases}$$
We have found the maximum likelihood estimator $\hat{\theta}_n = \min_{i=1}^n\{X_i\}$.
The cdf of $\hat{\theta}_n$ is $$1-e^{n(\theta - x)} \textbf{1}_{x \geq \theta}$$
We have shown that $\hat{θ}_n$ is consistent.
- The asymptotic distribution of $n(\hat{θ}_n -\theta)$ is Exp(1).
For some fixed $n$, it is decided to use $T = \hat{θ}_n$ as the test statistic for testing
$$H_0 : θ ≤ θ_0,~~~~H_1 : θ > θ_0$$
Determine the rejection region $R = [r, ∞)$ for $T$ based on the asymptotic distribution of $n(\hat{θ}_n -\theta)$, Exp(1) with significance level $α$.
I was thinking about doing something with confidence intervals, but I'm not sure if it will help. Just feeling very lost.