Skip to content

Commit 3a9b70e

Browse files
feat(add c implementation): add stats/base/dists/frechet/mean
1 parent 259909c commit 3a9b70e

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/frechet/mean/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/frechet/mean/test/test.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ tape( 'if provided a nonpositive `alpha`, the function returns `NaN`', opts, fun
7373
y = mean( -1.0, 2.0, 0.0 );
7474
t.equal( isnan( y ), true, 'returns NaN' );
7575

76-
y = mean( NINF, 0.0 );
76+
y = mean( NINF, 2.0, 0.0 );
7777
t.equal( isnan( y ), true, 'returns NaN' );
7878

7979
y = mean( NINF, PINF, 0.0 );

0 commit comments

Comments
 (0)