Click or drag to resize
SummaryGetMode Method
Returns the mode of the given data set.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static double GetMode(
	double[] x
)

Parameters

x
Type: SystemDouble
A double array containing the data set whose mode is to be found.

Return Value

Type: Double
A double which specifies the mode of the given data set.
Remarks
Ties are broken at random.
See Also