Skip to main content
Module

x/simplestatistics/index.js>logAverage

simple statistics for node & browser javascript
Go to Latest
function logAverage
import { logAverage } from "https://deno.land/x/simplestatistics@v7.7.5/index.js";

The log average is an equivalent way of computing the geometric mean of an array suitable for large or small products.

It's found by calculating the average logarithm of the elements and exponentiating.

Parameters

x

sample of one or more data points