Creates an np-chart given the number of defects in a series of samples.
Creates an np-chart given the number of defects in a series of samples.
public NpChart(AxisXY,int,int[]);
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,int[],int[]);
NpChart Class | Imsl.Chart2D.QC Namespace