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
A two-dimensional array containing sample data. The data of the i-th sample is in x[i,*].

See Also

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