| 1 | import assert from "assert"; |
| 2 | import {quantile, quantileIndex, quantileSorted} from "../src/index.js"; |
| 3 | |
| 4 | it("quantileSorted(array, p) requires sorted numeric input, quantile doesn't", () => { |
nothing calls this directly
no test coverage detected