Ask Experts Questions for FREE Help!
 

Free Answers in 3 Easy Steps

Register Now
3 Steps
 


Ask QuestionsprogressAnswer QuestionsprogressBuild ReputationprogressBecome an Expert
 
At Ask Me Help Desk you can ask questions in any topic and have them answered for free by our experts. To ask questions or participate in answering them you must register for a free account. By registering you will be able to:
  • Get free answers from experts in any of our 300+ topics.
  • Accept money for answers that you provide.
  • Communicate privately with other members (PM).
  • See fewer ads.
  Answer this Question    Ask about Math & Sciences    Ask about another Subject  
 

wen99
Nov 1, 2009, 03:13 PM
Hello,

can you please explain me how to calculate standard deviation in this example?

The following data were sampled from a population with sample size n=815

litter size frequency
1 7
2 33
3 58
4 116
5 125
6 126
7 121
8 107
9 56
10 37
11 25
12 4


First, I calculated the mean (1*7+2*33+3*58+.........+12*4)/815=6.125
Then I calculated standard deviation, but my result was wrong and the teacher just gave me the answer s=2.2756 without explanation. I tried to recalculate, but there was no luck.
Please help me
Thanks

Nhatkiem
Nov 1, 2009, 06:28 PM
Well standard deviation is represented by the function

s=\frac{sqrt{\sum_{i=1}^n(x_i-\overline{x})^2}}{n-1}where \overline{x} is the mean, and x_i is the sample you are taking the difference of.

We should have:

s=sqrt{\frac{7(1-6.125)^2+33(2-6.125)^2+58(3-6.125)^2+116(4-6.125)^2+125(5-6.125)^2+126(6-6.125)^2+121(7-6.125)^2+107(8-6.125)^2+56(9-6.125)^2+37(10-6.125)^2+25(11-6.125)^2+4(12-6.125)^2}{814}

Which does indeed end up being about 2.2756

whoa that's a bit of a mouthful.

wen99
Nov 1, 2009, 07:23 PM
Thank you very much!

got it!