Skip to content
Surf Wiki
Save to docs
general/index-numbers

From Surf Wiki (app.surf) — the open knowledge base

Process capability index

Statistical measure of process capability

Process capability index

Summary

Statistical measure of process capability

The process capability index, or process capability ratio, is a statistical measure of process capability: the ability of an engineering process to produce an output within specification limits. The concept of process capability only holds meaning for processes that are in a state of statistical control. This means it cannot account for deviations which are not expected, such as misaligned, damaged, or worn equipment. Process capability indices measure how much "natural variation" a process experiences relative to its specification limits, and allows different processes to be compared to how well an organization controls them. Somewhat counterintuitively, higher index values indicate better performance, with zero indicating high deviation.

Example for non-specialists

A company produces axles with nominal diameter 20 mm on a lathe. As no axle can be made to exactly 20.000000 mm, the designer specifies the maximum admissible deviations (called tolerances or specification limits). For instance, the requirement could be that axles need to be between 19.9 and 20.2 mm. The process capability index is a measure for how likely it is that a produced axle satisfies this requirement. The index pertains to statistical (natural) variations only. These are variations that naturally occur without a specific cause. Errors not addressed include operator errors, or play in the lathe's mechanisms resulting in a wrong or unpredictable tool position. If errors of the latter kinds occur, the process is not in a state of statistical control. When this is the case, the process capability index is meaningless.

Introduction

If the upper and lower specification limits of the process are USL and LSL, the target process mean is T, the estimated mean of the process is \hat{\mu} and the estimated variability of the process (expressed as a standard deviation) is \hat{\sigma}, then commonly accepted process capability indices include:

IndexDescription
\hat{C}_p = \frac{\text{USL - LSL}} {6 \hat{\sigma}}Estimates what the process is capable of producing if the process mean were to be centered between the specification limits. Assumes process output is approximately normally distributed.
\hat{C}_{p,\text{lower}} = {\hat{\mu} - \text{LSL} \over 3 \hat{\sigma}}Estimates process capability for specifications that consist of a lower limit only (for example, strength). Assumes process output is approximately normally distributed.
\hat{C}_{p,\text{upper}} = {\text{USL} - \hat{\mu} \over 3 \hat{\sigma}}Estimates process capability for specifications that consist of an upper limit only (for example, concentration). Assumes process output is approximately normally distributed.
\hat{C}_{pk} = \min \Bigg[ {\text{USL} - \hat{\mu} \over 3 \hat{\sigma}}, { \hat{\mu} - \text{LSL} \over 3 \hat{\sigma}} \Bigg]Estimates what the process is capable of producing, considering that the process mean may not be centered between the specification limits. (If the process mean is not centered, \hat{C}_p overestimates process capability.) \hat{C}_{pk} if the process mean falls outside of the specification limits. Assumes process output is approximately normally distributed.
\hat{C}_{pm} = \frac{ \hat{C}_p } { \sqrt{ 1 + \left ( \frac{\hat{\mu} - T} {\hat{\sigma}} \right )^2 } }Estimates process capability around a target, T. \hat{C}_{pm} is always greater than zero. Assumes process output is approximately normally distributed. \hat{C}_{pm} is also known as the Taguchi capability index.
\hat{C}_{pkm} = \frac{ \hat{C}_{pk} } { \sqrt{ 1 + \left ( \frac{\hat{\mu} - T} {\hat{\sigma}} \right )^2 } }Estimates process capability around a target, T, and accounts for an off-center process mean. Assumes process output is approximately normally distributed.

\hat{\sigma} is estimated using the sample standard deviation.

Relationship to measures of process fallout

The mapping from process capability indices, such as Cpk, to measures of process fallout is straightforward. Process fallout quantifies how many defects a process produces and is measured by DPMO or PPM. Process yield is the complement of process fallout and is approximately equal to the area under the probability density function \Phi(\sigma) = \frac{1}{\sqrt{2\pi}} \int_{-\sigma}^\sigma e^{-t^2/2} , dt if the process output is approximately normally distributed.

In the short term ("short sigma"), the relationships are:

CpSigma level (σ)Area under theProcess yieldProcess fallout
0.3310.682689492168.27%317311
0.6720.954499736195.45%45500
1.0030.997300203999.73%2700
1.3340.999936657599.99%63
1.6750.999999426799.9999%1
2.0060.999999998099.9999998%0.002

In the long term, processes can shift or drift significantly (most control charts are only sensitive to changes of 1.5σ or greater in process output). If there was a 1.5 sigma shift 1.5σ off of target in the processes (see Six Sigma), it would then produce these relationships:

CpAdjustedArea under theProcess yieldProcess fallout
0.3310.308537538730.85%691462
0.6720.691462461369.15%308538
1.0030.933192798793.32%66807
1.3340.993790334799.38%6209
1.6750.999767370999.9767%232.6
2.0060.999996602399.99966%3.40

Because processes can shift or drift significantly long term, each process would have a unique sigma shift value, thus process capability indices are less applicable as they require statistical control.

Example

Consider a quality characteristic with target of 100.00 μm and upper and lower specification limits of 106.00 μm and 94.00 μm respectively. If, after carefully monitoring the process for a while, it appears that the process is in control and producing output predictably (as depicted in the run chart below), we can meaningfully estimate its mean and standard deviation.

If \hat{\mu} and \hat{\sigma} are estimated to be 98.94 μm and 1.03 μm, respectively, then

Index
\hat{C}_p = \frac{\text{USL - LSL}} {6 \hat{\sigma}} = \frac{106.00 - 94.00} {6 \times 1.03} = 1.94
\hat{C}_{pk} = \min \Bigg[ {\text{USL} - \hat{\mu} \over 3 \hat{\sigma}}, { \hat{\mu} - \text{LSL} \over 3 \hat{\sigma}} \Bigg] = \min \Bigg[ {106.00 - 98.94 \over 3 \times 1.03}, { 98.94 - 94 \over 3 \times 1.03} \Bigg] = 1.60
\hat{C}_{pm} = \frac{ \hat{C}_p } { \sqrt{ 1 + \left ( \frac{\hat{\mu} - T} {\hat{\sigma}} \right )^2 } } = \frac{ 1.94 } { \sqrt{ 1 + \left ( \frac{98.94 - 100.00} {1.03} \right )^2 } } = 1.35
\hat{C}_{pkm} = \frac{ \hat{C}_{pk} } { \sqrt{ 1 + \left ( \frac{\hat{\mu} - T} {\hat{\sigma}} \right )^2 } } = \frac{ 1.60 } { \sqrt{ 1 + \left ( \frac{98.94 - 100.00} {1.03} \right )^2 } } = 1.11

The fact that the process is running off-center (about 1σ below its target) is reflected in the markedly different values for Cp, Cpk, Cpm, and Cpkm.

References

References

  1. "What is Process Capability?". [[National Institute of Standards and Technology]].
  2. Boyles, Russell. (1991). "The Taguchi Capability Index". [[American Society for Quality.
  3. Montgomery, Douglas. (2004). "Introduction to Statistical Quality Control". John Wiley & Sons, Inc..
  4. (2001). "Designing Capable and Reliable Products". [[Butterworth-Heinemann]].
  5. "Sigma Conversion Calculator {{!}} BMGI.org".
Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Process capability index — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report