Engineering Cost Estimates Jul 2021

Estimates -- aka Adding in Quadrature

Uncertainty Analysis

To illustrate a simple but often ignored concept – what is the estimated total cost of the following?

Item Cost \pm Cost
alpha 100,000 5,000
beta 75,000 7,500
gamma 50,000 6,000
.. .. ..
total 225,000 what is the total plus-minus range?

I say the answer is:

Item Cost \pm Cost
.. .. ..
total cost 225,000 11,000 (10,828)

Notice that the plus-minus range for the total cost is less than the sum of the plus-minus ranges. This will always be true when adding in quadrature.

    \begin{align*} 5,000 + 7,500 + 6,000 = 18,500\\ 11,000 < 18,500 \end{align*}

Uncertainty Analysis Reference — Propagation_of_Uncertainty [MIT]

Uncertainty Analysis Reference — Summary of Error Propagation [Harvard]

I first read about this approach in Excel Best Practices for Business by Loren Abdulezer.

Abdulezer, Loren. ”Chapter 8 — Analyzing Data.” Excel Best Practices for Business, edited by Susan Christopherson, Wiley Publishing Inc, 2004, pp. 220–229.

In accordance with the rules of quadrature, our uncertainty is:

    \begin{align*} \delta Q = \sqrt{(\delta alpha)^2 + (\delta beta)^2 + (\delta gamma)^2}\\ \delta Q = \sqrt{(5000)^2 + (7500)^2 + (6000)^2}\\ \delta Q = 10,828 \end{align*}

Of course, no more than 2 significant digits are warranted here; therefore 10,828 \longrightarrow 11,000.

Caveat

The quantities alpha, beta, and gamma must have uncertainties which are uncorrelated and random.

Example Calculation

If say n same-cost items were considered, with a constant p percent plus-minus cost:

    \begin{align*} \delta Q = \sqrt{n{p}^2}\\ \delta Q = p\sqrt{n}\\ \frac{\delta Q}{Q} = \frac{1}{n}p\sqrt{n}\\ \frac{\delta Q}{Q} = \frac{p}{\sqrt{n}}\\ \end{align*}

Therefore, if 20 items of the same cost (but still independent variables) were considered, with a constant 10 percent (p = 0.10) plus-minus cost:

    \begin{align*} \frac{\delta Q}{Q} = 0.022 \end{align*}

Here the plus-minus range for the total cost, 2.2 percent, is much less than 10 percent.

If 20 items of a uniform random cost (and still independent variables) were considered, with a constant 10 percent (p = 0.10) plus-minus cost, we might calculate 2.5 percent instead of 2.2 percent.

Audio Overview — Added January 28, 2025
Here’s a WAV file generated by GoogleLM. All I did was enter my blog URL, GoogleLM did all the rest.

I did compress the WAV file — from 56 MB to 19 MB. I’ve noticed very slight glitches in the compressed version.

Here’s the link

Summary (also generated by GoogleLM)

Adding in quadrature is a method used to calculate the total uncertainty of a sum when the individual uncertainties are uncorrelated. It involves taking the square root of the sum of the squares of the individual uncertainties. This method is used in engineering cost estimation.

Here’s a breakdown of key concepts related to adding in quadrature:

  • Core Principle: Adding in quadrature recognizes that individual uncertainties may offset each other rather than simply accumulating arithmetically.
  • Uncorrelated Uncertainties: A critical condition for using adding in quadrature is that the uncertainties of the individual items must be uncorrelated and random. Uncorrelated means that the errors or variations of one item do not depend on the errors or variations of another.
  • Why not simple addition: The total cost uncertainty calculated using adding in quadrature is less than the simple sum of individual cost uncertainties. This is because individual uncertainties are likely to partially cancel each other out.
  • Impact on Percentage Uncertainty: When many items of the same cost are considered, the percentage uncertainty in the total cost is reduced. Similarly, when items have a uniform random cost, the percentage uncertainty in the total cost might be lower compared to the percentage uncertainty of each item.

In summary, adding in quadrature is a valuable tool for estimating total cost uncertainty, especially when dealing with uncorrelated individual uncertainties. It provides a more realistic estimate than simply adding up the uncertainties.

Glossary (also generated by GoogleLM)

Key Terms

Adding in Quadrature: A method for calculating the total uncertainty of a sum when the individual uncertainties are uncorrelated; it involves taking the square root of the sum of the squares of the individual uncertainties.

Uncorrelated: In the context of uncertainties, uncorrelated means that the individual errors or variations do not have a relationship where the fluctuation of one depends on the fluctuation of another.

Uncertainty Analysis: The process of evaluating and quantifying the possible range of error in a measurement or estimate.

Significant Digits: The digits in a number that carry meaning contributing to its precision.

Random Uncertainty: Errors or variations that occur unpredictably in any direction.

Percentage Uncertainty: The uncertainty of a measurement or estimate expressed as a percentage of the value.

Propagation of Uncertainty: The process of determining how uncertainty in one or more variables affects the uncertainty of a dependent variable.

Uniform Random Cost: A type of variable where every value within a specified range is equally likely to occur.

NotebookLM can be inaccurate, please double check its responses.

Leave a Reply

Your email address will not be published. Required fields are marked *