IMSL C# Numerical Library

UChart Constructor

Creates a u-Chart given the number of defects for a series of samples with equal sample sizes.

Overload List

Creates a u-Chart given the number of defects for a series of samples with equal sample sizes.

public UChart(AxisXY,double,int[]);

Creates a u-Chart given the number of defects rates for a series of samples with varying sample sizes.

public UChart(AxisXY,double[],int[]);

See Also

UChart Class | Imsl.Chart2D.QC Namespace