Let X be a uniform random variable with the distribution \text {Unif}\left[0,\theta ^*\right].
We would like to test whether H_0: \theta ^* = 2 or H_1: \theta ^* \ne 2, with \Theta = (0,\infty ).
Let X_1,\dots ,X_ n be iid samples of X.
Let \overline{X_ n} denote sample mean.
Let \widetilde{S}_ n denote the unbiased sample variance of X_1, \dots , X_ n.
Let \widehat{\theta _ n}^{\text {MLE}} denote the maximum likelihood estimator of \theta.
Let \ell _ n\left(\widehat{\theta _ n}^{\text {MLE}}\right) denote the log-likelihood of n samples evaluated at the maximum likelihood estimator and \ell _ n\left(2\right) denote the log-likelihood of n samples under H_0.
Select from the following the tests that are technically correct (that is, can be applied under this scenario) and that have the required level \alpha \in [0,1].
Note: By asymptotic level of \alpha, we require the probability of type-1 error under H_0 be at most \alpha as n \to \infty. By non-asymptotic level of \alpha, we require the probability of type-1 error under H_0 be at most \alpha for every n.
\mathbf{1}\left\{ \frac{\left| \overline{X_ n} - 1 \right|}{\sqrt{\widetilde{S}_ n/n}} > q_{\alpha /2}\right\} for non-asymptotic level \alpha, where q_{\alpha /2} is the (1-\alpha /2)-quantile of the Student's T distribution with n-1 degrees of freedom.
\mathbf{1}\left\{ \sqrt{n} \frac{\left| 2 \overline{X_ n} - 2 \right|}{\sqrt{4/3}} > q_{\alpha /2}\right\} for asymptotic level \alpha, where q_\alpha is the (1-\alpha )-quantile of the standard normal random variable.
\mathbf{1}\left\{ \widehat{\theta _ n}^{\text {MLE}} > 2 \text { or } \widehat{\theta _ n}^{\text {MLE}} \le 1 \right\} for asymptotic level \alpha.
\mathbf{1}\left\{ 2\left(\ell _ n\left(\widehat{\theta _ n}^{\text {MLE}}\right) - \ell _ n\left(2\right)\right) > q_{\alpha }\right\} for asymptotic level \alpha, where q_\alpha is the (1-\alpha )-quantile of \chi _1^2.
1 answer
- \mathbf{1}\left\{ \frac{\left| \overline{X_ n} - 1 \right|}{\sqrt{\widetilde{S}_ n/n}} > q_{\alpha /2}\right\} for non-asymptotic level \alpha, where q_{\alpha /2} is the (1-\alpha /2)-quantile of the Student's T distribution with n-1 degrees of freedom.
- \mathbf{1}\left\{ 2\left(\ell _ n\left(\widehat{\theta _ n}^{\text {MLE}}\right) - \ell _ n\left(2\right)\right) > q_{\alpha }\right\} for asymptotic level \alpha, where q_\alpha is the (1-\alpha )-quantile of \chi _1^2.
Explanation:
1) The first test is valid for both non-asymptotic and asymptotic levels of significance. It is based on the t-distribution and compares the standardized sample mean to the quantile of the t-distribution.
2) The second test is valid only for asymptotic level of significance. It is based on the asymptotic distribution of the maximum likelihood estimator difference under the null hypothesis, which follows a chi-square distribution.
The third test is not correct because it does not specify the significance level and does not take into account the null hypothesis. Additionally, it does not consider the maximum likelihood estimator of theta.
The fourth test is not correct because it compares the log-likelihood ratio to the quantile of the chi-square distribution, but it does not take into account the null hypothesis and the maximum likelihood estimator of theta.