Neyman-Pearson lemma for the sample of size one
$begingroup$
Let $X$ be a continuous random variable on $[0, 1]$ with a density function
$$f(theta |x ) = frac{x^{theta}}{theta + 1}$$
Let's take a sample that consists on the only one element from the given distribution, say $x_{1}$ and test the following hypothesis:
$$H_{0}: theta = 0 text{vs. } H_{1}: theta = 1$$
Neyman - Pearson lemma gives
$$lambda(x) = frac{L(theta = 0 | x)}{L(theta = 1 | x)} = frac{2}{x}$$
Thus, the rejection regions consists of presicely those $x$ that satsify $frac{2}{x} leq a$.
In order to find $a$, we calculate
$$mathbb{P}(lambda(x) leq a | H_{0}) = mathbb{P}(x geq frac{2}{a} | H_{0}) = int_{frac{2}{a}}^{1} {1_{[0, 1]} dx} = 1 - frac{2}{a}$$
Thus $frac{2}{a} = 1 - alpha$ and we reject the hypothesis if $x leq 1 - alpha$, where $alpha$ is the significance level.
As for me that sounds quite counter-intuitive, since for the large values of $alpha$ we have the critical value concentrated near the end on an interval, which i strongly doubt. Am i missing something crucial here?
statistics statistical-inference hypothesis-testing
$endgroup$
add a comment |
$begingroup$
Let $X$ be a continuous random variable on $[0, 1]$ with a density function
$$f(theta |x ) = frac{x^{theta}}{theta + 1}$$
Let's take a sample that consists on the only one element from the given distribution, say $x_{1}$ and test the following hypothesis:
$$H_{0}: theta = 0 text{vs. } H_{1}: theta = 1$$
Neyman - Pearson lemma gives
$$lambda(x) = frac{L(theta = 0 | x)}{L(theta = 1 | x)} = frac{2}{x}$$
Thus, the rejection regions consists of presicely those $x$ that satsify $frac{2}{x} leq a$.
In order to find $a$, we calculate
$$mathbb{P}(lambda(x) leq a | H_{0}) = mathbb{P}(x geq frac{2}{a} | H_{0}) = int_{frac{2}{a}}^{1} {1_{[0, 1]} dx} = 1 - frac{2}{a}$$
Thus $frac{2}{a} = 1 - alpha$ and we reject the hypothesis if $x leq 1 - alpha$, where $alpha$ is the significance level.
As for me that sounds quite counter-intuitive, since for the large values of $alpha$ we have the critical value concentrated near the end on an interval, which i strongly doubt. Am i missing something crucial here?
statistics statistical-inference hypothesis-testing
$endgroup$
$begingroup$
Your $f$ is not a pdf in the first place; $f(xmidtheta)=(theta+1)x^{theta}mathbf1_{[0,1]}(x)$ for $theta>-1$ makes more sense.
$endgroup$
– StubbornAtom
Dec 14 '18 at 20:03
$begingroup$
@StubbornAtom Ouh, indeed, thanks. In fact, this is a distribution in case $theta = 0$, but in this case the problem boils down to somewhat very strange and trivial
$endgroup$
– hyperkahler
Dec 14 '18 at 20:10
add a comment |
$begingroup$
Let $X$ be a continuous random variable on $[0, 1]$ with a density function
$$f(theta |x ) = frac{x^{theta}}{theta + 1}$$
Let's take a sample that consists on the only one element from the given distribution, say $x_{1}$ and test the following hypothesis:
$$H_{0}: theta = 0 text{vs. } H_{1}: theta = 1$$
Neyman - Pearson lemma gives
$$lambda(x) = frac{L(theta = 0 | x)}{L(theta = 1 | x)} = frac{2}{x}$$
Thus, the rejection regions consists of presicely those $x$ that satsify $frac{2}{x} leq a$.
In order to find $a$, we calculate
$$mathbb{P}(lambda(x) leq a | H_{0}) = mathbb{P}(x geq frac{2}{a} | H_{0}) = int_{frac{2}{a}}^{1} {1_{[0, 1]} dx} = 1 - frac{2}{a}$$
Thus $frac{2}{a} = 1 - alpha$ and we reject the hypothesis if $x leq 1 - alpha$, where $alpha$ is the significance level.
As for me that sounds quite counter-intuitive, since for the large values of $alpha$ we have the critical value concentrated near the end on an interval, which i strongly doubt. Am i missing something crucial here?
statistics statistical-inference hypothesis-testing
$endgroup$
Let $X$ be a continuous random variable on $[0, 1]$ with a density function
$$f(theta |x ) = frac{x^{theta}}{theta + 1}$$
Let's take a sample that consists on the only one element from the given distribution, say $x_{1}$ and test the following hypothesis:
$$H_{0}: theta = 0 text{vs. } H_{1}: theta = 1$$
Neyman - Pearson lemma gives
$$lambda(x) = frac{L(theta = 0 | x)}{L(theta = 1 | x)} = frac{2}{x}$$
Thus, the rejection regions consists of presicely those $x$ that satsify $frac{2}{x} leq a$.
In order to find $a$, we calculate
$$mathbb{P}(lambda(x) leq a | H_{0}) = mathbb{P}(x geq frac{2}{a} | H_{0}) = int_{frac{2}{a}}^{1} {1_{[0, 1]} dx} = 1 - frac{2}{a}$$
Thus $frac{2}{a} = 1 - alpha$ and we reject the hypothesis if $x leq 1 - alpha$, where $alpha$ is the significance level.
As for me that sounds quite counter-intuitive, since for the large values of $alpha$ we have the critical value concentrated near the end on an interval, which i strongly doubt. Am i missing something crucial here?
statistics statistical-inference hypothesis-testing
statistics statistical-inference hypothesis-testing
asked Dec 14 '18 at 15:35
hyperkahlerhyperkahler
1,483714
1,483714
$begingroup$
Your $f$ is not a pdf in the first place; $f(xmidtheta)=(theta+1)x^{theta}mathbf1_{[0,1]}(x)$ for $theta>-1$ makes more sense.
$endgroup$
– StubbornAtom
Dec 14 '18 at 20:03
$begingroup$
@StubbornAtom Ouh, indeed, thanks. In fact, this is a distribution in case $theta = 0$, but in this case the problem boils down to somewhat very strange and trivial
$endgroup$
– hyperkahler
Dec 14 '18 at 20:10
add a comment |
$begingroup$
Your $f$ is not a pdf in the first place; $f(xmidtheta)=(theta+1)x^{theta}mathbf1_{[0,1]}(x)$ for $theta>-1$ makes more sense.
$endgroup$
– StubbornAtom
Dec 14 '18 at 20:03
$begingroup$
@StubbornAtom Ouh, indeed, thanks. In fact, this is a distribution in case $theta = 0$, but in this case the problem boils down to somewhat very strange and trivial
$endgroup$
– hyperkahler
Dec 14 '18 at 20:10
$begingroup$
Your $f$ is not a pdf in the first place; $f(xmidtheta)=(theta+1)x^{theta}mathbf1_{[0,1]}(x)$ for $theta>-1$ makes more sense.
$endgroup$
– StubbornAtom
Dec 14 '18 at 20:03
$begingroup$
Your $f$ is not a pdf in the first place; $f(xmidtheta)=(theta+1)x^{theta}mathbf1_{[0,1]}(x)$ for $theta>-1$ makes more sense.
$endgroup$
– StubbornAtom
Dec 14 '18 at 20:03
$begingroup$
@StubbornAtom Ouh, indeed, thanks. In fact, this is a distribution in case $theta = 0$, but in this case the problem boils down to somewhat very strange and trivial
$endgroup$
– hyperkahler
Dec 14 '18 at 20:10
$begingroup$
@StubbornAtom Ouh, indeed, thanks. In fact, this is a distribution in case $theta = 0$, but in this case the problem boils down to somewhat very strange and trivial
$endgroup$
– hyperkahler
Dec 14 '18 at 20:10
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
It seems there is nothing wrong with that. For example, let $alpha = 0.99$. It means that we allow large probability of type 1 error (almost don't care about it) and we may end up with large critical region. Actually, corresponding critical region is
$$
xgeq 1-alpha = 0.01,
$$ and almost any value of $x$ leads to rejection of $H_0$ as expected. As a result, we get a very powerful test at the expense of significance level.
$endgroup$
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3039507%2fneyman-pearson-lemma-for-the-sample-of-size-one%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
$begingroup$
It seems there is nothing wrong with that. For example, let $alpha = 0.99$. It means that we allow large probability of type 1 error (almost don't care about it) and we may end up with large critical region. Actually, corresponding critical region is
$$
xgeq 1-alpha = 0.01,
$$ and almost any value of $x$ leads to rejection of $H_0$ as expected. As a result, we get a very powerful test at the expense of significance level.
$endgroup$
add a comment |
$begingroup$
It seems there is nothing wrong with that. For example, let $alpha = 0.99$. It means that we allow large probability of type 1 error (almost don't care about it) and we may end up with large critical region. Actually, corresponding critical region is
$$
xgeq 1-alpha = 0.01,
$$ and almost any value of $x$ leads to rejection of $H_0$ as expected. As a result, we get a very powerful test at the expense of significance level.
$endgroup$
add a comment |
$begingroup$
It seems there is nothing wrong with that. For example, let $alpha = 0.99$. It means that we allow large probability of type 1 error (almost don't care about it) and we may end up with large critical region. Actually, corresponding critical region is
$$
xgeq 1-alpha = 0.01,
$$ and almost any value of $x$ leads to rejection of $H_0$ as expected. As a result, we get a very powerful test at the expense of significance level.
$endgroup$
It seems there is nothing wrong with that. For example, let $alpha = 0.99$. It means that we allow large probability of type 1 error (almost don't care about it) and we may end up with large critical region. Actually, corresponding critical region is
$$
xgeq 1-alpha = 0.01,
$$ and almost any value of $x$ leads to rejection of $H_0$ as expected. As a result, we get a very powerful test at the expense of significance level.
edited Dec 14 '18 at 15:52
answered Dec 14 '18 at 15:47
SongSong
16.7k1941
16.7k1941
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3039507%2fneyman-pearson-lemma-for-the-sample-of-size-one%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
$begingroup$
Your $f$ is not a pdf in the first place; $f(xmidtheta)=(theta+1)x^{theta}mathbf1_{[0,1]}(x)$ for $theta>-1$ makes more sense.
$endgroup$
– StubbornAtom
Dec 14 '18 at 20:03
$begingroup$
@StubbornAtom Ouh, indeed, thanks. In fact, this is a distribution in case $theta = 0$, but in this case the problem boils down to somewhat very strange and trivial
$endgroup$
– hyperkahler
Dec 14 '18 at 20:10