import * as statistics from "https://deno.land/x/statistics@v0.1.1/src/quantile.ts";
Functions
The quantile: this is a population quantile, since we assume to know the entire dataset in this library. This is an implementation of the Quantiles of a Population algorithm from wikipedia. |