import * as statistics from "https://deno.land/x/statistics@v0.1.1/src/standard_deviation.ts";
Functions
The standard deviation is the square root of the variance. This is also known as the population standard deviation. It's useful for measuring the amount of variation or dispersion in a set of values. |