Skip to content

Commit b79d083

Browse files
authored
Update README.md
Signed-off-by: Gururaj Gurram <[email protected]>
1 parent 6ce2b7d commit b79d083

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/dcovarmtk

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/dcovarmtk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ console.log( ndarray2array( x ) );
174174

175175
// Create second one-dimensional ndarray containing pseudorandom integers drawn from a discrete uniform distribution:
176176
var ybuf = discreteUniform( 10, -50, 50, opts );
177-
var y = new ndarray( opts.dtype, ybuf, [ xbuf.length ], [ 1 ], 0, 'row-major' );
177+
var y = new ndarray( opts.dtype, ybuf, [ ybuf.length ], [ 1 ], 0, 'row-major' );
178178
console.log( ndarray2array( y ) );
179179

180180
// Specify the known means:

0 commit comments

Comments
 (0)