Module

x/lodash_es/src/mean.js>default

lodash for deno use
Latest
function default
import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/mean.js";

Computes the mean of the values in array.

Examples

_.mean([4, 2, 8, 6]); // => 5

Parameters

array

The array to iterate over.