MCPcopy Create free account
hub / github.com/d3/d3-array / quantile-test.js

File quantile-test.js

test/quantile-test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import assert from "assert";
2import {quantile, quantileIndex, quantileSorted} from "../src/index.js";
3
4it("quantileSorted(array, p) requires sorted numeric input, quantile doesn't", () => {

Callers

nothing calls this directly

Calls 3

quantileSortedFunction · 0.90
quantileFunction · 0.90
quantileIndexFunction · 0.90

Tested by

no test coverage detected