StatisticsMean Method |
Name | Description | |
---|---|---|
Mean(IEnumerableDouble) |
Evaluates the sample mean, an estimate of the population mean.
Returns NaN if data is empty or if any entry is NaN.
| |
Mean(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.
|