Skip to content

Commit 9d2be20

Browse files
committed
Update namespace
1 parent d2ef1b5 commit 9d2be20

File tree

3 files changed

+62
-49
lines changed
  • lib/node_modules/@stdlib

3 files changed

+62
-49
lines changed

lib/node_modules/@stdlib/namespace/lib/namespace/i.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,17 @@ ns.push({
408408
]
409409
});
410410

411+
ns.push({
412+
'alias': 'incrmmae',
413+
'path': '@stdlib/stats/incr/mmae',
414+
'value': require( '@stdlib/stats/incr/mmae' ),
415+
'type': 'Function',
416+
'related': [
417+
'@stdlib/stats/incr/mae',
418+
'@stdlib/stats/incr/mmean'
419+
]
420+
});
421+
411422
ns.push({
412423
'alias': 'incrmmax',
413424
'path': '@stdlib/stats/incr/mmax',

0 commit comments

Comments
 (0)