import * as statistics from "https://deno.land/x/statistics@v0.1.1/src/mean.ts";
Functions
f mean | The mean, also known as average, is the sum of all values over the number of values. This is a measure of central tendency: a method of finding a typical or central value of a set of numbers. |