View source: R/spc.capability.cp.simple.R
spc.capability.cp.simple | R Documentation |
Calculate Cp, a measure that compares specification spread with observed process process spread. Higher values indicate that more process 'widths' can fit into the specification limits. This measure does not identify whether a process is 'targeted' within the specification limits.
spc.capability.cp.simple(
lower.specification,
upper.specification,
process.center = NA,
process.natural.tolerance
)
lower.specification |
Lower specification limit (if applicable) |
upper.specification |
Upper specification limit (if applicable) |
process.center |
Estimate of process center, used if specification limits are one-sided |
process.natural.tolerance |
Estimate of process natural tolerance |
A scalar with computed Cp.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.