RChart is an R chart using sample ranges
to monitor the variability of a process.
Each sample must contain at least two observations.
The range of a sample is the maximum observed value minus the minimum observed value.
Namespace:
Imsl.Chart2D.QC
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
[SerializableAttribute] public class RChart : ShewhartControlChart |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class RChart _ Inherits ShewhartControlChart |
Visual C++ |
---|
[SerializableAttribute] public ref class RChart : public ShewhartControlChart |
Remarks
The control limits are at





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 with k=0. Additional control limit lines can be added. The method AddWeco adds control limit lines with k = -2, -1, 1, 2.
Inheritance Hierarchy
System..::.Object
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.Data
Imsl.Chart2D.QC..::.ShewhartControlChart
Imsl.Chart2D.QC..::.RChart
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.Data
Imsl.Chart2D.QC..::.ShewhartControlChart
Imsl.Chart2D.QC..::.RChart