How To Incorporate Sensor Uncertainties With Multiple Measurements?

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
5 replies · 2K views
012anonymousx
Messages
46
Reaction score
0
Lets say a sensor measures within accuracy of +/- 0.05N

And you take multiple measurements and graph it out. (I.e., 5.12N, 5.15N, 5.05N...).

What is the uncertainty of the final average?

One way I read is:

Sx = s/√N where s = std. dev.
N = number of data points

But this doesn't incorporate the sensor's uncertainty.
 
Last edited:
Physics news on Phys.org
The standard deviation of the mean (aka the standard error) is equal to ##1/\sqrt{N}## times the standard deviation of the measurement. You can derive this from the equation in the paper I posted to your previous thread.
 
That uncertainty comes from variance of the data.

But it does not incorporate the fact that the data points themselves have imprecision.

Does it?
 
RANDOM errors decrease with the square root of the number of measurements. (If the measurements are roughly normally distributed.) SYSTEMATIC errors do not.

In order to see if multiple leasurements help at all, you have to break the stated measurement uncertainty into those two components. Simple instruments only give an overall uncertainty, which makes it almost impossible.

Random errors can be estimated by taking the standard deviation (the SAMPLE standard deviation should be used) of a large number of measurements.

Systematic errors are much harder to estimate. They impose a lower bound on the quality that can be attained with even an infinite number of re-measurements.

If you look at metrology papers, you will see that they generally re-measure until the random error is somewhat lower than the systematic error; additional effort gains too little to bother.
 
012anonymousx said:
That uncertainty comes from variance of the data.

But it does not incorporate the fact that the data points themselves have imprecision.

Does it?
In the end it doesn't matter. You have a single random variable, the measurement. Without additional information there is no way to separately model the variance due to the measurement and the variance due to the thing being measured.

Perhaps you are leaving out some information in the description.
 
Ah, so a systematic error cannot be reduced. I appreciate it a lot.

I left out information of the experiment but it was irrelevant.