UNPKG

@formant/ava

Version:

A framework for automated visual analytics.

8 lines (7 loc) 183 B
import type { ChangePointItem } from './types'; /** * Buishad U statistics test */ export declare function buishandUTest(data: number[]): ChangePointItem & { uValue: number; };