-
Ok, I'm sure my intuition would lose, but I'm hoping I can improve my intuition by playing with uncertainties... I take voltage measurements that have uncertainty due to a potential zero offset as well as a potential gain error. Typical scenario I would say. The two sources of uncertainty are uncorrelated, but sequential measurements suffer the same errors and have the same uncertainties. If I have two measurements and calculate their sum, uncertainties appears to take a simple sum of their offset uncertainties and a simple sum of their gain uncertainties, and subsequently combines them (root-sum-square). If I combine the two uncorrelated uncertainties for each measurement manually (root-sum-square) and subsequently take the simple sums I don't get the same combined uncertainty (unless the two measured values happen to be identical). So the sequence of operations is important, but I can't think of any reason why one is better than the other. Can anyone explain why the former sequence of operations (uncertainties) is correct and what is wrong with the latter? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
In order to reconcile your intuition with If you use this, then your intuition is hopefully the same as what If it isn't then it's best to provide equations and numerical values so that we can find the culprit. |
Beta Was this translation helpful? Give feedback.
In order to reconcile your intuition with
uncertainties
, you need to make sure that the voltage is correctly modeled. In this case, we need two variables that model uncertainties (offset and gain). Each voltage is then offset + gain * real voltage. Summing them will do a mix of root-sum-squares and straight uncertainty sums.If you use this, then your intuition is hopefully the same as what
uncertainties
gives.If it isn't then it's best to provide equations and numerical values so that we can find the culprit.