Skip to content

Commit 33e93e1

Browse files
committed
Update namespace
1 parent 1e3d262 commit 33e93e1

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
@@ -117,6 +117,15 @@ setReadOnly( ns, 'increwvariance', require( '@stdlib/stats/incr/ewvariance' ) );
117117
*/
118118
setReadOnly( ns, 'incrgmean', require( '@stdlib/stats/incr/gmean' ) );
119119

120+
/**
121+
* @name incrgrubbs
122+
* @memberof ns
123+
* @readonly
124+
* @type {Function}
125+
* @see {@link module:@stdlib/stats/incr/grubbs}
126+
*/
127+
setReadOnly( ns, 'incrgrubbs', require( '@stdlib/stats/incr/grubbs' ) );
128+
120129
/**
121130
* @name incrhmean
122131
* @memberof ns

0 commit comments

Comments
 (0)