How to calculate a random measurement error?

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
3 replies · 2K views
Lotto
Messages
253
Reaction score
16
TL;DR
How to calculate a random measurement error? If we did a measurement and want to calculate a random error, what formula are we to use?
I have seen this formula

$$\sigma=\sqrt{\frac {\sum_{i=1}^{N}{(X_i- \bar{X})^2}}{N(N-1)}}$$

but also this formula $$\sigma =\frac{\sum_{i=1}^{N}{|X_i- \bar {X}|}}{N}.$$ Which of them is correct?
 
Last edited:
Physics news on Phys.org
The first one is the standard deviation. That is the usual one. The second one is the mean absolute deviation and it is rarely used at all.
 
Reply
  • Like
Likes   Reactions: PeroK
Dale said:
The second one is the mean absolute deviation and it is rarely used at all.
Some machine learning applications seem to use it - I think because it's cheaper to calculate, so it gives you a time saving if you can live with the less mathematically nice behaviour. But in experimental physics I agree it's a no, you want the standard deviation.
 
Reply
  • Like
Likes   Reactions: Dale