Module

x/simplestatistics/src/quantile_rank_sorted.js

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

Functions

This function returns the quantile in which one would find the given value in the given array. With a sorted array, leveraging binary search, we can find this information in logarithmic time.