IMSL C# Numerical Library

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

Creates an XBarS chart given the means and standard deviations for a series of equally sized samples.

public XbarS(
   AxisXY axis,
   int sampleSize,
   double[] xbar,
   double[] w
);

Parameters

axis
The AxisXY parent of this node.
sampleSize
The number of observations in each sample. It must be at least one.
xbar
An array containing the mean values for a series of samples.
w
An array containing the within sample variation for a series of samples.

Exceptions

Exception Type Condition
ArgumentException is thrown if the two input arrays do not have the same length.

See Also

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