XmR
is an XmR chart for monitoring a process using moving ranges.
For a list of all members of this type, see XmR Members.
System.Object
Imsl.Chart2D.AbstractChartNode
Imsl.Chart2D.ChartNode
Imsl.Chart2D.Data
Imsl.Chart2D.QC.ShewhartControlChart
Imsl.Chart2D.QC.XmR
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
The moving range control chart uses the moving range of two successive observations to measure the process variability. This control chart is used for individual measurements (sample size = 1).
The moving range is defined to be .
The control limits are at
where is the mean of all of the individual observations, is the mean of the moving averages, and k is the value of the "ControlLimit" attribute for the line. Additionally, where R is the range of a Gaussian distribution. Therefore is an estimate of the standard deviation.By default, the chart contains an upper control limit line with k=3, a lower control limit line with k=-3, and a central line equal to . Additionally control limits can be added. The method AddWeco
adds control limits with k = -2, -1, 1, 2.
Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll)
XmR Members | Imsl.Chart2D.QC Namespace | Example | NIST Engineering Statistics Handbook: Individuals Control Charts