IMSL C# Numerical Library

XbarR Constructor (AxisXY, Int32[], Double[], Double[])

Creates an X-bar control chart given the means and ranges for a series of unequally sized samples.

public XbarR(
   AxisXY axis,
   int[] sampleSize,
   double[] xbar,
   double[] range
);

Parameters

axis
The AxisXY parent of this node.
sampleSize
An array containing the number of observations in each sample. Each sample must contain between 2 and 50 observations.
xbar
An array containing the mean values for a series of samples.
range
An array containing the ranges of the samples.

See Also

XbarR Class | Imsl.Chart2D.QC Namespace | XbarR Constructor Overload List