ida10 said:
Homework Statement: Hello,
I have measured the length of a tube 16 times
Now each of the individual messures has a uncertainty due to the measuring device.
I now want to calculate the mean and its uncertainty
Relevant Equations: /
I thought that maybe it would be a good idea to do gaußian error propagation of the formular of the mean, this should give me the uncertainty of the average i calculate from the sample i have...
And additionally consider the standard deviation
Can someone maybe give me a detailed way to handle something like this... on the internet/books i looked at only look at samples where the individual meassures dont have uncertainties...
One can spend a semester learning about just the purely statistical aspect of this. Then there is also the experimental physics side including things like quantization error and systematic error. I will not touch at all on those in the text that follows.
On the statistical side, one would begin by making some assumptions about your measurement process.
Assumption: Each measurement is a random process. The result will have some probability distribution.
Assumption: The measurements are independent and identically distributed.
You do not know what the distribution is. You do not know what its mean is. All you have is your 16 measurements.
The distribution does have a mean. We call it the "population mean". You are trying to estimate this mean.
The distribution does have a standard deviation. We call it the "population standard deviation". You are trying to estimate this standard deviation.
If you calculate the mean of the measurements in your sample, that give you the "sample mean".
The sample mean is an unbiased estimator for the mean of the distribution.
The standard deviation is trickier. The obvious move is to compute the sample variance. The standard deviation is the square root of the variance. One computes the variance by adding up the squared difference of each measurement from the sample mean:$$V = \sum \frac{({x_i}-x_\text{avg})^2}{n}$$
It turns out that this is not an unbiased estimator. The sample mean will tend to be closer to the measured values. The population mean a bit farther away. So the above formula will tend to underestimate the standard deviation. The remedy for this is to divide by ##n-1## instead of ##n##:$$\text{Standard Deviation Estimate} = \sigma = \sqrt{V} = \sqrt{\sum \frac{(x_i - x_\text{avg})^2}{n-1}}$$To be clear, I took a 400 level class in statistics about 47 years ago and I am regurgitating my understanding from memory. You might be better served by looking at the
Wiki article on standard deviation.