UNPKG

@jrc03c/js-math-tools

Version:
8 lines (5 loc) 138 B
import { stats } from "./stats.mjs" function mean(arr, shouldDropNaNs) { return stats(arr, { shouldDropNaNs }).mean } export { mean }