File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/stats/strided/wasm Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,7 +138,6 @@ Computes the [arithmetic mean][arithmetic-mean] of a double-precision floating-p
138138``` javascript
139139var Memory = require ( ' @stdlib/wasm/memory' );
140140var oneTo = require ( ' @stdlib/array/one-to' );
141- var zeros = require ( ' @stdlib/array/zeros' );
142141
143142// Create a new memory instance with an initial size of 10 pages (640KiB) and a maximum size of 100 pages (6.4MiB):
144143var mem = new Memory ({
@@ -185,7 +184,6 @@ Computes the [arithmetic mean][arithmetic-mean] of a double-precision floating-p
185184``` javascript
186185var Memory = require ( ' @stdlib/wasm/memory' );
187186var oneTo = require ( ' @stdlib/array/one-to' );
188- var zeros = require ( ' @stdlib/array/zeros' );
189187
190188// Create a new memory instance with an initial size of 10 pages (640KiB) and a maximum size of 100 pages (6.4MiB):
191189var mem = new Memory ({
@@ -288,8 +286,6 @@ console.log( y );
288286
289287[ @stdlib/stats/strided/dmeanors ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/strided/dmeanors
290288
291- <!-- </related-links> -->
292-
293289</section >
294290
295291<!-- /.links -->
Original file line number Diff line number Diff line change 4848* @example
4949* var Memory = require( '@stdlib/wasm/memory' );
5050* var oneTo = require( '@stdlib/array/one-to' );
51- * var zeros = require( '@stdlib/array/zeros' );
5251* var dmeanors = require( '@stdlib/stats/strided/wasm/dmeanors' );
5352*
5453* // Create a new memory instance with an initial size of 10 pages (640KiB) and a maximum size of 100 pages (6.4MiB):
Original file line number Diff line number Diff line change 4848* @example
4949* var Memory = require( '@stdlib/wasm/memory' );
5050* var oneTo = require( '@stdlib/array/one-to' );
51- * var zeros = require( '@stdlib/array/zeros' );
5251* var dmeanpw = require( '@stdlib/stats/strided/wasm/dmeanpw' );
5352*
5453* // Create a new memory instance with an initial size of 10 pages (640KiB) and a maximum size of 100 pages (6.4MiB):
Original file line number Diff line number Diff line change @@ -138,7 +138,6 @@ Computes the [arithmetic mean][arithmetic-mean] of a double-precision floating-p
138138``` javascript
139139var Memory = require ( ' @stdlib/wasm/memory' );
140140var oneTo = require ( ' @stdlib/array/one-to' );
141- var zeros = require ( ' @stdlib/array/zeros' );
142141
143142// Create a new memory instance with an initial size of 10 pages (640KiB) and a maximum size of 100 pages (6.4MiB):
144143var mem = new Memory ({
@@ -185,7 +184,6 @@ Computes the [arithmetic mean][arithmetic-mean] of a double-precision floating-p
185184``` javascript
186185var Memory = require ( ' @stdlib/wasm/memory' );
187186var oneTo = require ( ' @stdlib/array/one-to' );
188- var zeros = require ( ' @stdlib/array/zeros' );
189187
190188// Create a new memory instance with an initial size of 10 pages (640KiB) and a maximum size of 100 pages (6.4MiB):
191189var mem = new Memory ({
@@ -288,8 +286,6 @@ console.log( y );
288286
289287[ @stdlib/stats/strided/dmeanwd ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/strided/dmeanwd
290288
291- <!-- </related-links> -->
292-
293289</section >
294290
295291<!-- /.links -->
Original file line number Diff line number Diff line change 4848* @example
4949* var Memory = require( '@stdlib/wasm/memory' );
5050* var oneTo = require( '@stdlib/array/one-to' );
51- * var zeros = require( '@stdlib/array/zeros' );
5251* var dmeanwd = require( '@stdlib/stats/strided/wasm/dmeanwd' );
5352*
5453* // Create a new memory instance with an initial size of 10 pages (640KiB) and a maximum size of 100 pages (6.4MiB):
Original file line number Diff line number Diff line change @@ -143,7 +143,6 @@ Computes the [variance][variance] of a double-precision floating-point strided a
143143``` javascript
144144var Memory = require ( ' @stdlib/wasm/memory' );
145145var oneTo = require ( ' @stdlib/array/one-to' );
146- var zeros = require ( ' @stdlib/array/zeros' );
147146
148147// Create a new memory instance with an initial size of 10 pages (640KiB) and a maximum size of 100 pages (6.4MiB):
149148var mem = new Memory ({
@@ -191,7 +190,6 @@ Computes the [variance][variance] of a double-precision floating-point strided a
191190``` javascript
192191var Memory = require ( ' @stdlib/wasm/memory' );
193192var oneTo = require ( ' @stdlib/array/one-to' );
194- var zeros = require ( ' @stdlib/array/zeros' );
195193
196194// Create a new memory instance with an initial size of 10 pages (640KiB) and a maximum size of 100 pages (6.4MiB):
197195var mem = new Memory ({
Original file line number Diff line number Diff line change 4848* @example
4949* var Memory = require( '@stdlib/wasm/memory' );
5050* var oneTo = require( '@stdlib/array/one-to' );
51- * var zeros = require( '@stdlib/array/zeros' );
5251* var dnanvariancewd = require( '@stdlib/stats/strided/wasm/dnanvariancewd' );
5352*
5453* // Create a new memory instance with an initial size of 10 pages (640KiB) and a maximum size of 100 pages (6.4MiB):
You can’t perform that action at this time.
0 commit comments