UNPKG

174 BTypeScriptView Raw
1/**
2 * https://simplestatistics.org/docs/#quantileranksorted
3 */
4declare function quantileRankSorted(x: number[], value: number): number;
5
6export default quantileRankSorted;