I have 40 values with 40 standard deviations that I calculated using the approximation sf=SQRT((df/dx)^2*sx^2+(df/dy)^2*sy^2+(df/dz)^2*sz^2+...).
Now I need the calculate the average and st.dev. of the 40 values. So if the values are A, B, C, etc., I did:
AVERAGE=(A+B+C+...)/40
STDEV=SQRT((1/40)^2*sA+(1/40)^2*sB+(1/40)^2*sC+...)
Usually, when I calculate the propagation of uncertainty in this way, the st. dev. calculated is higher than ones used in the calculation. However, here the calculated st. deviation is lower. That is why I can tell I am not doing good.
could you please give me some notions?
I hope my question is clear.
Please see the attached file.
Thank you