IMSL C# Numerical Library

XbarS Constructor (AxisXY, Double[][])

Creates an XBarS chart from sample data using within sample standard deviations.

public XbarS(
   AxisXY axis,
   double[][] x
);

Parameters

axis
The AxisXY parent of this node.
x
An array of arrays containing sample data. The data of the i-th sample is in x[i]. Each row must have at least one entry.

See Also

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