Standard library base statistical functions.
var stats = require( '@stdlib/stats/base' );Standard library base statistical functions.
var ns = stats;
// returns {...}The namespace contains the following sub-namespaces:
dists: standard library probability distribution modules.
var objectKeys = require( '@stdlib/utils/keys' );
var ns = require( '@stdlib/stats/base' );
console.log( objectKeys( ns ) );