StatControlCharts::QCMRChart Function

void QCMRChart(TVec *Data, double &CL, double &UCL, double &LCL, double Confidence = 0.997);

Moving range chart.

#NameTypeDescription
1DataTVec *Data to be analyzed. Each value represents number of defects.
2CLdouble &Returns control Chart centerline.
3UCLdouble &Returns control Chart upper control limit.
4LCLdouble &Returns control Chart lower control limit.
5Confidence = 0.997doubleConfidence level for upper and lower control limit. Confidence must lie in the (0,1) interval.
Remarks:

Uses Data values to construct a moving-range quality control chart. This QC chart type can be used for individual measurements (sample size = 1).

Declared in Dew::Stats::Units::StatControlCharts · Dew.Stats/Units.StatControlCharts.h · Cross-compiler