Propagation of uncertainty

{{Short description|Effect of variables' uncertainties on the uncertainty of a function based on them}}

{{For|the propagation of uncertainty through time|Chaos theory#Sensitivity to initial conditions}}

In statistics, propagation of uncertainty (or propagation of error) is the effect of variables' uncertainties (or errors, more specifically random errors) on the uncertainty of a function based on them. When the variables are the values of experimental measurements they have uncertainties due to measurement limitations (e.g., instrument precision) which propagate due to the combination of variables in the function.

The uncertainty u can be expressed in a number of ways.

It may be defined by the absolute error {{math|Δx}}. Uncertainties can also be defined by the relative error {{math|(Δx)/x}}, which is usually written as a percentage.

Most commonly, the uncertainty on a quantity is quantified in terms of the standard deviation, {{mvar|σ}}, which is the positive square root of the variance. The value of a quantity and its error are then expressed as an interval {{math|x ± u}}.

However, the most general way of characterizing uncertainty is by specifying its probability distribution.

If the probability distribution of the variable is known or can be assumed, in theory it is possible to get any of its statistics. In particular, it is possible to derive confidence limits to describe the region within which the true value of the variable may be found. For example, the 68% confidence limits for a one-dimensional variable belonging to a normal distribution are approximately ± one standard deviation {{math|σ}} from the central value {{math|x}}, which means that the region {{math|x ± σ}} will cover the true value in roughly 68% of cases.

If the uncertainties are correlated then covariance must be taken into account. Correlation can arise from two different sources. First, the measurement errors may be correlated. Second, when the underlying values are correlated across a population, the uncertainties in the group averages will be correlated.{{cite web| last1=Kirchner | first1=James | title=Data Analysis Toolkit #5: Uncertainty Analysis and Error Propagation | url=http://seismo.berkeley.edu/~kirchner/eps_120/Toolkits/Toolkit_05.pdf|website=Berkeley Seismology Laboratory|publisher=University of California | access-date=22 April 2016}}

In a general context where a nonlinear function modifies the uncertain parameters (correlated or not), the standard tools to propagate uncertainty, and infer resulting quantity probability distribution/statistics, are sampling techniques from the Monte Carlo method family.{{cite book|author-last1=Kroese |author-first1=D. P. |author-last2=Taimre |author-first2=T. |author-last3=Botev |author-first3=Z. I. |title=Handbook of Monte Carlo Methods |year=2011 |publisher=John Wiley & Sons}} For very large datasets or complex functions, the calculation of the error propagation may be very expensive so that a surrogate model{{Cite journal|last1=Ranftl|first1=Sascha|last2=von der Linden|first2=Wolfgang|date=2021-11-13|title=Bayesian Surrogate Analysis and Uncertainty Propagation|journal=Physical Sciences Forum|volume=3|issue=1|pages=6|doi=10.3390/psf2021003006|issn=2673-9984|doi-access=free |arxiv=2101.04038}} or a parallel computing strategy{{cite journal|author-last1=Atanassova |author-first1=E. |author-last2=Gurov |author-first2=T. |author-last3=Karaivanova |author-first3=A. |author-last4=Ivanovska |author-first4=S. |author-last5=Durchova |author-first5=M. |author-last6=Dimitrov |author-first6=D. |year=2016 |title=On the parallelization approaches for Intel MIC architecture |journal=AIP Conference Proceedings |volume=1773 |issue=1 |pages=070001 |doi=10.1063/1.4964983 |bibcode=2016AIPC.1773g0001A}}{{cite journal|author-last1=Cunha Jr |author-first1=A. |author-last2=Nasser |author-first2=R. |author-last3=Sampaio |author-first3=R. |author-last4=Lopes |author-first4=H. |author-last5=Breitman |author-first5=K. |year=2014 |title=Uncertainty quantification through the Monte Carlo method in a cloud computing setting |journal=Computer Physics Communications |volume=185 |issue=5 |pages=1355–1363 |doi=10.1016/j.cpc.2014.01.006 |arxiv=2105.09512 |bibcode=2014CoPhC.185.1355C |s2cid=32376269}}{{cite journal|author-last1=Lin |author-first1=Y. |author-last2=Wang |author-first2=F. |author-last3=Liu |author-first3=B. |year=2018 |title=Random number generators for large-scale parallel Monte Carlo simulations on FPGA |journal = Journal of Computational Physics |volume=360 |pages=93–103 |doi=10.1016/j.jcp.2018.01.029 |bibcode=2018JCoPh.360...93L}} may be necessary.

In some particular cases, the uncertainty propagation calculation can be done through simplistic algebraic procedures. Some of these scenarios are described below.

Linear combinations

Let \{f_k(x_1, x_2, \dots, x_n)\} be a set of m functions, which are linear combinations of n variables x_1, x_2, \dots, x_n with combination coefficients A_{k1}, A_{k2}, \dots,A_{kn}, (k = 1, \dots, m):

f_k = \sum_{i=1}^n A_{ki} x_i,

or in matrix notation,

\mathbf{f} = \mathbf{A} \mathbf{x}.

Also let the variance–covariance matrix of {{math|1=x = (x1, ..., xn)}} be denoted by \boldsymbol\Sigma^x and let the mean value be denoted by \boldsymbol{\mu}:

\boldsymbol\Sigma^x = E[(\mathbf{x}-\boldsymbol\mu)\otimes (\mathbf{x}-\boldsymbol\mu)]=

\begin{pmatrix}

\sigma^2_1 & \sigma_{12} & \sigma_{13} & \cdots \\

\sigma_{21} & \sigma^2_2 & \sigma_{23} & \cdots\\

\sigma_{31} & \sigma_{32} & \sigma^2_3 & \cdots \\

\vdots & \vdots & \vdots & \ddots

\end{pmatrix} =

\begin{pmatrix}

{\Sigma}^x_{11} & {\Sigma}^x_{12} & {\Sigma}^x_{13} & \cdots \\

{\Sigma}^x_{21} & {\Sigma}^x_{22} & {\Sigma}^x_{23} & \cdots\\

{\Sigma}^x_{31} & {\Sigma}^x_{32} & {\Sigma}^x_{33} & \cdots \\

\vdots & \vdots & \vdots & \ddots

\end{pmatrix}.

\otimes is the outer product.

Then, the variance–covariance matrix \boldsymbol\Sigma^f of f is given by

\boldsymbol\Sigma^f

= E[(\mathbf{f} - E[\mathbf{f}]) \otimes (\mathbf{f} - E[\mathbf{f}])]

= E[\mathbf{A}(\mathbf{x}-\boldsymbol\mu) \otimes \mathbf{A}(\mathbf{x}-\boldsymbol\mu)]

= \mathbf{A} E[(\mathbf{x}-\boldsymbol\mu) \otimes (\mathbf{x}-\boldsymbol\mu)]\mathbf{A}^\mathrm{T}

= \mathbf{A} \boldsymbol\Sigma^x \mathbf{A}^\mathrm{T}.

In component notation, the equation

\boldsymbol\Sigma^f = \mathbf{A} \boldsymbol\Sigma^x \mathbf{A}^\mathrm{T}

reads

\Sigma^f_{ij} = \sum_k^n \sum_l^n A_{ik} {\Sigma}^x_{kl} A_{jl}.

This is the most general expression for the propagation of error from one set of variables onto another. When the errors on x are uncorrelated, the general expression simplifies to

\Sigma^f_{ij} = \sum_k^n A_{ik} \Sigma^x_k A_{jk},

where \Sigma^x_k = \sigma^2_{x_k} is the variance of k-th element of the x vector.

Note that even though the errors on x may be uncorrelated, the errors on f are in general correlated; in other words, even if \boldsymbol\Sigma^x is a diagonal matrix, \boldsymbol\Sigma^f is in general a full matrix.

The general expressions for a scalar-valued function f are a little simpler (here a is a row vector):

f = \sum_i^n a_i x_i = \mathbf{a x},

\sigma^2_f = \sum_i^n \sum_j^n a_i \Sigma^x_{ij} a_j = \mathbf{a} \boldsymbol\Sigma^x \mathbf{a}^\mathrm{T}.

Each covariance term \sigma_{ij} can be expressed in terms of the correlation coefficient \rho_{ij} by \sigma_{ij} = \rho_{ij} \sigma_i \sigma_j, so that an alternative expression for the variance of f is

\sigma^2_f = \sum_i^n a_i^2 \sigma^2_i + \sum_i^n \sum_{j (j \ne i)}^n a_i a_j \rho_{ij} \sigma_i \sigma_j.

In the case that the variables in x are uncorrelated, this simplifies further to

\sigma^2_f = \sum_i^n a_i^2 \sigma^2_i.

In the simple case of identical coefficients and variances, we find

\sigma_f = \sqrt{n}\, |a| \sigma.

For the arithmetic mean, a=1/n, the result is the standard error of the mean:

\sigma_f = \frac{\sigma} {\sqrt{n}}.

Non-linear combinations

{{See also|Taylor expansions for the moments of functions of random variables}}

When f is a set of non-linear combination of the variables x, an interval propagation could be performed in order to compute intervals which contain all consistent values for the variables. In a probabilistic approach, the function f must usually be linearised by approximation to a first-order Taylor series expansion, though in some cases, exact formulae can be derived that do not depend on the expansion as is the case for the exact variance of products.{{Cite journal

| last = Goodman

| first= Leo

| author-link = Leo Goodman

| title = On the Exact Variance of Products

| journal = Journal of the American Statistical Association

| year = 1960

| volume = 55

| issue = 292

| pages = 708–713

| doi = 10.2307/2281592

| jstor=2281592

}} The Taylor expansion would be:

f_k \approx f^0_k+ \sum_i^n \frac{\partial f_k}{\partial {x_i}} x_i

where \partial f_k/\partial x_i denotes the partial derivative of fk with respect to the i-th variable, evaluated at the mean value of all components of vector x. Or in matrix notation,

\mathrm{f} \approx \mathrm{f}^0 + \mathrm{J} \mathrm{x}\,

where J is the Jacobian matrix. Since f0 is a constant it does not contribute to the error on f. Therefore, the propagation of error follows the linear case, above, but replacing the linear coefficients, Aki and Akj by the partial derivatives, \frac{\partial f_k}{\partial x_i} and \frac{\partial f_k}{\partial x_j}. In matrix notation,Ochoa1, Benjamin; Belongie, Serge [http://vision.ucsd.edu/sites/default/files/ochoa06.pdf "Covariance Propagation for Guided Matching"] {{Webarchive|url=https://web.archive.org/web/20110720080130/http://vision.ucsd.edu/sites/default/files/ochoa06.pdf |date=2011-07-20 }}

\mathrm{\Sigma}^\mathrm{f} = \mathrm{J} \mathrm{\Sigma}^\mathrm{x} \mathrm{J}^\top.

That is, the Jacobian of the function is used to transform the rows and columns of the variance-covariance matrix of the argument.

Note this is equivalent to the matrix expression for the linear case with \mathrm{J = A}.

= Simplification =

Neglecting correlations or assuming independent variables yields a common formula among engineers and experimental scientists to calculate error propagation, the variance formula:{{cite journal|last=Ku|first=H. H.|date=October 1966 |title=Notes on the use of propagation of error formulas|url=http://nistdigitalarchives.contentdm.oclc.org/cdm/compoundobject/collection/p16009coll6/id/99848/rec/1|journal=Journal of Research of the National Bureau of Standards | volume=70C|issue=4|page=262|doi=10.6028/jres.070c.025|issn=0022-4316|access-date=3 October 2012|doi-access=free}}

s_f = \sqrt{ \left(\frac{\partial f}{\partial x}\right)^2 s_x^2 + \left(\frac{\partial f}{\partial y} \right)^2 s_y^2 + \left(\frac{\partial f}{\partial z} \right)^2 s_z^2 + \cdots}

where s_f represents the standard deviation of the function f, s_x represents the standard deviation of x, s_y represents the standard deviation of y, and so forth.

This formula is based on the linear characteristics of the gradient of f and therefore it is a good estimation for the standard deviation of f as long as s_x, s_y, s_z,\ldots are small enough. Specifically, the linear approximation of f has to be close to f inside a neighbourhood of radius s_x, s_y, s_z,\ldots.{{Cite book |last=Clifford |first=A. A. |title=Multivariate error analysis: a handbook of error propagation and calculation in many-parameter systems |publisher=John Wiley & Sons |year=1973 |isbn=978-0470160558 }}{{page needed|date=October 2012}}

= Example =

Any non-linear differentiable function, f(a,b), of two variables, a and b, can be expanded as

f\approx f^0+\frac{\partial f}{\partial a}a+\frac{\partial f}{\partial b}b.

If we take the variance on both sides and use the formula{{Cite web| last=Soch|first=Joram| date=2020-07-07| title=Variance of the linear combination of two random variables|url=https://statproofbook.github.io/P/var-lincomb.html| access-date=2022-01-29| website=The Book of Statistical Proofs|language=en}} for the variance of a linear combination of variables

\operatorname{Var}(aX + bY) = a^2\operatorname{Var}(X) + b^2\operatorname{Var}(Y) + 2ab \operatorname{Cov}(X, Y),

then we obtain

\sigma^2_f\approx\left| \frac{\partial f}{\partial a}\right| ^2\sigma^2_a+\left| \frac{\partial f}{\partial b}\right|^2\sigma^2_b+2\frac{\partial f}{\partial a}\frac{\partial f} {\partial b}\sigma_{ab},

where \sigma_{f} is the standard deviation of the function f, \sigma_{a} is the standard deviation of a, \sigma_{b} is the standard deviation of b and \sigma_{ab} = \sigma_{a}\sigma_{b} \rho_{ab} is the covariance between a and b.

In the particular case that {{nowrap|f = ab,}} {{nowrap|\frac{\partial f}{\partial a} = b,}} {{nowrap|\frac{\partial f}{\partial b} = a.}} Then

\sigma^2_f \approx b^2\sigma^2_a+a^2 \sigma_b^2+2ab\,\sigma_{ab}

or

\left(\frac{\sigma_f}{f}\right)^2 \approx \left(\frac{\sigma_a}{a} \right)^2 + \left(\frac{\sigma_b}{b}\right)^2 + 2\left(\frac{\sigma_a}{a}\right)\left(\frac{\sigma_b}{b}\right)\rho_{ab}

where \rho_{ab} is the correlation between a and b.

When the variables a and b are uncorrelated, \rho_{ab}=0. Then

\left(\frac{\sigma_f}{f}\right)^2 \approx \left(\frac{\sigma_a}{a} \right)^2 + \left(\frac{\sigma_b}{b}\right)^2.

=Caveats and warnings=

Error estimates for non-linear functions are biased on account of using a truncated series expansion. The extent of this bias depends on the nature of the function. For example, the bias on the error calculated for log(1+x) increases as x increases, since the expansion to x is a good approximation only when x is near zero.

For highly non-linear functions, there exist five categories of probabilistic approaches for uncertainty propagation;{{cite journal |first1=S. H. |last1=Lee |first2=W. |last2=Chen |title=A comparative study of uncertainty propagation methods for black-box-type problems |journal=Structural and Multidisciplinary Optimization |volume=37 |issue=3 |year=2009 |pages=239–253 |doi=10.1007/s00158-008-0234-7 |s2cid=119988015 }} see Uncertainty quantification for details.

==Reciprocal and shifted reciprocal==

{{main|Reciprocal normal distribution}}

In the special case of the inverse or reciprocal 1/B, where B=N(0,1) follows a standard normal distribution, the resulting distribution is a reciprocal standard normal distribution, and there is no definable variance.{{cite book

| last1 = Johnson | first1 = Norman L.

| last2 = Kotz | first2 = Samuel

| last3 = Balakrishnan | first3 = Narayanaswamy

| title = Continuous Univariate Distributions, Volume 1

| year = 1994

| publisher = Wiley

| isbn=0-471-58495-9

| pages = 171

}}

However, in the slightly more general case of a shifted reciprocal function 1/(p-B) for B=N(\mu,\sigma) following a general normal distribution, then mean and variance statistics do exist in a principal value sense, if the difference between the pole p and the mean \mu is real-valued.{{Cite journal

| last1= Lecomte | first1 = Christophe

| title = Exact statistics of systems with uncertainties: an analytical theory of rank-one stochastic dynamic systems

| journal = Journal of Sound and Vibration

| volume = 332

| issue = 11

| date = May 2013

| pages = 2750–2776

| doi = 10.1016/j.jsv.2012.12.009

| bibcode = 2013JSV...332.2750L

}}

==Ratios==

{{main|Normal ratio distribution}}

Ratios are also problematic; normal approximations exist under certain conditions.

Example formulae

This table shows the variances and standard deviations of simple functions of the real variables A, B with standard deviations \sigma_A, \sigma_B, covariance \sigma_{AB} = \rho_{AB} \sigma_A \sigma_B, and correlation \rho_{AB}. The real-valued coefficients a and b are assumed exactly known (deterministic), i.e., \sigma_a = \sigma_b = 0.

In the right-hand columns of the table, A and B are expectation values, and f is the value of the function calculated at those values.

class="wikitable"

! Function !! Variance !! Standard deviation

f = aA\,

| \sigma_f^2 = a^2\sigma_A^2

| \sigma_f = |a|\sigma_A

f = A + B

| \sigma_f^2 = \sigma_A^2 + \sigma_B^2 + 2\sigma_{AB}

| \sigma_f = \sqrt{\sigma_A^2 + \sigma_B^2 + 2\sigma_{AB}}

f = A - B

| \sigma_f^2 = \sigma_A^2 + \sigma_B^2 - 2\sigma_{AB}

| \sigma_f = \sqrt{\sigma_A^2 + \sigma_B^2 - 2\sigma_{AB}}

f = aA + bB

| \sigma_f^2 = a^2\sigma_A^2 + b^2\sigma_B^2 + 2ab\,\sigma_{AB}

| \sigma_f = \sqrt{a^2\sigma_A^2 + b^2\sigma_B^2 + 2ab\,\sigma_{AB}}

f = aA - bB

| \sigma_f^2 = a^2\sigma_A^2 + b^2\sigma_B^2 - 2ab\,\sigma_{AB}

| \sigma_f = \sqrt{a^2\sigma_A^2 + b^2\sigma_B^2 - 2ab\,\sigma_{AB}}

f = AB

| \sigma_f^2 \approx f^2 \left[\left(\frac{\sigma_A}{A}\right)^2 + \left(\frac{\sigma_B}{B}\right)^2 + 2\frac{\sigma_{AB}}{AB} \right]{{cite web |url=http://ipl.physics.harvard.edu/wp-uploads/2013/03/PS3_Error_Propagation_sp13.pdf |title=A Summary of Error Propagation |page=2 |access-date=2016-04-04 |archive-url = https://web.archive.org/web/20161213135602/http://ipl.physics.harvard.edu/wp-uploads/2013/03/PS3_Error_Propagation_sp13.pdf |archive-date=2016-12-13 |url-status=dead }}{{cite web |url=http://web.mit.edu/fluids-modules/www/exper_techniques/2.Propagation_of_Uncertaint.pdf |title=Propagation of Uncertainty through Mathematical Operations |page=5 |access-date=2016-04-04}}

| \sigma_f \approx \left| f \right| \sqrt{ \left(\frac{\sigma_A}{A}\right)^2 + \left(\frac{\sigma_B}{B}\right)^2 + 2\frac{\sigma_{AB}}{AB} }

f = \frac{A}{B}

| \sigma_f^2 \approx f^2 \left[\left(\frac{\sigma_A}{A}\right)^2 + \left(\frac{\sigma_B}{B}\right)^2 - 2\frac{\sigma_{AB}}{AB} \right]{{cite web |url=http://www.sagepub.com/upm-data/6427_Chapter_4__Lee_%28Analyzing%29_I_PDF_6.pdf |title=Strategies for Variance Estimation |page=37 |access-date=2013-01-18}}

| \sigma_f \approx \left| f \right| \sqrt{ \left(\frac{\sigma_A}{A}\right)^2 + \left(\frac{\sigma_B}{B}\right)^2 - 2\frac{\sigma_{AB}}{AB} }

f = \frac{A}{A+B}

| \sigma_f^2 \approx \frac{f^2}{\left(A+B\right)^2} \left(\frac{B^2}{A^2}\sigma_A^2 +\sigma_B^2 - 2\frac{B}{A} \sigma_{AB} \right)

| \sigma_f \approx \left|\frac{f}{A+B}\right| \sqrt{\frac{B^2}{A^2}\sigma_A^2 +\sigma_B^2 - 2\frac{B}{A} \sigma_{AB} }

f = a A^b

| \sigma_f^2 \approx \left( {a}{b}{A}^{b-1}{\sigma_A} \right)^2 = \left( \frac{{f}{b}{\sigma_A}}{A} \right)^2

| \sigma_f \approx \left| {a}{b}{A}^{b-1}{\sigma_A} \right| = \left| \frac{{f}{b}{\sigma_A}}{A} \right|

f = a \ln(bA)

| \sigma_f^2 \approx \left(a \frac{\sigma_A}{A} \right)^2{{citation |first1=Daniel C. |last1=Harris | title=Quantitative chemical analysis |edition=6th |publisher=Macmillan |year=2003 |isbn=978-0-7167-4464-1 |page=56 |url=https://books.google.com/books?id=csTsQr-v0d0C&pg=PA56 }}

| \sigma_f \approx \left| a \frac{\sigma_A}{A}\right|

f = a \log_{10}(bA)

| \sigma_f^2 \approx \left(a \frac{\sigma_A}{A \ln(10)} \right)^2

| \sigma_f \approx \left| a \frac{\sigma_A}{A \ln(10)} \right|

f = a e^{bA}

| \sigma_f^2 \approx f^2 \left( b\sigma_A \right)^2{{cite web|url=http://www.foothill.edu/psme/daley/tutorials_files/10.%20Error%20Propagation.pdf|date=October 9, 2009|title=Error Propagation tutorial|work=Foothill College | access-date=2012-03-01}}

| \sigma_f \approx \left| f \right| \left| \left( b\sigma_A \right) \right|

f = a^{bA}

| \sigma_f^2 \approx f^2 (b\ln(a)\sigma_A)^2

| \sigma_f \approx \left| f \right| \left| b \ln(a) \sigma_A \right|

f = a \sin(bA)

| \sigma_f^2 \approx \left[ a b \cos(b A) \sigma_A \right]^2

| \sigma_f \approx \left| a b \cos(b A) \sigma_A \right|

f = a \cos \left( b A \right)\,

| \sigma_f^2 \approx \left[ a b \sin(b A) \sigma_A \right]^2

| \sigma_f \approx \left| a b \sin(b A) \sigma_A \right|

f = a \tan \left( b A \right)\,

|\sigma_f^2 \approx \left[ a b \sec^2(b A) \sigma_A \right]^2

|\sigma_f \approx \left| a b \sec^2(b A) \sigma_A \right|

f = A^B

| \sigma_f^2 \approx f^2 \left[ \left( \frac{B}{A}\sigma_A \right)^2 +\left( \ln(A)\sigma_B \right)^2 + 2 \frac{B \ln(A)}{A} \sigma_{AB} \right]

| \sigma_f \approx \left| f \right| \sqrt{ \left( \frac{B}{A}\sigma_A \right)^2 +\left( \ln(A)\sigma_B \right)^2 + 2 \frac{B \ln(A)}{A} \sigma_{AB} }

f = \sqrt{aA^2 \pm bB^2}

| \sigma_f^2 \approx \left(\frac{A}{f}\right)^2 a^2\sigma_A^2 + \left(\frac{B}{f}\right)^2 b^2\sigma_B^2 \pm 2ab\frac{AB}{f^2}\,\sigma_{AB}

| \sigma_f \approx \sqrt{\left(\frac{A}{f}\right)^2 a^2\sigma_A^2 + \left(\frac{B}{f}\right)^2 b^2\sigma_B^2 \pm 2ab\frac{AB}{f^2}\,\sigma_{AB}}

For uncorrelated variables (\rho_{AB} = 0, \sigma_{AB} = 0) expressions for more complicated functions can be derived by combining simpler functions. For example, repeated multiplication, assuming no correlation, gives

f = ABC; \qquad \left(\frac{\sigma_f}{f}\right)^2 \approx \left(\frac{\sigma_A}{A}\right)^2 + \left(\frac{\sigma_B}{B}\right)^2+ \left(\frac{\sigma_C}{C}\right)^2.

For the case f = AB we also have Goodman's expression for the exact variance: for the uncorrelated case it is

V(XY)= E(X)^2 V(Y) + E(Y)^2 V(X) + E((X-E(X))^2 (Y-E(Y))^2),

and therefore we have

\sigma_f^2 = A^2\sigma_B^2 + B^2\sigma_A^2 + \sigma_A^2\sigma_B^2.

=Effect of correlation on differences=

If A and B are uncorrelated, their difference AB will have more variance than either of them. An increasing positive correlation (\rho_{AB} \to 1) will decrease the variance of the difference, converging to zero variance for perfectly correlated variables with the same variance. On the other hand, a negative correlation (\rho_{AB} \to -1) will further increase the variance of the difference, compared to the uncorrelated case.

For example, the self-subtraction f = AA has zero variance \sigma_f^2 = 0 only if the variate is perfectly autocorrelated (\rho_A = 1). If A is uncorrelated, \rho_A = 0, then the output variance is twice the input variance, \sigma_f^2 = 2\sigma^2_A. And if A is perfectly anticorrelated, \rho_A = -1, then the input variance is quadrupled in the output, \sigma_f^2 = 4 \sigma^2_A (notice 1 - \rho_A = 2 for f = aAaA in the table above).

Example calculations

=Inverse tangent function=

We can calculate the uncertainty propagation for the inverse tangent function as an example of using partial derivatives to propagate error.

Define

f(x) = \arctan(x),

where \Delta_x is the absolute uncertainty on our measurement of {{mvar|x}}. The derivative of {{math|f(x)}} with respect to {{mvar|x}} is

\frac{d f}{d x} = \frac{1}{1+x^2}.

Therefore, our propagated uncertainty is

\Delta_{f} \approx \frac{\Delta_x}{1+x^2},

where \Delta_f is the absolute propagated uncertainty.

=Resistance measurement=

A practical application is an experiment in which one measures current, {{mvar|I}}, and voltage, {{mvar|V}}, on a resistor in order to determine the resistance, {{mvar|R}}, using Ohm's law, {{math|1=R = V / I}}.

Given the measured variables with uncertainties, {{math|I ± σI}} and {{math|V ± σV}}, and neglecting their possible correlation, the uncertainty in the computed quantity, {{math|σR}}, is:

\sigma_R \approx \sqrt{ \sigma_V^2 \left(\frac{1}{I}\right)^2 + \sigma_I^2 \left(\frac{-V}{I^2}\right)^2 } = R\sqrt{ \left(\frac{\sigma_V}{V}\right)^2 + \left(\frac{\sigma_I}{I}\right)^2 }.

See also

References

{{reflist|30em}}

Further reading

  • {{Citation |last1=Bevington |first1=Philip R. |last2=Robinson |first2=D. Keith |year=2002 |title=Data Reduction and Error Analysis for the Physical Sciences |edition=3rd |publisher=McGraw-Hill |isbn=978-0-07-119926-1 }}
  • {{citation | first1=Paolo | last1=Fornasini | title=The uncertainty in physical measurements: an introduction to data analysis in the physics laboratory | publisher=Springer | year=2008 | isbn=978-0-387-78649-0 | page=161 | url=https://books.google.com/books?id=PBJgvPgf2NkC&pg=PA161 }}
  • {{Citation |last=Meyer |first=Stuart L. |year=1975 |title=Data Analysis for Scientists and Engineers |publisher=Wiley |isbn=978-0-471-59995-1 }}
  • {{Citation |last=Peralta |first=M. |date=2012 |title=Propagation Of Errors: How To Mathematically Predict Measurement Errors |publisher=CreateSpace }}
  • {{Citation |last=Rouaud |first=M. |date=2013 |url=http://www.incertitudes.fr/book.pdf |title=Probability, Statistics and Estimation: Propagation of Uncertainties in Experimental Measurement |edition=short }}
  • {{Citation |last=Taylor |first=J. R. |date=1997 |title=An Introduction to Error Analysis: The Study of Uncertainties in Physical Measurements |edition=2nd |publisher=University Science Books }}
  • {{Cite journal |last1=Wang |first1=C. M. |last2=Iyer |first2=Hari K. |date=2005-09-07 |title=On higher-order corrections for propagating uncertainties |journal=Metrologia |volume=42 |issue=5 |pages=406–410 |doi=10.1088/0026-1394/42/5/011 |bibcode=2005Metro..42..406W |s2cid=122841691 |issn=0026-1394}}