IMSL C# Numerical Library

Summary.GetMean Method (Double[], Double[])

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

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

Parameters

x
A double array containing the data set whose mean is to be found.
weight
A double array containing the weights associated with the data points x.

Return Value

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

See Also

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