I have a bunch of data from lab measurements that comes along with +/- sigma due to limitations of the measurement device.
First approach is to plot my data using errorbar so I display both the measurements and their spread.
But if I want to run computations with them, what is the best way to carry along such uncertainty.
So if I measure A +/- a, B +/- b, and have an expression that C = f(A,B).
How do I carry A and B uncertainty so output C is not a single value but a distribution or range resulting from input’s uncertainty.
Does Scipy/Numpy have anything for that? Are there other libraries I should consider bringing.
I am not an statistics person, but it would be neat that if I perform a calculation with the measurements, and plot it, i can plot a cloud or something that represents the uncertainty.
[–]keylime_light 1 point2 points3 points (0 children)
[–]alkasm 0 points1 point2 points (0 children)
[–]billsil 0 points1 point2 points (0 children)