Skip to main content
Deno 2 is finally here 🎉️
Learn more

statistics_summary

A simple module to get statistical porperties of an array. Currently the possible properties are mean, stdev and variance.

You can test the function using the follwing example via CLI.

deno run --allow-net https://deno.land/x/array_summary@0.0.2/mod-test.ts