MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / mathUtils.test.ts

File mathUtils.test.ts

src/utils/mathUtils.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest';
2import { percentile, median } from './mathUtils';
3
4describe('percentile', () => {

Callers

nothing calls this directly

Calls 2

percentileFunction · 0.90
medianFunction · 0.90

Tested by

no test coverage detected