Skip to content

Commit 251d781

Browse files
feat(add c implementation): add stats/base/dists/invgamma/stdev
1 parent 4652531 commit 251d781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/invgamma/stdev/benchmark/benchmark.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ bench( pkg+'::native', opts, function benchmark( b ) {
5757

5858
b.tic();
5959
for ( i = 0; i < b.iterations; i++ ) {
60-
y = mean( alpha[ i % len ], beta[ i % len ] );
60+
y = stdev( alpha[ i % len ], beta[ i % len ] );
6161
if ( isnan( y ) ) {
6262
b.fail( 'should not return NaN' );
6363
}

0 commit comments

Comments
 (0)