XbarR Constructor (AxisXY, Double) |
Creates an X-bar chart from sample data using sample ranges.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public XbarR(
AxisXY axis,
double[][] x
)
Public Sub New (
axis As AxisXY,
x As Double()()
)
public:
XbarR(
AxisXY^ axis,
array<array<double>^>^ x
)
new :
axis : AxisXY *
x : float[][] -> XbarR
Parameters
- axis
- Type: Imsl.Chart2DAxisXY
The AxisXY parent of this node..
- x
- Type: SystemDouble
An array of arrays containing sample data.
The data of the i-th sample is in x[i].
Each row must have between 2 and 50.
See Also