UChart is a u-chart for monitoring the defect rate when
defects are rare.
Namespace:
Imsl.Chart2D.QC
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
[SerializableAttribute] public class UChart : ShewhartControlChart |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class UChart _ Inherits ShewhartControlChart |
Visual C++ |
---|
[SerializableAttribute] public ref class UChart : public ShewhartControlChart |
Remarks
The defect rate is the number of defects found divided by the number of samples inspected. The number of defects are assumed to be rare. Control limits are computed using the Poisson distribution. If defects are not rare, use PChart instead. The sample sizes are not required to be equal.
The control limits are at



Inheritance Hierarchy
System..::.Object
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.Data
Imsl.Chart2D.QC..::.ShewhartControlChart
Imsl.Chart2D.QC..::.UChart
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.Data
Imsl.Chart2D.QC..::.ShewhartControlChart
Imsl.Chart2D.QC..::.UChart