Module

x/simplestatistics/src/quantile_sorted.js

simple statistics for node & browser javascript
Latest
import * as mod from "https://dotland.deno.dev/x/simplestatistics@v7.8.3/src/quantile_sorted.js";

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.