File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/stats/meanpw Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ The method accepts the following options:
231231<!-- eslint no-undef: "error" -->
232232
233233``` javascript
234- var uniform = require ( ' @stdlib/random/array/ uniform' );
234+ var uniform = require ( ' @stdlib/random/uniform' );
235235var getDType = require ( ' @stdlib/ndarray/dtype' );
236236var ndarray2array = require ( ' @stdlib/ndarray/to-array' );
237237var array = require ( ' @stdlib/ndarray/array' );
Original file line number Diff line number Diff line change 1818
1919'use strict' ;
2020
21- var uniform = require ( '@stdlib/random/array/ uniform' ) ;
21+ var uniform = require ( '@stdlib/random/uniform' ) ;
2222var getDType = require ( '@stdlib/ndarray/dtype' ) ;
2323var ndarray2array = require ( '@stdlib/ndarray/to-array' ) ;
2424var array = require ( '@stdlib/ndarray/array' ) ;
You can’t perform that action at this time.
0 commit comments