IMSL C# Numerical Library |
|
PChart Constructor (AxisXY, Int32[], Int32[])
Creates a p-Chart given the number of defects for a series of samples with varying sample sizes.
Parameters
-
axis
- The
AxisXY
parent of this node.
-
sampleSize
- An array containing the number of observations in each sample. It must be at least one.
-
numberDefects
- An array of arrays 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