Skip to content

Commit 6ee81f5

Browse files
committed
Update namespace
1 parent d2730f1 commit 6ee81f5

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
@@ -72,6 +72,15 @@ setReadOnly( ns, 'incrcovariance', require( '@stdlib/stats/incr/covariance' ) );
7272
*/
7373
setReadOnly( ns, 'incrcovmat', require( '@stdlib/stats/incr/covmat' ) );
7474

75+
/**
76+
* @name incrcv
77+
* @memberof ns
78+
* @readonly
79+
* @type {Function}
80+
* @see {@link module:@stdlib/stats/incr/cv}
81+
*/
82+
setReadOnly( ns, 'incrcv', require( '@stdlib/stats/incr/cv' ) );
83+
7584
/**
7685
* @name increwmean
7786
* @memberof ns

0 commit comments

Comments
 (0)