Announcement

Collapse
No announcement yet.

math guys: how does one figure out a standard deviation

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Let's make this absolutely clear: you are claiming that the standard deviation of any set of independent dice rolls approaches 0 as the size of the set approaches infinity?


    thats correct. its called the Law of Large Numbers. The variance of X_bar which is equal to sigma^2/n approaches zero as n increases.
    "Everything for the State, nothing against the State, nothing outside the State" - Benito Mussolini

    Comment


    • #17
      Originally posted by Lawrence of Arabia
      Let's make this absolutely clear: you are claiming that the standard deviation of any set of independent dice rolls approaches 0 as the size of the set approaches infinity?


      thats correct. its called the Law of Large Numbers. The variance of X_bar which is equal to sigma^2/n approaches zero as n increases.
      The variance of x_bar decreases as the number of trials in each determination of x_bar increases. This is not the same as saying that the standard deviation of the set of measured x values decreases.

      12-17-10 Mohamed Bouazizi NEVER FORGET
      Stadtluft Macht Frei
      Killing it is the new killing it
      Ultima Ratio Regum

      Comment


      • #18
        In fact, if you were to roll a die many times (or to roll many dice at once) then the set of values you receive would have a standard deviation which approaches sqrt(35/12)

        duh
        12-17-10 Mohamed Bouazizi NEVER FORGET
        Stadtluft Macht Frei
        Killing it is the new killing it
        Ultima Ratio Regum

        Comment


        • #19
          The variance of x_bar decreases as the number of trials in each determination of x_bar increases. This is not the same as saying that the standard deviation of the set of measured x values decreases.


          i dont see where I wrote anything other than that. but maybe you can find it somewhere?

          In fact, if you were to roll a die many times (or to roll many dice at once) then the set of values you receive would have a standard deviation which approaches sqrt(35/12)

          duh


          no. your sample average X_bar would have a standard deviation approaching zero when you roll a dice many times.
          "Everything for the State, nothing against the State, nothing outside the State" - Benito Mussolini

          Comment


          • #20
            swiss math?
            "The issue is there are still many people out there that use religion as a crutch for bigotry and hate. Like Ben."
            Ben Kenobi: "That means I'm doing something right. "

            Comment


            • #21
              Originally posted by Lawrence of Arabia
              The variance of x_bar decreases as the number of trials in each determination of x_bar increases. This is not the same as saying that the standard deviation of the set of measured x values decreases.


              i dont see where I wrote anything other than that. but maybe you can find it somewhere?
              Originally posted by Lawrence of Arabia
              Let's make this absolutely clear: you are claiming that the standard deviation of any set of independent dice rolls approaches 0 as the size of the set approaches infinity?


              thats correct
              12-17-10 Mohamed Bouazizi NEVER FORGET
              Stadtluft Macht Frei
              Killing it is the new killing it
              Ultima Ratio Regum

              Comment


              • #22
                Originally posted by Lawrence of Arabia
                In fact, if you were to roll a die many times (or to roll many dice at once) then the set of values you receive would have a standard deviation which approaches sqrt(35/12)

                duh


                no. your sample average X_bar would have a standard deviation approaching zero when you roll a dice many times.
                You're a ****ing idiot. The set of values is different from the mean of the set.

                A set of independently determined means has a variance which approaches 0 as the number of trials in each determination of the mean increases. Any given set of actual trials has a variance which approaches 35/12

                You're like a ****ing child.
                12-17-10 Mohamed Bouazizi NEVER FORGET
                Stadtluft Macht Frei
                Killing it is the new killing it
                Ultima Ratio Regum

                Comment


                • #23
                  Originally posted by Asher
                  swiss math?
                  economath
                  12-17-10 Mohamed Bouazizi NEVER FORGET
                  Stadtluft Macht Frei
                  Killing it is the new killing it
                  Ultima Ratio Regum

                  Comment


                  • #24
                    Lawrence reminds me of the undergrads I TA. They know a bunch of formulas, but don't have a ****ing clue what any of them mean, or where they're applicable.
                    12-17-10 Mohamed Bouazizi NEVER FORGET
                    Stadtluft Macht Frei
                    Killing it is the new killing it
                    Ultima Ratio Regum

                    Comment


                    • #25
                      Even I can see what KH is saying. Maybe let's ascribe this to the language barrier and move on?
                      meet the new boss, same as the old boss

                      Comment


                      • #26
                        standard deviation of any set of dice rolls iid approaches zero as the number of elements in the set (n) approaches infinity: FACT. as you increase the sample size of each set, your variance approaches zero.

                        the variance of x_bar decreases as the number of trials in each determination of x_bar increases: FACT
                        "Everything for the State, nothing against the State, nothing outside the State" - Benito Mussolini

                        Comment


                        • #27
                          which means that your little example here

                          The population standard deviation can be simply calculated as follows:

                          1) sum all values
                          2) sum the squares of all values
                          3) square the result from (1)
                          4) Divide (3) by N (the number of values)
                          5) Subtract (4) from (2)
                          6) Divide (5) by N
                          7) Take the square root of (6)

                          So, if we have 3, 6, and 7 as values:

                          1) = 3+6+7 = 16
                          2) = 9 + 36 + 49 = 94
                          3) = 16*16 = 256
                          4) = 256/3 = 85.33
                          5) = 94 - 85.33 = 8.67
                          6) = 8.67/3 = 2.89
                          7) = SQRT(2.89) = 1.7


                          approaches zero as n increases.
                          "Everything for the State, nothing against the State, nothing outside the State" - Benito Mussolini

                          Comment


                          • #28
                            Originally posted by self biased
                            unfortunately i don't have access to a laptop when i'm playing a game. i need to be able to figure out if a set of rolls is within one or not more or less on the fly.
                            What you want to do is the following (assuming normal 6-sided dice):

                            1) Take the total number of dice rolled (if you're interested in two dice rolled 5 times, then use 2*5 = 10). Multiply by 3.5
                            2) Sum the values of the rolls (you should be summing 10 numbers between 1 and 6 in above example)
                            3) subtract (1) from (2)
                            4) Multiply 1.7 * sqrt(total number of dice rolled)
                            5) Divide (3) by (4)

                            (5) is the number of standard deviations high (+ve) or low (-ve) the series of rolls was

                            Please note that this is only a good estimator of probabilities for large total numbers of dice.

                            If I rolled 100 dice and ended up with a score of 380 then:

                            (1) is 350
                            (2) is 380
                            (3) is 30
                            (4) is 17
                            (5) is 1.8 or so (which is not that unusual)
                            12-17-10 Mohamed Bouazizi NEVER FORGET
                            Stadtluft Macht Frei
                            Killing it is the new killing it
                            Ultima Ratio Regum

                            Comment


                            • #29
                              ah, but you see thats different. thats calculating the number of standarddeviations above the mean a certain number is.

                              which has nothing to do with this beauty

                              The population standard deviation can be simply calculated as follows:

                              1) sum all values
                              2) sum the squares of all values
                              3) square the result from (1)
                              4) Divide (3) by N (the number of values)
                              5) Subtract (4) from (2)
                              6) Divide (5) by N
                              7) Take the square root of (6)

                              So, if we have 3, 6, and 7 as values:

                              1) = 3+6+7 = 16
                              2) = 9 + 36 + 49 = 94
                              3) = 16*16 = 256
                              4) = 256/3 = 85.33
                              5) = 94 - 85.33 = 8.67
                              6) = 8.67/3 = 2.89
                              7) = SQRT(2.89) = 1.7


                              or your refutation that as n increases, sample standard deviation goes to zero.
                              "Everything for the State, nothing against the State, nothing outside the State" - Benito Mussolini

                              Comment


                              • #30
                                Originally posted by Lawrence of Arabia
                                which means that your little example here

                                The population standard deviation can be simply calculated as follows:

                                1) sum all values
                                2) sum the squares of all values
                                3) square the result from (1)
                                4) Divide (3) by N (the number of values)
                                5) Subtract (4) from (2)
                                6) Divide (5) by N
                                7) Take the square root of (6)

                                So, if we have 3, 6, and 7 as values:

                                1) = 3+6+7 = 16
                                2) = 9 + 36 + 49 = 94
                                3) = 16*16 = 256
                                4) = 256/3 = 85.33
                                5) = 94 - 85.33 = 8.67
                                6) = 8.67/3 = 2.89
                                7) = SQRT(2.89) = 1.7


                                approaches zero as n increases.
                                Could you please provide me with an estimate of the standard deviation of a set of 100 dice rolls then?

                                12-17-10 Mohamed Bouazizi NEVER FORGET
                                Stadtluft Macht Frei
                                Killing it is the new killing it
                                Ultima Ratio Regum

                                Comment

                                Working...
                                X