Click or drag to resize

StatisticsMean Method

Overload List
 NameDescription
Public Extension MethodMean(IEnumerableDouble) Evaluates the sample mean, an estimate of the population mean. Returns NaN if data is empty or if any entry is NaN.
Public Extension MethodMean(IEnumerableNullableDouble) Evaluates the sample mean, an estimate of the population mean. Returns NaN if data is empty or if any entry is NaN. Null-entries are ignored.
Public Extension MethodMean(IEnumerableSingle) Evaluates the sample mean, an estimate of the population mean. Returns NaN if data is empty or if any entry is NaN.
Top
See Also