time-to-botec/js/node_modules/@stdlib/stats/incr/README.md
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00

29 KiB

Incremental Statistics

Standard library functions for computing statistics incrementally.

Usage

var ns = require( '@stdlib/stats/incr' );

ns

Standard library functions for computing statistics incrementally.

var incr = ns;
// returns {...}

Examples

var getKeys = require( '@stdlib/utils/keys' );
var ns = require( '@stdlib/stats/incr' );

console.log( getKeys( ns ) );