stat_cpk | R Documentation |
Calculation of Cpk Process capability index given parameter USL, LSL mean \mu
and standard deviation \sigma
.
stat_cpk(LSL, USL, mue, sigma)
LSL |
lower specification limit |
USL |
upper specification limit |
mue |
the estimated mean of the process |
sigma |
standard deviation |
Estimates what the process is capable of producing, considering that the process mean may not be centred between the specification (Upper and Lower) limits.
https://en.wikipedia.org/wiki/Process_capability_index
vector
Florian Wagner florian.wagner@wagnius.ch
stat_cpk(LSL = -0.03, USL = -0.01, mue = -0.02, sigma = 0.005)
stat_cpk(LSL = -0.05, USL = 0.05, mue =c(-0.01, -0.015), sigma = c(0.001,0.015))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.