import * as statistics from "https://deno.land/x/statistics@v0.1.1/src/quantile_sorted.ts";
Functions
This is the internal implementation of quantiles: when you know that the order is sorted, you don't need to re-sort it, and the computations are faster. |