Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/simplestatistics/src/quantile_rank.js

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

Functions

This function returns the quantile in which one would find the given value in the given array. It will copy and sort your array before each run, so if you know your array is already sorted, you should use quantileRankSorted instead.