Skip to content

Commit 6ce78ae

Browse files
committed
Update namespace
1 parent d6adc5a commit 6ce78ae

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/stats/iter/lib

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@ var ns = {};
4545
*/
4646
setReadOnly( ns, 'itercugmean', require( '@stdlib/stats/iter/cugmean' ) );
4747

48+
/**
49+
* @name itercuhmean
50+
* @memberof ns
51+
* @readonly
52+
* @type {Function}
53+
* @see {@link module:@stdlib/stats/iter/cuhmean}
54+
*/
55+
setReadOnly( ns, 'itercuhmean', require( '@stdlib/stats/iter/cuhmean' ) );
56+
4857
/**
4958
* @name itercumax
5059
* @memberof ns

0 commit comments

Comments
 (0)