No 1.5σ shift assumption. Monte Carlo via Normal-Inverse-Gamma conjugate.
Prior: Jeffreys (non-informative) · Ref: Gelman et al., BDA 3rd Ed.
| Index | Value | Unit | Status |
|---|
| Quantity | Value | Unit | Status |
|---|
| Statistic | Value | Unit |
|---|
Traditional Cpk gives you a single number — say, 1.34 — with no indication of how much to trust it. With 30 measurements, that 1.34 could easily be 1.1 or 1.6 in reality. Bayesian Cpk replaces the point estimate with a full probability distribution, so you know exactly how confident to be in your process capability.
A frequentist Cpk is calculated from the sample mean and standard deviation. It's a function of the data, nothing more. A Bayesian Cpk treats the process mean and variance as uncertain quantities, draws from their posterior distributions (using the Normal-Inverse-Gamma conjugate model), and computes Cpk for each draw. The result is a distribution of plausible Cpk values — not one number, but thousands.
This is what lets you ask questions like "What is the probability that Cpk exceeds 1.33?" and get a direct numerical answer (e.g., 72%). No 1.5σ shift assumption, no confidence interval gymnastics.
- 95% credible interval — The range that contains the true Cpk with 95% posterior probability. Unlike a confidence interval, this is a direct probability statement about the parameter.
- P(Cpk > 1.00) — Probability the process is at least minimally capable (3σ level).
- P(Cpk > 1.33) — The standard "capable" threshold. Most automotive (IATF 16949) and aerospace (AS9100) standards require Cpk ≥ 1.33.
- P(Cpk > 1.67) — The "excellent" threshold. Some critical processes (safety-critical, medical devices under ISO 13485) target this level.
- Small samples — With fewer than 50 observations, traditional Cpk is unreliable. Bayesian Cpk honestly represents the uncertainty and avoids false confidence.
- Capability qualification — When you need to demonstrate P(Cpk > 1.33) ≥ 95% to a customer or auditor, the posterior probability is a direct answer.
- New process validation — Early production runs where data is limited but decisions must be made.
- Comparison with traditional — See the traditional Cpk calculator for point estimates, or learn about classical vs. Bayesian SPC.