Home / Statistical Tools / Analysis Tools / Capability Scorecard / Math Details
Math Details¶
This page gives the exact formulas Quantum XL uses to build a Capability Scorecard. Each equation lists what it computes and where it appears in the output.
Notation¶
| Term | Description |
|---|---|
| \(U_i\) | number of units for row \(i\) (must be a positive number, or the row is skipped) |
| \(D_i\) | number of defects for row \(i\) (must be a positive number, or the row is skipped) |
| \(O_i\) | opportunities per unit for row \(i\) (defaults to 1 when not supplied or not a positive number) |
| \(TO_i\) | total opportunities for row \(i\) |
Per-row metrics¶
These fill the Total Opportunities, DPU, DPO, and DPMO columns of the scorecard table, one row per part.
Totals row¶
Note the asymmetry: the totals row's DPU is the sum of the per-row DPU values, while the totals DPO and DPMO are recomputed from the summed defects and summed total opportunities (an opportunity-weighted rate, not a sum or average of the per-row rates).
Pareto charts¶
Two Pareto charts rank the rows: one by \(DPU_i\) and one by \(DPMO_i\). In each chart the rows are sorted descending by value, with ties broken by name in case-sensitive ordinal order, and the cumulative percentage after the \(j\)-th bar is
where \(v_r\) is the ranked value (\(DPU\) or \(DPMO\)). All rows are shown; there is no "Others" grouping.
See Also¶
References¶
- Montgomery, D. C. (2013). Introduction to Statistical Quality Control (7th ed.). Wiley.
- Breyfogle, F. W. (2003). Implementing Six Sigma: Smarter Solutions Using Statistical Methods (2nd ed.). Wiley.
- Pyzdek, T., and Keller, P. (2018). The Six Sigma Handbook (5th ed.). McGraw-Hill.
- Juran, J. M., and De Feo, J. A. (2010). Juran's Quality Handbook (6th ed.). McGraw-Hill.