procedure QCCChart(const Data: TVec; const DrawVec: TVec; out CL: Double; out UCL: Double; out LCL: Double; Confidence: Double);
Constructs C-Chart.
| # | Name | Description |
|---|---|---|
| 1 | Data | Data to be analyzed. Each value represents number of defects. |
| 2 | Confidence | Confidence level for upper and lower control limit. Confidence must lie in the (0,1) interval. |
| 3 | DrawVec | Returns values to be drawn. |
| 4 | CL | Returns control Chart centerline. |
| 5 | UCL | Returns control Chart upper control limit. |
| 6 | LCL | Returns control Chart lower control limit. |
Result: stored in self (calling object)
Remarks:
Constructs C-Chart drawing values, center line, upper and lower control limit.