Returns the population mean.
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[]);
Summary Class | Imsl.Stat Namespace