NpChart is an np-chart for monitoring the number of defects when defects are not rare.
Namespace:
Imsl.Chart2D.QC
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
[SerializableAttribute] public class NpChart : ShewhartControlChart |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class NpChart _ Inherits ShewhartControlChart |
Visual C++ |
---|
[SerializableAttribute] public ref class NpChart : public ShewhartControlChart |
Remarks
Control limits are computed using the binomial distribution. If defects are rare CChart should be used instead.
The control limits are at


The lower control limit is forced to have a minimum value of zero. The y-axis labels are formatted as integers.
Inheritance Hierarchy
System..::.Object
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.Data
Imsl.Chart2D.QC..::.ShewhartControlChart
Imsl.Chart2D.QC..::.NpChart
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.Data
Imsl.Chart2D.QC..::.ShewhartControlChart
Imsl.Chart2D.QC..::.NpChart