Skip to content

Commit d2ef1b5

Browse files
committed
Update namespace
1 parent ba733ea commit d2ef1b5

File tree

1 file changed

+9
-0
lines changed
  • lib/node_modules/@stdlib/stats/incr/lib

1 file changed

+9
-0
lines changed

lib/node_modules/@stdlib/stats/incr/lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,15 @@ setReadOnly( ns, 'incrmin', require( '@stdlib/stats/incr/min' ) );
198198
*/
199199
setReadOnly( ns, 'incrminabs', require( '@stdlib/stats/incr/minabs' ) );
200200

201+
/**
202+
* @name incrmmae
203+
* @memberof ns
204+
* @readonly
205+
* @type {Function}
206+
* @see {@link module:@stdlib/stats/incr/mmae}
207+
*/
208+
setReadOnly( ns, 'incrmmae', require( '@stdlib/stats/incr/mmae' ) );
209+
201210
/**
202211
* @name incrmmax
203212
* @memberof ns

0 commit comments

Comments
 (0)