Table of Contents
Process capability indices are essential tools in the DMAIC methodology to assess how well a process meets specified limits. They provide quantitative measures of process performance and help identify areas for improvement.
Understanding Process Capability Indices
Process capability indices compare the natural variation of a process to its specification limits. The most common indices are Cp, Cpk, and Cpm. These metrics help determine whether a process is capable of producing within the desired specifications consistently.
Calculating Cp and Cpk
The Cp index measures the potential capability of a process assuming it is centered. It is calculated as:
Cp = (USL – LSL) / (6 * σ)
where USL and LSL are the upper and lower specification limits, and σ is the process standard deviation.
The Cpk index considers the process mean (μ) and is calculated as:
Cpk = min[(USL – μ) / (3 * σ), (μ – LSL) / (3 * σ)]
Calculating Cpm
The Cpm index accounts for the process mean’s deviation from the target (T). It is calculated as:
Cpm = (USL – LSL) / (6 * √(σ² + (μ – T)²))
Application of Capability Indices
These indices are used to evaluate process performance, identify variability sources, and monitor improvements. A higher index value indicates a more capable process that consistently meets specifications.