IMSL C# Numerical Library

BoxPlot Constructor (AxisXY, Double[][])

Constructs a box plot chart.

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

Parameters

axis
An AxisXY which is the parent of this node.
obs
A double[] containing the observations.

Remarks

The length of each row in obs must be at least 4.

See Also

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