Skip to main content
Module

x/simplestatistic/src/log_average.js>default

simple statistics for node & browser javascript
function default
import { default } from "https://deno.land/x/simplestatistic@v7.7.1/src/log_average.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