UNPKG

@thi.ng/transducers-stats

Version:

Transducers for statistical / technical analysis

9 lines 247 B
/** * Computes dot product of 2 arrays. Assumes `a` and `b` are equal * sized, but only considers length of `a`. * * @param a - * @param b - */ export declare const dot: (a: number[], b: number[]) => number; //# sourceMappingURL=dot.d.ts.map