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)?










share|cite|improve this question
























  • 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

















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)?










share|cite|improve this question
























  • 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















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)?










share|cite|improve this question















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






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








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




















  • 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












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.






share|cite|improve this answer




























    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.






    share|cite|improve this answer





















      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
      });


      }
      });














      draft saved

      draft discarded


















      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.






      share|cite|improve this answer

























        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.






        share|cite|improve this answer























          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.






          share|cite|improve this answer












          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.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Aug 19 '14 at 8:29









          Hagen von Eitzen

          275k21267494




          275k21267494






















              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.






              share|cite|improve this answer

























                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.






                share|cite|improve this answer























                  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.






                  share|cite|improve this answer












                  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.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Jan 8 '17 at 9:17









                  Vladimír Čunát

                  1011




                  1011






























                      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%2f902740%2fdiscretization-of-normal-distribution-over-a-finite-range%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

                      Bundesstraße 106

                      Le Mesnil-Réaume

                      Ida-Boy-Ed-Garten