Moving range chart.
procedure QCMRChart(const Data: TVec; out CL: double; out UCL: double; out LCL: double; Confidence: double = 0.997);
Parameters |
Description |
Data |
Data to be analyzed. Each value represents number of defects. |
CL |
Returns control Chart centerline. |
UCL |
Returns control Chart upper control limit. |
LCL |
Returns control Chart lower control limit. |
Confidence |
Confidence level for upper and lower control limit. Confidence must lie in the (0,1) interval. |
Uses Data values to construct a moving-range quality control chart. This QC chart type can be used for individual measurements (sample size = 1).
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|