StatControlCharts::QCCChart Function

void QCCChart(TVec *Data, TVec *DrawVec, double &CL, double &UCL, double &LCL, double Confidence);

Constructs C-Chart.

#NameTypeDescription
1DataTVec *Data to be analyzed. Each value represents number of defects.
2DrawVecTVec *Returns values to be drawn.
3CLdouble &Returns control Chart centerline.
4UCLdouble &Returns control Chart upper control limit.
5LCLdouble &Returns control Chart lower control limit.
6ConfidencedoubleConfidence 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.

See Also: StatControlCharts::QCPChart, StatControlCharts::QCNPChart, StatControlCharts::QCUChart
Declared in Dew::Stats::Units::StatControlCharts · Dew.Stats/Units.StatControlCharts.h · Cross-compiler