IMSL C# Numerical Library

XbarR Constructor (AxisXY, Double[,])

Creates an X-bar chart from sample data using sample ranges.

public XbarR(
   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,*]. The number of columns must be between 2 and 50 entries.

See Also

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