void QCCChart(TVec *Data, TVec *DrawVec, double &CL, double &UCL, double &LCL, double Confidence);
Constructs C-Chart.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Data | TVec * | Data to be analyzed. Each value represents number of defects. |
| 2 | DrawVec | TVec * | Returns values to be drawn. |
| 3 | CL | double & | Returns control Chart centerline. |
| 4 | UCL | double & | Returns control Chart upper control limit. |
| 5 | LCL | double & | Returns control Chart lower control limit. |
| 6 | Confidence | double | Confidence level for upper and lower control limit. Confidence must lie in the (0,1) interval. |
Remarks:
Constructs C-Chart drawing values, center line, upper and lower control limit.
Declared in Dew::Stats::Units::StatControlCharts · Dew.Stats/Units.StatControlCharts.h · Cross-compiler