UNPKG

@thi.ng/transducers-stats

Version:

Transducers for statistical / technical analysis

8 lines 196 B
/** * Computes mean square error of given array. * * @param window - * @param mean - */ export declare const mse: (window: number[], mean: number) => number; //# sourceMappingURL=mse.d.ts.map