We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29adabd commit 77de6c8Copy full SHA for 77de6c8
lib/node_modules/@stdlib/stats/incr/nanrss/test/test.js
@@ -80,7 +80,7 @@ tape( 'the accumulator function incrementally computes the residual sum of squar
80
y = data[ i ][ 1 ];
81
if ( isnan( x ) === false && isnan( y ) === false ) {
82
r = y - x;
83
- sum += r * r;
+ sum += r * r;
84
}
85
expected = sum;
86
actual = acc( x, y );
0 commit comments