View source: R/calculate_control_limits.R
calculate_control_limits | R Documentation |
XmR
control
charts.Function to calculate control limits, usually used for XmR
control
charts.
calculate_control_limits(x, control_constant = 1.128, control_multiplier = 3)
x |
A numeric vector. |
control_constant |
Constant used to transform the mean delta to sequential deviation. Through simulations, this is usually set as 1.128. |
control_multiplier |
Multiplier for sequential deviation to get the lower and upper control limits, typically 3. |
Tibble.
Stuart K. Grange
plot_control_chart
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.