Propagation of uncertainty

Propagation of uncertainty

In statistics, propagation of uncertainty (or propagation of error) is the effect of variables' uncertainties (or 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 to the combination of variables in the function.

The uncertainty is usually defined by the absolute error. Uncertainties can also be defined by the relative error Δ"x"/"x", which is usually written as a percentage.

Most commonly the error on a quantity, Delta x, is given as the standard deviation, sigma, . Standard deviation is the positive square root of variance, sigma^2. The value of a quantity and its error are often expressed as xpm Delta x. If the statistical probability distribution of the variable is known or can be assumed, 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 variable belonging to a normal distribution are ± one standard deviation from the value, that is, there is a 68% probability that the true value lies in the region x pm sigma.

If the variables are correlated, then covariance must be taken into account.

Linear combinations

Let f_k(x_1,x_2,...,x_n) be a set of "m" functions which are linear combinations of n variables x_1,x_2,...,x_n with combination coefficients A_{1k},A_{2k},...,A_{nk}, (k=1-m).:f_k=sum_i^n A_{ik} x_i: mathbf {f=A^Tx}, and let the variance-covariance matrix on x be denoted by mathbf {M^x},.:{mathbf{M^x = egin{pmatrix} sigma^2_1 & COV_{12} & COV_{13} & ... \ COV_{12} & sigma^2_2 & COV_{23} & ...\ COV_{13} & COV_{23} & sigma^2_3 & ... \...& & &\end{pmatrix}Then, the variance-covariance matrix mathbf M^f,, of "f" is given by:M^f_{ij}= sum_k^n sum_l^n A_{ik} M^x_{kl} A_{lj}: mathbf{ M^f=A^T M^x A}This is the most general expression for the propagation of error from one set of variables onto another. When the errors on "x" are un-correlated the general expression simplifies to:M^f_{ij}= sum_k^n A_{ik} left(sigma^2_k ight)^x A_{kj}Note that even though the errors on "x" may be un-correlated, their errors on "f" are always correlated. The general expressions for a single function, "f", are a little simpler.:f=sum_i^n a_i x_i: f=mathbf {a^Tx}, :sigma^2_f= sum_i^n sum_j^n a_i M^x_{ij} a_j= mathbf{a^T M^x a}

Each covariance term, M_{ij} can be expressed in terms of the correlation coefficient ho_{ij}, by M_{ij}= ho_{ij}sigma_isigma_j,, so that an alternative expression for the variance of "f" is:sigma^2_f= sum_i^n a_i^2sigma^2_i+sum_i^n sum_{j (j e i)}^n a_i a_j ho_{ij} sigma_isigma_j In the case that the variables "x" are uncorrelated this simplifies further to:sigma^2_f= sum_i^n a_i^2sigma^2_i

Non-linear combinations

When "f" is a set of non-linear combination of the variables "x", it must usually be linearlized by approximation to a first-order Maclaurin series expansion, though in some cases, exact formulas can be derived that do not depend on the expansion.Cite journal
author = 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
url = http://links.jstor.org/sici?sici=0162-1459(196012)55%3A292%3C708%3AOTEVOP%3E2.0.CO%3B2-3
doi = 10.2307/2281592
] :f_k approx f^0_k+ sum_i^n frac{partial f_k}{partial {x_i x_i

where frac{partial f_k}{partial x_i} denotes the partial derivative of "fk" with respect to the "i"-th variable. Since "f0k" 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, "Aik" and "Ajk" by the partial derivatives, frac{partial f_k}{partial x_i} and frac{partial f_k}{partial x_j}.

Example

Any non-linear function, "f(a,b)", of two variables, "a" and "b", can be expanded as: fapprox f^0+frac{partial f}{partial a}a+frac{partial f}{partial b}bWhence:sigma^2_f=left(frac{partial f}{partial a} ight)^2sigma^2_a+left(frac{partial f}{partial b} ight)^2sigma^2_b+2frac{partial f}{partial a}frac{partial f}{partial b}COV_{ab}

In the particular case that f=ab!, frac{partial f}{partial a}=b, frac{partial f}{partial b}=a. Then:sigma^2_f=b^2sigma^2_a+a^2 sigma_b^2+2abCOV_{ab}or:left(frac{sigma_f}{f} ight)^2=left(frac{sigma_a}{a} ight)^2+left(frac{sigma_b}{b} ight)^2+2left(frac{sigma_a}{a} ight)left(frac{sigma_b}{b} ight) ho_{ab}

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 x increases as x increases since the expansion to 1+x is a good approximation only when x is small.

In data-fitting applications it is often possible to assume that measurements errors are uncorrelated. Nevertheless, parameters derived from these measurements, such as least-squares parameters, will be correlated. For example, in linear regression, the errors on slope and intercept will be correlated and the term with the correlation coefficient, ρ, can make a significant contribution to the error on a calculated value.:y=mz+c: sigma^2_y=z^2sigma^2_m+sigma^2_c+2z ho sigma_msigma_c

In the special case of the inverse 1/B where B=N(0,1), the distribution is a Cauchy distribution and there is no definable variance. For such ratio distributions, there can be defined probabilities for intervals which can be defined either by Monte Carlo simulation, or, in some cases, by using the Geary-Hinkley transformation.Cite journal
author = Jack Hayya, Donald Armstrong and Nicolas Gressis
title = A Note on the Ratio of Two Normally Distributed Variables
journal = Management Science
year = 1975
volume = 21
issue = 11
pages = 1338–1341
month = July
url = http://links.jstor.org/sici?sici=0025-1909(197507)21%3A11%3C1338%3AANOTRO%3E2.0.CO%3B2-2
]

Example formulas

This table shows the variances of simple functions of the real variables A,B, with standard deviations sigma_A, sigma_B,, and precisely-known real-valued constants a,b,.

:For uncorrelated variables the covariance terms are zero.Expressions for more complicated functions can be derived by combining simpler functions. For example, repeated multiplication, assuming no correlation gives,:f = AB(C): left(frac{sigma_f}{f} ight)^2 = left(frac{sigma_A}{A} ight)^2 + left(frac{sigma_B}{B} ight)^2+ left(frac{sigma_C}{C} ight)^2

Partial derivatives

Given X=f(A, B, C, cdots):

Example calculation: 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( heta) = arctan{ heta},

where sigma_{ heta} is the absolute uncertainty on our measurement of heta.

The partial derivative of f( heta) with respect to heta is

:frac{partial f}{partial heta} = frac{1}{1+ heta^2}.

Therefore, our propagated uncertainty is

:sigma_{f} = frac{sigma_{ heta{1+ heta^2},

where sigma_{f} is the absolute propagated uncertainty.

Example application: Resistance measurement

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

Given the measured variables with uncertainties, "I"±Δ"I" and "V"±Δ"V", the uncertainty in the computed quantity, Δ"R" is

: Delta R = left( left(frac{Delta V}{I} ight)^2+left(frac{V}{I^2}Delta I ight)^2 ight)^{1/2} = Rsqrt{left(frac{Delta V}{V} ight)^2+left(frac{Delta I}{I} ight)^2}.

Thus, in this simple case, the relative error Δ"R"/"R" is simply the square root of the sum of the squares of the two relative errors of the measured variables.

ee also

* Errors and residuals in statistics
* Accuracy and precision
* Delta method
* Significance arithmetic
* Automatic differentiation

Notes

External links

* [http://physicslabs.phys.cwru.edu/MECH/Manual/Appendix_V_Error%20Prop.pdf Uncertainties and Error Propagation] , Appendix V from the Mechanics Lab Manual, Case Western Reserve University.
* [http://www.av8n.com/physics/uncertainty.htm A detailed discussion of measurements and the propagation of uncertainty] explaining the benefits of using error propagation formulas and monte carlo simulations instead of simple significance arithmetic.


Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • Uncertainty — For the film of the same name, see Uncertainty (film). Certainty series Agnosticism Belief Certainty Doubt Determinism Epistemology …   Wikipedia

  • Propagation des incertitudes — Une mesure est toujours entachée d erreurs dont on estime l intensité par l intermédiaire des incertitudes. Lorsqu une mesure est utilisée pour obtenir la valeur d une autre grandeur par l intermédiaire une formule, outre le calcul de la valeur… …   Wikipédia en Français

  • Measurement uncertainty — In metrology, measurement uncertainty is a non negative parameter characterizing the dispersion of the values attributed to a measured quantity. The uncertainty has a probabilistic basis and reflects incomplete knowledge of the quantity. All… …   Wikipedia

  • Interference (wave propagation) — Two point interference in a ripple tank. In physics, interference is the phenomenon in which two waves superpose each other to form a resultant wave of greater or lower amplitude. Interference usually refers to the interaction of waves that are… …   Wikipedia

  • Significance arithmetic — is a set of rules (sometimes called significant figure rules) for approximating the propagation of uncertainty in scientific or statistical calculations. These rules can be used to find the appropriate number of significant figures to use to… …   Wikipedia

  • List of numerical analysis topics — This is a list of numerical analysis topics, by Wikipedia page. Contents 1 General 2 Error 3 Elementary and special functions 4 Numerical linear algebra …   Wikipedia

  • (130) Электра — Открытие Первооткрыватель К. Г. Ф. Петерс Место обнаружения Клинтон Дата обнаружения 17 февраля 1873 Эпоним Электра Категория Главное кольцо …   Википедия

  • Observational error — is the difference between a measured value of quantity and its true value.[1] In statistics, an error is not a mistake . Variability is an inherent part of things being measured and of the measurement process. Contents 1 Science and experiments 2 …   Wikipedia

  • Approximation error — The approximation error in some data is the discrepancy between an exact value and some approximation to it. An approximation error can occur because the measurement of the data is not precise due to the instruments. (e.g., the accurate reading… …   Wikipedia

  • 107 Camilla — (  /kəˈ …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”