ProcessCapabilityResult
data class ProcessCapabilityResult(val cp: Double, val cpk: Double, val pp: Double, val ppk: Double)(source)
Results of a process capability analysis.
Contains four standard SPC (Statistical Process Control) indices that measure how well a process fits within its specification limits. Values above 1.0 indicate a capable process; values above 1.33 are generally considered good.
Cp and Cpk use the sample standard deviation (divides by n-1) as the spread estimate, while Pp and Ppk use the population standard deviation (divides by n).