Standard Deviation sample help

AI Thread Summary
The discussion revolves around calculating the standard deviation of a sample rate of reaction data, specifically addressing confusion over the correct value derived from the formula. The user initially calculated a standard deviation of about 0.6 but questioned whether it should be represented as 0.0006 due to the data being in scientific notation. Clarifications were provided that the standard deviation should indeed be adjusted by the factor of 10^-3, resulting in a final value of 0.0006. The conversation also confirmed the validity of using sample standard deviation for the given dataset, emphasizing that the calculation is appropriate since the data represents a sample rather than the entire population. Overall, the key takeaway is the importance of correctly interpreting the units in statistical calculations.
Hootenanny
Staff Emeritus
Science Advisor
Gold Member
Messages
9,621
Reaction score
9
Just a quick question as I'm writing up my coursework. I'm calculating the standard deviation of a sample, my data is rate of reaction defined as \frac{1}{time} \times 10^{-3}. So my input data is say 0.847, but the absolute value is 0.000847. The standard deviation formula returned a value of about 0.6. Is this my standard deviation or is it actually 0.0006? I'm inclined towards 0.6, but I'm not sure. Any help would be appreciated.
 
Physics news on Phys.org
f=1/T - sample frequency is in miliseconds?

You made reading of 0.847, so that's 0.847ms? I think the deviation would be in milliseconds also, so 0.6ms or 0.0006s?

or am i way off :?
 
This is a biology pratical. I was timing how long it took for a reaction to occur. For example, if the reaction took 19 minutes 40 seconds, that is a reaction time of 1180 seconds. As rate = \frac{1}{time}, the rate of reaction would be;
rate = \frac{1}{1180} = 8.47\times 10^{-4} = 0.847\times 10^{-3} = 0.000847

I apologise if I mislead you with the information.
 
'bump' anybody else have an opinion?
 
Do you have a list of data points?
 
Yes, do you want me to post them? Or attach them as an Excel spreadsheet? I could post them in latex if you like.
 
Please do. Just make them standard text so I can just copy and paste it into excel. No need to tex all that.
 
Last edited:
Okay, I've got a tool for converting excel into Latex though :wink:

--------------
data
--------------
Temperature (°C) Time (secs) Rate (1/sec) x10-3

17 1180 0.847
1179 0.848
1169 0.855
1217 0.822
Mean 1186.25 0.843
32 180 5.556
182 5.495
180 5.556
178 5.618
Mean 180 5.556
34.5 175 5.714
179 5.587
181 5.525
210 4.762
Mean 186.25 5.369
39.5 100 10.000
116 8.621
116 8.621
120 8.333
Mean 113 8.850
48 90 11.111
90 11.111
91 10.989
93 10.753
Mean 91 10.989
50 105 9.524
104 9.615
104 9.615
109 9.174
Mean 105.5 9.479
57 154 6.494
143 6.993
133 7.519
125 8.000
Mean 138.75 7.207
64 1977 0.506
2220 0.450
2221 0.450
2210 0.452
Mean 2157 0.464
 
Uhh, that doesn't look right :S
 
  • #10
Ok, I need some help understanding your data here. You seems you have 8 runs each of size 4. What do you want to calculate the standard deviation for? The means? For all the data?
 
  • #11
No, I calculated the standard deviation of each run. I know its only a small data set, so i used sample SD. Is that valid?
 
  • #12
Use the following:

s = \sqrt { \frac{1}{n-1}( \sum^n_{i=1}X^2_i - n \bar{X}^2} )

Yes, you used the right one, because you are taking data from a sample of the population, your data is not for the entire population. It does not matter how big your data set is, if its not the actual population it is still going to be a sample standard deviation.
 
Last edited:
  • #13
Yes I have done. Can I just ask you what you thing of my origonal question in post #1?
 
  • #14
I'm sorry but I don't understand your origional question. Can you rephrase it? You don't have an 'actual' standard deviation, because you are sampling data. The only way you can have an acutal standard deviation is if you had all the population data.
 
  • #15
I mean I inputed the data direcly from my table (using excel), but my units for rate is \times 10^{-3}. Say if the formula returned a SD value of 0.6, would it actually be 0.0006 due to the \times 10^{-3}? I'm sorry if I'm not very lucid, but I can't think of another way of explaining it.
 
  • #16
well, then in that case:

\sigma_{aX+b} =|a| \sigma_X

so multiply it by the absolute value of 10^{-3}
 
  • #17
Ahhh, thank-you very much cyrus.
 
Back
Top