IMSL C# Numerical Library

Summary.GetMean Method

Returns the population mean.

Overload List

Returns the population mean.

public double GetMean();

Returns the mean of the given data set.

public static double GetMean(double[]);

Returns the mean of the given data set with associated weights.

public static double GetMean(double[],double[]);

See Also

Summary Class | Imsl.Stat Namespace