IMSL C# Numerical Library

PChart Constructor (AxisXY, Int32, Double[])

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

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

Parameters

axis
The AxisXY parent of this node.
sampleSize
The number of observations in each sample. It must be at least one.
defectRate
An array containing defect rates of the samples. The defect rates must all be in the range [0,1].

See Also

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