For which $alpha$-sizes is there a MP level-$alpha$ test?












0














Let $X_1,...,X_n$ be idd and uniformly distributed over $(0,theta)$. Choosing between the null hypothesis which states that $theta=theta_0$ and the alternate hypothesis which states that $theta=theta_1$, with $theta_1<theta_0$, suppose we reject the null if and only if $x_{n:n}<c$ for some fixed, positive and known number $c$.



My question asks: for which values of $alpha$ does there exist a MP level-$alpha$ test?



By the Neyman-Pearson Lemma, I will reject the null for sufficiently large values of $L(x,theta_0)/L(x,theta_1)=(frac{theta_0}{theta_1})^n*I(x_{n:n}<theta_1)/I(x_{n:}<theta_0)$. However, this expression can only take two values for a particular sample $x$: either the likelihood ratio is $1$, or the likelihood ratio is $0$.



My question is, does this mean that there are only two values of $alpha$ for which this test can be MP level-$alpha$? I would find this strange, since I'm pretty sure that for any $alpha$ between $0$ and $1$, we can find a value $c$ to make the test level-$alpha$.










share|cite|improve this question





























    0














    Let $X_1,...,X_n$ be idd and uniformly distributed over $(0,theta)$. Choosing between the null hypothesis which states that $theta=theta_0$ and the alternate hypothesis which states that $theta=theta_1$, with $theta_1<theta_0$, suppose we reject the null if and only if $x_{n:n}<c$ for some fixed, positive and known number $c$.



    My question asks: for which values of $alpha$ does there exist a MP level-$alpha$ test?



    By the Neyman-Pearson Lemma, I will reject the null for sufficiently large values of $L(x,theta_0)/L(x,theta_1)=(frac{theta_0}{theta_1})^n*I(x_{n:n}<theta_1)/I(x_{n:}<theta_0)$. However, this expression can only take two values for a particular sample $x$: either the likelihood ratio is $1$, or the likelihood ratio is $0$.



    My question is, does this mean that there are only two values of $alpha$ for which this test can be MP level-$alpha$? I would find this strange, since I'm pretty sure that for any $alpha$ between $0$ and $1$, we can find a value $c$ to make the test level-$alpha$.










    share|cite|improve this question



























      0












      0








      0


      1





      Let $X_1,...,X_n$ be idd and uniformly distributed over $(0,theta)$. Choosing between the null hypothesis which states that $theta=theta_0$ and the alternate hypothesis which states that $theta=theta_1$, with $theta_1<theta_0$, suppose we reject the null if and only if $x_{n:n}<c$ for some fixed, positive and known number $c$.



      My question asks: for which values of $alpha$ does there exist a MP level-$alpha$ test?



      By the Neyman-Pearson Lemma, I will reject the null for sufficiently large values of $L(x,theta_0)/L(x,theta_1)=(frac{theta_0}{theta_1})^n*I(x_{n:n}<theta_1)/I(x_{n:}<theta_0)$. However, this expression can only take two values for a particular sample $x$: either the likelihood ratio is $1$, or the likelihood ratio is $0$.



      My question is, does this mean that there are only two values of $alpha$ for which this test can be MP level-$alpha$? I would find this strange, since I'm pretty sure that for any $alpha$ between $0$ and $1$, we can find a value $c$ to make the test level-$alpha$.










      share|cite|improve this question















      Let $X_1,...,X_n$ be idd and uniformly distributed over $(0,theta)$. Choosing between the null hypothesis which states that $theta=theta_0$ and the alternate hypothesis which states that $theta=theta_1$, with $theta_1<theta_0$, suppose we reject the null if and only if $x_{n:n}<c$ for some fixed, positive and known number $c$.



      My question asks: for which values of $alpha$ does there exist a MP level-$alpha$ test?



      By the Neyman-Pearson Lemma, I will reject the null for sufficiently large values of $L(x,theta_0)/L(x,theta_1)=(frac{theta_0}{theta_1})^n*I(x_{n:n}<theta_1)/I(x_{n:}<theta_0)$. However, this expression can only take two values for a particular sample $x$: either the likelihood ratio is $1$, or the likelihood ratio is $0$.



      My question is, does this mean that there are only two values of $alpha$ for which this test can be MP level-$alpha$? I would find this strange, since I'm pretty sure that for any $alpha$ between $0$ and $1$, we can find a value $c$ to make the test level-$alpha$.







      statistics statistical-inference hypothesis-testing






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Nov 27 at 15:48

























      asked Nov 27 at 12:17









      DavidS

      337111




      337111






















          1 Answer
          1






          active

          oldest

          votes


















          1














          The test should be a function of the minimal sufficient statistic, namely $X_{(n)} = max{X_1,...,X_n}$, such that if $X_{(n)} > theta_1$ then you reject $H_0$ with $alpha = 0$ and where $X_{(n)} le theta_1$ then you should set a rejection region $c$.
          $$
          alpha = mathbb{E}_{theta_0}Psi (x) = mathbb{P}(Psi (x) = 1) = mathbb{P}( X_{(n)} le c)=F_X(c)=left(frac{c}{theta_0}right)^n,
          $$

          namely, for $X_{(n)} le theta_0$, reject $H_0$ if
          $$
          X_{(n)} le a^{1/n} theta_0.
          $$






          share|cite|improve this answer





















          • Thanks for the response. So is there any alpha for which no MP level alpha test exists? And why?
            – DavidS
            Dec 1 at 12:16










          • This test holds for any $alpha in (0,1)$.
            – V. Vancak
            Dec 1 at 12:21










          • I would find that very strange given the question, not to say that you aren’t correct.
            – DavidS
            Dec 1 at 12:43











          Your Answer





          StackExchange.ifUsing("editor", function () {
          return StackExchange.using("mathjaxEditing", function () {
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          });
          });
          }, "mathjax-editing");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "69"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3015701%2ffor-which-alpha-sizes-is-there-a-mp-level-alpha-test%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          The test should be a function of the minimal sufficient statistic, namely $X_{(n)} = max{X_1,...,X_n}$, such that if $X_{(n)} > theta_1$ then you reject $H_0$ with $alpha = 0$ and where $X_{(n)} le theta_1$ then you should set a rejection region $c$.
          $$
          alpha = mathbb{E}_{theta_0}Psi (x) = mathbb{P}(Psi (x) = 1) = mathbb{P}( X_{(n)} le c)=F_X(c)=left(frac{c}{theta_0}right)^n,
          $$

          namely, for $X_{(n)} le theta_0$, reject $H_0$ if
          $$
          X_{(n)} le a^{1/n} theta_0.
          $$






          share|cite|improve this answer





















          • Thanks for the response. So is there any alpha for which no MP level alpha test exists? And why?
            – DavidS
            Dec 1 at 12:16










          • This test holds for any $alpha in (0,1)$.
            – V. Vancak
            Dec 1 at 12:21










          • I would find that very strange given the question, not to say that you aren’t correct.
            – DavidS
            Dec 1 at 12:43
















          1














          The test should be a function of the minimal sufficient statistic, namely $X_{(n)} = max{X_1,...,X_n}$, such that if $X_{(n)} > theta_1$ then you reject $H_0$ with $alpha = 0$ and where $X_{(n)} le theta_1$ then you should set a rejection region $c$.
          $$
          alpha = mathbb{E}_{theta_0}Psi (x) = mathbb{P}(Psi (x) = 1) = mathbb{P}( X_{(n)} le c)=F_X(c)=left(frac{c}{theta_0}right)^n,
          $$

          namely, for $X_{(n)} le theta_0$, reject $H_0$ if
          $$
          X_{(n)} le a^{1/n} theta_0.
          $$






          share|cite|improve this answer





















          • Thanks for the response. So is there any alpha for which no MP level alpha test exists? And why?
            – DavidS
            Dec 1 at 12:16










          • This test holds for any $alpha in (0,1)$.
            – V. Vancak
            Dec 1 at 12:21










          • I would find that very strange given the question, not to say that you aren’t correct.
            – DavidS
            Dec 1 at 12:43














          1












          1








          1






          The test should be a function of the minimal sufficient statistic, namely $X_{(n)} = max{X_1,...,X_n}$, such that if $X_{(n)} > theta_1$ then you reject $H_0$ with $alpha = 0$ and where $X_{(n)} le theta_1$ then you should set a rejection region $c$.
          $$
          alpha = mathbb{E}_{theta_0}Psi (x) = mathbb{P}(Psi (x) = 1) = mathbb{P}( X_{(n)} le c)=F_X(c)=left(frac{c}{theta_0}right)^n,
          $$

          namely, for $X_{(n)} le theta_0$, reject $H_0$ if
          $$
          X_{(n)} le a^{1/n} theta_0.
          $$






          share|cite|improve this answer












          The test should be a function of the minimal sufficient statistic, namely $X_{(n)} = max{X_1,...,X_n}$, such that if $X_{(n)} > theta_1$ then you reject $H_0$ with $alpha = 0$ and where $X_{(n)} le theta_1$ then you should set a rejection region $c$.
          $$
          alpha = mathbb{E}_{theta_0}Psi (x) = mathbb{P}(Psi (x) = 1) = mathbb{P}( X_{(n)} le c)=F_X(c)=left(frac{c}{theta_0}right)^n,
          $$

          namely, for $X_{(n)} le theta_0$, reject $H_0$ if
          $$
          X_{(n)} le a^{1/n} theta_0.
          $$







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Nov 29 at 23:40









          V. Vancak

          10.8k2926




          10.8k2926












          • Thanks for the response. So is there any alpha for which no MP level alpha test exists? And why?
            – DavidS
            Dec 1 at 12:16










          • This test holds for any $alpha in (0,1)$.
            – V. Vancak
            Dec 1 at 12:21










          • I would find that very strange given the question, not to say that you aren’t correct.
            – DavidS
            Dec 1 at 12:43


















          • Thanks for the response. So is there any alpha for which no MP level alpha test exists? And why?
            – DavidS
            Dec 1 at 12:16










          • This test holds for any $alpha in (0,1)$.
            – V. Vancak
            Dec 1 at 12:21










          • I would find that very strange given the question, not to say that you aren’t correct.
            – DavidS
            Dec 1 at 12:43
















          Thanks for the response. So is there any alpha for which no MP level alpha test exists? And why?
          – DavidS
          Dec 1 at 12:16




          Thanks for the response. So is there any alpha for which no MP level alpha test exists? And why?
          – DavidS
          Dec 1 at 12:16












          This test holds for any $alpha in (0,1)$.
          – V. Vancak
          Dec 1 at 12:21




          This test holds for any $alpha in (0,1)$.
          – V. Vancak
          Dec 1 at 12:21












          I would find that very strange given the question, not to say that you aren’t correct.
          – DavidS
          Dec 1 at 12:43




          I would find that very strange given the question, not to say that you aren’t correct.
          – DavidS
          Dec 1 at 12:43


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Mathematics Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          Use MathJax to format equations. MathJax reference.


          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3015701%2ffor-which-alpha-sizes-is-there-a-mp-level-alpha-test%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Index of /

          Tribalistas

          Listed building