Variable: toMean()
const
toMean: () =>Reducer
<number
,number
>
Defined in: statistics.d.ts:178
Returns a Reducer that computes the mean of the numbers it receives.
Use when composing reducers. Prefer mean, meanAsync, and meanConcur for direct use on iterables.