Calculating variance from range

  • Context: Undergrad 
  • Thread starter Thread starter Dawei
  • Start date Start date
  • Tags Tags
    Range Variance
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
Dawei
Messages
29
Reaction score
0
Hello,

I have taken 5 samples and found that my average concentration is 5 mg, with a range of .003 mg in either direction. I would like to calculate the variance with only this information.

Is this possible? I am used to calculating the variance from the standard deviation, but I don't have this available.
 
Physics news on Phys.org
You can use the 5 sample data points to estimate the variance. Take the sum of the squares of the differences between the individual points and the average. Then divide by 4 (n-1 in general). This is an unbiased estimate for the variance.