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 equally sized samples.
Parameters
-
axis
- The
AxisXY
parent of this node.
-
sampleSize
- The number of observations in each sample. It must be between 2 and 50.
-
xbar
- An array containing the mean values for a series of samples.
-
range
- An array containing the ranges of the samples. The arrays
xbar
and range
must have the same lengths.
See Also
XbarR Class | Imsl.Chart2D.QC Namespace | XbarR Constructor Overload List