Discretization of normal distribution over a finite range
up vote
0
down vote
favorite
If I only have data about the mean and standard deviation of a distribution over a finite discrete range (e.g. integers 1 to 5). How do I properly reconstruct the distribution (= a distribution that has the same mean and standard deviation, assuming it is close to normal)?
normal-distribution
add a comment |
up vote
0
down vote
favorite
If I only have data about the mean and standard deviation of a distribution over a finite discrete range (e.g. integers 1 to 5). How do I properly reconstruct the distribution (= a distribution that has the same mean and standard deviation, assuming it is close to normal)?
normal-distribution
Maybe match the two moments with the hypergeometric distribution? (In general, any distribution with 2 unknown parameters would work.) How proper the result is going to be? I have no idea...
– Tunococ
Aug 19 '14 at 8:16
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
If I only have data about the mean and standard deviation of a distribution over a finite discrete range (e.g. integers 1 to 5). How do I properly reconstruct the distribution (= a distribution that has the same mean and standard deviation, assuming it is close to normal)?
normal-distribution
If I only have data about the mean and standard deviation of a distribution over a finite discrete range (e.g. integers 1 to 5). How do I properly reconstruct the distribution (= a distribution that has the same mean and standard deviation, assuming it is close to normal)?
normal-distribution
normal-distribution
edited May 9 at 21:39
T J. Kim
314217
314217
asked Aug 19 '14 at 8:10
kutschkem
291310
291310
Maybe match the two moments with the hypergeometric distribution? (In general, any distribution with 2 unknown parameters would work.) How proper the result is going to be? I have no idea...
– Tunococ
Aug 19 '14 at 8:16
add a comment |
Maybe match the two moments with the hypergeometric distribution? (In general, any distribution with 2 unknown parameters would work.) How proper the result is going to be? I have no idea...
– Tunococ
Aug 19 '14 at 8:16
Maybe match the two moments with the hypergeometric distribution? (In general, any distribution with 2 unknown parameters would work.) How proper the result is going to be? I have no idea...
– Tunococ
Aug 19 '14 at 8:16
Maybe match the two moments with the hypergeometric distribution? (In general, any distribution with 2 unknown parameters would work.) How proper the result is going to be? I have no idea...
– Tunococ
Aug 19 '14 at 8:16
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
If $p_i$ is the probability of outcome $i$ and you want to achieve a certain $mu$ and $sigma$, you need to obey the constraints
$$ begin{align}sum p_i&=1\
sum ip_i &= mu\
sum i^2p_i &= sigma^2+mu^2end{align}$$
These are three equations in five unknowns, so there are many solutions (let us ignore the possibility that the solutions conflict with the conditions $p_ige 0$) and we can impose additional conditions "at will". Since you want "close to normal", I suggest we take the conditions from the next few non-central moments of the normal distribution:
$$ begin{align}sum i^3p_i &= mu^3+3musigma^2\
sum i^4p_i &= mu^4 + 6mu^2sigma^2 + 3sigma^4.end{align}$$
So now you have five linear equations in five unknowns - and I hope it turns out that all $p_i$ are $ge0$ in your specific case.
add a comment |
up vote
0
down vote
If there are just five values (possible), I fail to see the point of trying to fit to some "standard distribution" or even a continuous one (like normal). The (relative) frequency table says it all, in a simpler way, and it's even easy to visualize (e.g. like a histogram).
I know the thread is very old; I just couldn't resist.
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',
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%2f902740%2fdiscretization-of-normal-distribution-over-a-finite-range%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
If $p_i$ is the probability of outcome $i$ and you want to achieve a certain $mu$ and $sigma$, you need to obey the constraints
$$ begin{align}sum p_i&=1\
sum ip_i &= mu\
sum i^2p_i &= sigma^2+mu^2end{align}$$
These are three equations in five unknowns, so there are many solutions (let us ignore the possibility that the solutions conflict with the conditions $p_ige 0$) and we can impose additional conditions "at will". Since you want "close to normal", I suggest we take the conditions from the next few non-central moments of the normal distribution:
$$ begin{align}sum i^3p_i &= mu^3+3musigma^2\
sum i^4p_i &= mu^4 + 6mu^2sigma^2 + 3sigma^4.end{align}$$
So now you have five linear equations in five unknowns - and I hope it turns out that all $p_i$ are $ge0$ in your specific case.
add a comment |
up vote
0
down vote
If $p_i$ is the probability of outcome $i$ and you want to achieve a certain $mu$ and $sigma$, you need to obey the constraints
$$ begin{align}sum p_i&=1\
sum ip_i &= mu\
sum i^2p_i &= sigma^2+mu^2end{align}$$
These are three equations in five unknowns, so there are many solutions (let us ignore the possibility that the solutions conflict with the conditions $p_ige 0$) and we can impose additional conditions "at will". Since you want "close to normal", I suggest we take the conditions from the next few non-central moments of the normal distribution:
$$ begin{align}sum i^3p_i &= mu^3+3musigma^2\
sum i^4p_i &= mu^4 + 6mu^2sigma^2 + 3sigma^4.end{align}$$
So now you have five linear equations in five unknowns - and I hope it turns out that all $p_i$ are $ge0$ in your specific case.
add a comment |
up vote
0
down vote
up vote
0
down vote
If $p_i$ is the probability of outcome $i$ and you want to achieve a certain $mu$ and $sigma$, you need to obey the constraints
$$ begin{align}sum p_i&=1\
sum ip_i &= mu\
sum i^2p_i &= sigma^2+mu^2end{align}$$
These are three equations in five unknowns, so there are many solutions (let us ignore the possibility that the solutions conflict with the conditions $p_ige 0$) and we can impose additional conditions "at will". Since you want "close to normal", I suggest we take the conditions from the next few non-central moments of the normal distribution:
$$ begin{align}sum i^3p_i &= mu^3+3musigma^2\
sum i^4p_i &= mu^4 + 6mu^2sigma^2 + 3sigma^4.end{align}$$
So now you have five linear equations in five unknowns - and I hope it turns out that all $p_i$ are $ge0$ in your specific case.
If $p_i$ is the probability of outcome $i$ and you want to achieve a certain $mu$ and $sigma$, you need to obey the constraints
$$ begin{align}sum p_i&=1\
sum ip_i &= mu\
sum i^2p_i &= sigma^2+mu^2end{align}$$
These are three equations in five unknowns, so there are many solutions (let us ignore the possibility that the solutions conflict with the conditions $p_ige 0$) and we can impose additional conditions "at will". Since you want "close to normal", I suggest we take the conditions from the next few non-central moments of the normal distribution:
$$ begin{align}sum i^3p_i &= mu^3+3musigma^2\
sum i^4p_i &= mu^4 + 6mu^2sigma^2 + 3sigma^4.end{align}$$
So now you have five linear equations in five unknowns - and I hope it turns out that all $p_i$ are $ge0$ in your specific case.
answered Aug 19 '14 at 8:29
Hagen von Eitzen
275k21268495
275k21268495
add a comment |
add a comment |
up vote
0
down vote
If there are just five values (possible), I fail to see the point of trying to fit to some "standard distribution" or even a continuous one (like normal). The (relative) frequency table says it all, in a simpler way, and it's even easy to visualize (e.g. like a histogram).
I know the thread is very old; I just couldn't resist.
add a comment |
up vote
0
down vote
If there are just five values (possible), I fail to see the point of trying to fit to some "standard distribution" or even a continuous one (like normal). The (relative) frequency table says it all, in a simpler way, and it's even easy to visualize (e.g. like a histogram).
I know the thread is very old; I just couldn't resist.
add a comment |
up vote
0
down vote
up vote
0
down vote
If there are just five values (possible), I fail to see the point of trying to fit to some "standard distribution" or even a continuous one (like normal). The (relative) frequency table says it all, in a simpler way, and it's even easy to visualize (e.g. like a histogram).
I know the thread is very old; I just couldn't resist.
If there are just five values (possible), I fail to see the point of trying to fit to some "standard distribution" or even a continuous one (like normal). The (relative) frequency table says it all, in a simpler way, and it's even easy to visualize (e.g. like a histogram).
I know the thread is very old; I just couldn't resist.
answered Jan 8 '17 at 9:17
Vladimír Čunát
1011
1011
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.
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.
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%2f902740%2fdiscretization-of-normal-distribution-over-a-finite-range%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
Maybe match the two moments with the hypergeometric distribution? (In general, any distribution with 2 unknown parameters would work.) How proper the result is going to be? I have no idea...
– Tunococ
Aug 19 '14 at 8:16