Streaming |
| Name | Description | |
|---|---|---|
| Mean(IEnumerableDouble) | Estimates the arithmetic sample mean from the enumerable, in a single pass without memoization. Returns NaN if data is empty or any entry is NaN. | |
| Mean(IEnumerableSingle) | Estimates the arithmetic sample mean from the enumerable, in a single pass without memoization. Returns NaN if data is empty or any entry is NaN. |