IMSL C# Numerical Library

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.

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

Parameters

axis
The AxisXY parent of this node.
sampleSize
An array containg the number of observations in each sample. Each sample must contain at least one observation.
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