Data Analysis: consistency of e.g. two 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
2 replies · 2K views
niteOwl
Messages
10
Reaction score
0
How do we check consistency of measured data, e.g.

x1 = 1 ± 0.1
x2 = 1.4 ± 0.3

I can do this for two different samples to check for significance in terms of different means, but how to check internal consistency of a single set. How can we do this using:
a) standard normal probability table
b) a least squares method
 
Physics news on Phys.org
You really want to determine if the two values are from the same parent distribution. Basically you want to determine from the data if the hypothesis that they are from the same distribution is statistically significant. You can check to see if the difference is significant . This distribution will have an uncertainty of 0.32 = ( .32+.12)1/2.. If the two measurements are from the same population then their difference should be on average zero. Since the uncertainty is 0.32 the difference of 0.4 is about 1.25 standard deviation from the difference (0.4) and the probability of the difference being larger is about 0.22. So this is saying that the hypothesis is not false and that there is about 1 in 5 chance that the two measurements will be at least this far apart.