IMSL C# Numerical Library

NpChart Constructor (AxisXY, Int32, Int32[])

Creates an np-chart given the number of defects in a series of samples.

public NpChart(
   AxisXY axis,
   int sampleSize,
   int[] numberDefective
);

Parameters

axis
The AxisXY parent of this node.
sampleSize
The number of observations in each sample. It must be at least one.
numberDefective
An array containing the number of defects in each of a series of samples. All of its entries must be nonnegative.

See Also

NpChart Class | Imsl.Chart2D.QC Namespace | NpChart Constructor Overload List