Hand Calculations logo Hand Calculations All help pages ▾

Process Capability (Cpk)⚠ unverified

General Calculations / Statistics · Process capability index Cpk

Parameters

InputSymbolUnitDefaultDescription
mean_valμ50.0Process mean
std_devσ2.0Process std dev
lslLSL40.0Lower spec limit
uslUSL60.0Upper spec limit
OutputSymbolUnitDescription
cpkCpkCapability index

The science & history

Understanding the Parameters

Derivation (Approaching a Proof)

Assume the process output is normally distributed (Normal Distribution PDF) with mean $\mu$ and standard deviation $\sigma$. "Capability" asks how many standard deviations of room lie between the process centre and each spec limit — because for a normal distribution the fraction outside a limit is set entirely by its distance in $\sigma$'s.

Define the one-sided capabilities as the distance to each limit measured in units of $3\sigma$ (the $3\sigma$ convention ties $C_{pk} = 1$ to the limit sitting at the $\pm3\sigma$ point, where only $\sim0.13\%$ falls outside):

$$C_{pu} = \frac{USL - \mu}{3\sigma}, \qquad C_{pl} = \frac{\mu - LSL}{3\sigma}.$$

A part is defective if it exceeds either limit, so the process is governed by whichever side is worse — the smaller capability. Hence

$$C_{pk} = \min(C_{pu}, C_{pl}). \qquad\blacksquare$$

The link to defect rate: if $C_{pk} = k$, the nearer spec limit is $3k$ standard deviations from the mean, and the fraction beyond it is $1 - \Phi(3k)$ (the normal tail). So $C_{pk} = 1 \Rightarrow 3\sigma \Rightarrow 1350$ ppm on that side; $C_{pk} = 1.33 \Rightarrow 4\sigma \Rightarrow 32$ ppm; $C_{pk} = 2 \Rightarrow 6\sigma \Rightarrow$ 2 ppb — the quantitative meaning of "six sigma."

Dimensional check. $USL$, $\mu$, $\sigma$ share the units of the measured characteristic, so each ratio $(USL-\mu)/(3\sigma)$ is dimensionless, and $C_{pk}$ is a pure number. $\checkmark$

History and Development

Related Concepts: Normal Distribution PDF, Expanded Uncertainty, Coverage Factor, Relative Uncertainty, Gage Rr Percent, Weibull Distribution PDF

Notes: Registry calculator six-sigma-capability (unverified). $C_{pk} = \min(C_{pu}, C_{pl})$ — correct as shipped; accounts for centering (unlike $C_p$). Assumes a normal process. Benchmarks: $\ge1.33$ capable, $2.0$ = six sigma. $C_{pk}=1 \Rightarrow$ nearer limit at $3\sigma$. Returns $+\infty$ if $\sigma=0$.

← Back to the workspace  ·  All help pages  ·  Getting started