IMSL C# Numerical Library

XbarR.CreateCharts Method

Creates a combined XbarR chart and RChart from data.

Overload List

Creates a combined XbarR chart and RChart from data.

public static ShewhartControlChart[] CreateCharts(Chart,double[][]);

Creates a combined XbarR chart and RChart from data.

public static ShewhartControlChart[] CreateCharts(Chart,double[,]);

Creates a combined XbarR chart and RChart given the means and ranges for a series of equally sized samples.

public static ShewhartControlChart[] CreateCharts(Chart,int,double[],double[]);

Creates a combined XbarR chart and RChart given the means and ranges for a series of unequally sized samples.

public static ShewhartControlChart[] CreateCharts(Chart,int[],double[],double[]);

See Also

XbarR Class | Imsl.Chart2D.QC Namespace