import * as statistics from "https://deno.land/x/statistics@v0.1.1/src/harmonic_mean.ts";
Functions
The Harmonic Mean is a mean function typically used to find the average of rates. This mean is calculated by taking the reciprocal of the arithmetic mean of the reciprocals of the input numbers. |