Technical Explanation: Yield, Defect Rate, and Rolled Throughput Yield
Yield is a critical quality metric that measures the proportion of products that meet specifications out of total produced. It can be calculated at a single step or across multiple process steps.
Key Metrics
- Yield (%) = (Good Units / Total Units) × 100
- Defect Rate (%) = (Defective Units / Total Units) × 100
- Rolled Throughput Yield (RTY) = Product of yields at each step (for multi‑stage processes). RTY represents the probability that a unit passes all steps without rework.
- First Pass Yield (FPY) = Yield without rework – the proportion that passes on the first attempt.
How to Use the Calculator
- Select mode: Choose Simple (single process) or Multi‑Stage.
- For Simple mode: Enter total units and good units (or defect count). The calculator shows yield, defect rate, and a visual gauge.
- For Multi‑Stage mode: Add each process step with its good/total counts. The calculator computes individual yields and the overall RTY, plus identifies the bottleneck step (lowest yield).
- Results include a summary table, a bar chart (conceptual), and Python code.