Skip to main content
Module

x/simplestatistics/src/quantile_sorted.d.ts

simple statistics for node & browser javascript
Go to Latest
File
/** * https://simplestatistics.org/docs/#quantilesorted */declare function quantileSorted(x: number[], p: number): number;
export default quantileSorted;