IMSL C# Numerical Library

Summary.GetMinimum Method (Double[])

Returns the minimum of the given data set.

public static double GetMinimum(
   double[] x
);

Parameters

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

Return Value

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

See Also

Summary Class | Imsl.Stat Namespace | Summary.GetMinimum Overload List