In many instances, the quantity of interest is calculated from a combination of direct measurements. Two questions face us:
Formula for the result:
$$x=a+b-c$$
x is the target value to report, a, b and c are measured values, each with some variance S2a, S2b, S2c.
$$S_x=√{S^2_a+S^2_b+S^2_c}$$
(Sx can now be translated to a confidence interval by means previously discussed.
Formula for the result:
$$x={ab}/c$$
As above, x is the target value to report, a, b and c are measured values, each with some variance S2a, S2b, S2c.
$$S_x=x√{{(S_a/a)}^2+{(S_b/b)}^2+{(S_c/c)}^2}$$
Formula for the result:
$$x=a^b$$
$$S_x=xb(S_a/a)$$
Special cases:
Antilog, base 10:
$$x=10^a$$
$$S_x=2.303xS_a$$
Antilog, base e:
$$x=e^a$$
$$S_x=xS_a$$
Base 10:
$$x=log{a}$$
$$S_x=0.434(S_a/a)$$
Base e:
$$x=ln{a}$$
$$S_x={S_a/a}$$