IMSL C# Numerical Library

PChart Constructor

Creates a p-Chart given the defect rates for a series of samples with equal sample sizes.

Overload List

Creates a p-Chart given the defect rates for a series of samples with equal sample sizes.

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

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

public PChart(AxisXY,int,int[]);

Creates a p-Chart given the defect rates for a series of samples with varying sample sizes.

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

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

public PChart(AxisXY,int[],int[]);

See Also

PChart Class | Imsl.Chart2D.QC Namespace