Click or drag to resize
BoxPlotStatistics Constructor
Creates a new instance of BoxPlot.Statistics.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public Statistics(
	double[] obs
)

Parameters

obs
Type: SystemDouble
A double[] containing the set of observations.
Exceptions
ExceptionCondition
ArgumentException is thrown if there are fewer than 4 observations.
Remarks
There must be at least 4 observations to compute the statistics.
See Also