IMSL C# Numerical Library

BoxPlot Constructor (AxisXY, Double[], Double[][])

Constructs a box plot chart node with specified x values.

public BoxPlot(
   AxisXY axis,
   double[] x,
   double[][] obs
);

Parameters

axis
An AxisXY which is the parent of this node.
x
A double[] which contains the x values.
obs
A double[] which contains the observations for each x.

Remarks

The number of rows in obs must equal the length of x. The length of each row in obs must be at least 4.

See Also

BoxPlot Class | Imsl.Chart2D Namespace | BoxPlot Constructor Overload List