I need to know how precise a measurement system is, expressed as a standard deviation. I don't reall

Carolyn Beck

Carolyn Beck

Answered question

2022-07-01

I need to know how precise a measurement system is, expressed as a standard deviation. I don't really have much of a background in math so please excuse me if I'm a bit unclear or inaccurate about something.
The simplest way I know of doing this is by taking e.g. 100 measurements of the same object and then using the usual sample standard deviation formula.
Unfortunately, I can't use this method. I must measure different objects multiple times. Let's say 10 objects, 10 times each.
The thing that comes to mind is to calculate the mean for each group, subtract the relevant means from each measurement (sort of a normalisation) and then calculate the standard deviation from the resulting 100 numbers. Does this make sense? If not, how do I approach the problem?

Answer & Explanation

podesect

podesect

Beginner2022-07-02Added 20 answers

Suppose you have ng=100 independent measurements from the distribution N o r m ( μ , σ ) , where there are n=10 measurements on each of g=10 disjoint groups.
Let S i 2 = 1 9 n = 1 10 ( X i j X ¯ i ) 2 be the sample variance of group i out of g, where X i j is the jth measurement from group i and X ¯ i = 1 10 j = 1 10 X i j is the sample mean of the ith group.
Then the 'pooled' variance for the g groups is
S p 2 = 9 S 1 2 + 9 S 2 2 + + 9 S 10 2 90 .
S p 2 is an unbiased estimate of the population variance σ 2 . For our normal data, its distribution is given by 90 S p 2 / σ 2 C h i s q ( d f = 90 ) .
If necessary, this relationship would allow you to find a 95% confidence interval for σ 2 of the form ( 90 S p 2 / U , 90 S p 2 / L ) , where L and U cut probability 0.025 from the lower and upper tails of Chisq(df=90). For 90 'degrees of freedom' as in your example, L=65.65 and U=118.14 can be found from printed tables of the chi-squared distribution or by using software. (The result below is from R statistical software.)
qchisq(c(.025,.975), 90)## 65.64662 118.13589
Note: This kind of pooled variance is used in a one-factor analysis of variance (ANOVA) with n replications on each of g groups. It is called the 'denominator mean square' or 'mean square for error'. A one-factor ANOVA could be used to check whether it is reasonable to assume that all g groups really do have the same population mean μ , as assumed in your example. You can find descriptions of such an ANOVA design in an intermediate level statistics book or online.

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?