off_spec {industRial} | R Documentation |
Calculate percentage of out of specification for Statistical Process Control
Description
This function takes process variables and calculates the probability that parts are produced out of specification on the long run.
Usage
off_spec(UCL, LCL, mean, sd)
Arguments
UCL |
the process upper control limit |
LCL |
the process lower control limit |
mean |
the process mean |
sd |
the process standard deviation |
Value
This function returns an object of class numeric
References
For a complete case study application refer to https://j-ramalho.github.io/industRial/
Examples
off_spec(100, 0, 10, 3)
[Package industRial version 0.1.0 Index]