Skip to content

Commit 974b7b1

Browse files
committed
Update namespace
1 parent 1f68d59 commit 974b7b1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/stats/incr/lib

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,15 @@ setReadOnly( ns, 'incrmminmax', require( '@stdlib/stats/incr/mminmax' ) );
378378
*/
379379
setReadOnly( ns, 'incrmmpe', require( '@stdlib/stats/incr/mmpe' ) );
380380

381+
/**
382+
* @name incrmmse
383+
* @memberof ns
384+
* @readonly
385+
* @type {Function}
386+
* @see {@link module:@stdlib/stats/incr/mmse}
387+
*/
388+
setReadOnly( ns, 'incrmmse', require( '@stdlib/stats/incr/mmse' ) );
389+
381390
/**
382391
* @name incrmpcorr
383392
* @memberof ns

0 commit comments

Comments
 (0)