Creates a combined XbarR chart and RChart from data.
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[]);
XbarR Class | Imsl.Chart2D.QC Namespace