void QCXChart(TMtx *Data, TVec *DrawVec, double &CL, double &UCL, double &LCL, double Confidence = 0.997);
X-Chart ("XBar Chart").
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Data | TMtx * | Each Data row contains replicated observation taken at specific time. |
| 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 = 0.997 | double | Confidence level for upper and lower control limit. Confidence must lie in the (0,1) interval. |
Remarks:
This routine calculates X-Chart ("XBar Chart") drawing values, center line, upper and lower control limit.
When dealing with a quality characteristic that can be expressed as a measurement, it is customary to monitor both the mean value of the quality characteristic and its variability. Control over the average quality is exercised by the control chart for averages, usually called the XBar chart. For this chart type, the center line is defined by process grand mean and upper and lower control limits are defined by process standard deviation. Similarly, for R and S charts the center line is defined by process range and variability (standard deviation) respectively.
See Also: TQCSeries, Dew.Stats.Tee.QCSeries, StatControlCharts::QCSChart, StatControlCharts::QCRChart
Declared in Dew::Stats::Units::StatControlCharts · Dew.Stats/Units.StatControlCharts.h · Cross-compiler