Skip to content

Commit 740c9d3

Browse files
feat: add stats/base/dists/burr-type3/logcdf
1 parent 6325573 commit 740c9d3

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/burr-type3/logcdf/benchmark

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/stats/base/dists/burr-type3/logcdf/benchmark/benchmark.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ bench( pkg+':factory', function benchmark( b ) {
6565
var y;
6666
var i;
6767

68+
len = 100;
6869
x = uniform( len, EPS, 10.0 );
6970
mylogcdf = logcdf.factory( 5.0, 6.0 );
7071

0 commit comments

Comments
 (0)