IMSL C# Numerical Library

NpChart Constructor

Creates an np-chart given the number of defects in a series of samples.

Overload List

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[]);

See Also

NpChart Class | Imsl.Chart2D.QC Namespace