[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5312: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5312: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5312: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
Homeschool World Forum • Standard Deviation
Page 1 of 1

Standard Deviation

Posted: Wed Feb 04, 2009 6:17 pm
by lovelasagne

Posted: Fri Feb 06, 2009 7:34 pm
by Theodore
I'm going to use the example numbers 12, 3, 10, and 7.

1) Find the average of your numbers:

(12 + 3 + 10 + 7) / 4 = 32 / 4 = 8

2) Find the distance of each number from the average:

12 - 8 = 4, 3 - 8 = -5, 10 - 8 = 2, 7 - 8 = -1

3) Square each of these distances:

4 * 4 = 16, -5 * -5 = 25, 2 * 2 = 4, -1 * -1 = 1

4) Find the average of the squares:

(16 + 25 + 4 + 1) / 4 = 46 / 4 = 11.5

5) Take the square root of this number, you have your standard deviation:

sqrt(11.5) = about 3.3912

Posted: Fri Feb 20, 2009 2:23 am
by levitate

Posted: Mon Feb 23, 2009 9:44 pm
by Theodore