IMSL C# Numerical Library

BoxPlot.Statistics Constructor 

Creates a new instance of BoxPlot.Statistics.

public BoxPlot.Statistics(
   double[] obs
);

Parameters

obs
A double[] containing the set of observations.

Remarks

There must be at least 4 observations to compute the statistics.

Exceptions

Exception Type Condition
ArgumentException is thrown if there are fewer than 4 observations.

See Also

BoxPlot.Statistics Class | Imsl.Chart2D Namespace