Skip to content

Commit 0a9a5ce

Browse files
committed
Update namespace
1 parent eb48b76 commit 0a9a5ce

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
@@ -684,6 +684,15 @@ setReadOnly( ns, 'incrmvmr', require( '@stdlib/stats/incr/mvmr' ) );
684684
*/
685685
setReadOnly( ns, 'incrnancount', require( '@stdlib/stats/incr/nancount' ) );
686686

687+
/**
688+
* @name incrnansum
689+
* @memberof ns
690+
* @readonly
691+
* @type {Function}
692+
* @see {@link module:@stdlib/stats/incr/nansum}
693+
*/
694+
setReadOnly( ns, 'incrnansum', require( '@stdlib/stats/incr/nansum' ) );
695+
687696
/**
688697
* @name incrpcorr
689698
* @memberof ns

0 commit comments

Comments
 (0)