IMSL C# Numerical Library

PChart Constructor (AxisXY, Int32, Int32[])

Creates a p-Chart given the number of defects for a series of samples with equal sample sizes.

public PChart(
   AxisXY axis,
   int sampleSize,
   int[] numberDefects
);

Parameters

axis
The AxisXY parent of this node.
sampleSize
The number of observations in each sample. Each sample must contain at least one observation.
numberDefects
An array containing the number of defects in each of a series of samples. The number of defects should not be less than zero.

See Also

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