IMSL C# Numerical Library

Summary.GetMean Method (Double[])

Returns the mean of the given data set.

public static double GetMean(
   double[] x
);

Parameters

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

Return Value

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

See Also

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