Returns statistics for a set of observations.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual BoxPlot..::.Statistics GetStatistics(
	int iSet
)
Visual Basic (Declaration)
Public Overridable Function GetStatistics ( _
	iSet As Integer _
) As BoxPlot..::.Statistics
Visual C++
public:
virtual BoxPlot..::.Statistics^ GetStatistics(
	int iSet
)

Parameters

iSet
Type: System..::.Int32
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