IMSL C# Numerical Library

Summary.GetMedian Method 

Returns the median of the given data set.

public static double GetMedian(
   double[] x
);

Parameters

x
A double array containing the data set whose median is to be found.

Return Value

A double which specifies the median of the given data set.

See Also

Summary Class | Imsl.Stat Namespace