IMSL C# Numerical Library

BoxPlot.GetStatistics Method (Int32)

Returns statistics for a set of observations.

public virtual Statistics GetStatistics(
   int iSet
);

Parameters

iSet
An int which specifies the index of a set whose statistics are to be returned.

Return Value

A BoxPlot.Statistics containing the statistics for the iSet set of observations.

See Also

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