Click or drag to resize
NpChart Constructor (AxisXY, Int32, Int32)
Creates a np-chart given the number of defects in a series of samples, where the number of observations per sample is not constant.

Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public NpChart(
	AxisXY axis,
	int[] sampleSize,
	int[] numberDefective
)

Parameters

axis
Type: Imsl.Chart2DAxisXY
The AxisXY parent of this node.
sampleSize
Type: SystemInt32
An array containg the number of observations in each sample. Each sample must contain at least one observation.
numberDefective
Type: SystemInt32
An array containing the number of defects in each of a series of samples. All of its entries must be nonnegative.
See Also