NpChart Constructor (AxisXY, Int32, Int32) |
Creates an np-chart given the number of defects in a series of samples.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public NpChart(
AxisXY axis,
int sampleSize,
int[] numberDefective
)
Public Sub New (
axis As AxisXY,
sampleSize As Integer,
numberDefective As Integer()
)
public:
NpChart(
AxisXY^ axis,
int sampleSize,
array<int>^ numberDefective
)
new :
axis : AxisXY *
sampleSize : int *
numberDefective : int[] -> NpChart
Parameters
- axis
- Type: Imsl.Chart2DAxisXY
The AxisXY parent of this node.
- sampleSize
- Type: SystemInt32
The number of observations in each sample.
It must be at least one.
- numberDefective
- Type: SystemInt32
An array containing the number of defects in each of a series of samples.
All of its entries must be nonnegative.
See Also