StatControlCharts::QCRChart Function

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

R-Chart.

#NameTypeDescription
1DataTMtx *Each Data row contains replicated observation taken at specific time.
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.
6Confidence = 0.997doubleConfidence level for upper and lower control limit. Confidence must lie in the (0,1) interval.
Remarks:

Calculates R-Chart drawing values, center line, upper and lower control limit.

See Also: TQCSeries, Dew.Stats.Tee.QCSeries, StatControlCharts::QCXChart, StatControlCharts::QCSChart
Declared in Dew::Stats::Units::StatControlCharts · Dew.Stats/Units.StatControlCharts.h · Cross-compiler