StatControlCharts.QCMRChart Method

void QCMRChart(TVec Data, ref Double CL, ref Double UCL, ref Double LCL, Double Confidence)

Moving range chart.

#NameDescription
1DataData to be analyzed. Each value represents number of defects.
2ConfidenceConfidence level for upper and lower control limit. Confidence must lie in the (0,1) interval.
3CLReturns control Chart centerline.
4UCLReturns control Chart upper control limit.
5LCLReturns control Chart lower control limit.

Result: stored in self (calling object)

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).