Error Propagation Calculator
Free error propagation calculator. GUM, NIST, Taylor 1997. Propagate uncertainties through add, sub,
Why This Statistical Analysis Matters
Why: Statistical calculator for analysis.
How: Enter inputs and compute results.
Error Propagation — Uncertainties Through Operations
Add, sub, mul, div, power, √(a²+b²). Partial derivatives + Monte Carlo. 7 real-world examples.
Real-World Scenarios — Click to Load
Operation & Inputs
Result Value
f = 15.0000 ± 0.3905
Uncertainty Contribution (%)
Calculation Breakdown
For educational and informational purposes only. Verify with a qualified professional.
Key Takeaways
- • Error propagation combines uncertainties through mathematical operations using partial derivatives (GUM law of propagation)
- • For independent variables: σf² = (∂f/∂x)²σx² + (∂f/∂y)²σy² + ...
- • Add/Sub: σf = √(σx² + σy²) — uncertainties add in quadrature
- • Mul/Div: (σf/f)² = (σx/x)² + (σy/y)² — relative uncertainties add in quadrature
- • Power: σf/f = |n| × (σx/x)
- • Monte Carlo: Sample from distributions, compute f, take SD — works for any function
Did You Know?
Formulas (GUM-compliant)
General: σf² = (∂f/∂x)²σx² + (∂f/∂y)²σy² + ...
Assumes independent variables
f = x ± y: σf = √(σx² + σy²)
Add and subtract: same formula
f = x × y or x/y: (σf/f)² = (σx/x)² + (σy/y)²
Relative uncertainties add in quadrature
f = x^n: σf/f = |n| × σx/x
Power rule
f = √(a²+b²): σf² = (a/f)²σa² + (b/f)²σb²
Pythagoras / hypotenuse
Monte Carlo Propagation
Sample x and y from their uncertainty distributions, compute f(x,y) for each sample, then take the standard deviation. Works for any function, including highly nonlinear ones, and doesn't assume small uncertainties (Taylor 1997).
Frequently Asked Questions
When do I use analytic vs Monte Carlo propagation?
Analytic formulas are exact for the listed operations and assume small uncertainties. Use Monte Carlo for custom/complex functions, large uncertainties, or non-normal distributions.
What if my variables are correlated?
The standard formula assumes independence. For correlated x,y, add covariance terms: σf² = (∂f/∂x)²σx² + (∂f/∂y)²σy² + 2(∂f/∂x)(∂f/∂y)ρσxσy.
Why "add in quadrature"?
Variances add: σf² = σx² + σy². So σf = √(σx² + σy²). Errors don't simply add; they combine as the square root of the sum of squares.
How do I report the result?
Report as f ± σf with appropriate significant figures. E.g., "A = 15.0 ± 0.3 m²" or "R = 6.00 ± 0.15 Ω".
What about division by zero?
If y = 0 in f = x/y, the result is undefined. Ensure y has a non-zero value.
Limitations
- • Analytic formulas assume small relative uncertainties (linear approximation)
- • Assumes independent (uncorrelated) variables
- • Often assumes normal distributions; Monte Carlo can use other distributions
- • For very nonlinear functions, Monte Carlo is more accurate
Applications
Physics & Engineering
Force, resistance, area, velocity, tolerance stack-up.
Chemistry & Lab
Dilution factors, concentrations, titration, density.
Metrology
NIST GUM: Guide to the Expression of Uncertainty in Measurement.
Data Analysis
Propagate measurement errors through derived quantities.
Dominant Error Source
When one uncertainty is much larger than the others, it dominates. For f=x×y with σx/x=1% and σy/y=10%, σf/f ≈ 10%. Improve the dominant measurement first to reduce overall uncertainty.
Official Data Sources
Disclaimer: This calculator uses standard error propagation formulas for independent variables (GUM). For correlated variables or complex functions, consult the GUM or use Monte Carlo simulation.
Related Calculators
Percentile Rank Calculator
Calculates the percentile rank of a specific value within a dataset. What percent of values fall below a given score? Batch mode, reverse mode, CDF chart.
StatisticsSpearman's Rank Correlation Calculator
Dedicated Spearman's ρ calculator for non-parametric monotonic relationships. Step-by-step computation, hypothesis test, and comparison with Pearson r.
StatisticsCovariance Calculator
Compute sample and population covariance from paired data. Shows relationship direction and strength. Covariance matrix for multiple variables. Relation to...
StatisticsPearson Correlation Calculator
Dedicated Pearson r calculator with step-by-step computation, hypothesis test, confidence interval, scatter plot, and interpretation.
StatisticsPie Chart Calculator
Create interactive pie and doughnut charts from categorical data. Compute percentages, angles, and generate publication-ready visualizations.
StatisticsConstant of Proportionality Calculator
Find the constant k in y = kx (direct) or y = k/x (inverse) from data. Test whether data follows a proportional relationship with R² goodness of fit.
Statistics