Skip to main content
Module

x/simplestatistics/src/quantile_rank_sorted.js

simple statistics for node & browser javascript
Go to Latest
import * as simplestatistics from "https://deno.land/x/simplestatistics@v7.7.5/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.