Skip to content

Commit 6c681e9

Browse files
committed
feat: add chisquare to namespace
1 parent 94d1a50 commit 6c681e9

File tree

1 file changed

+9
-0
lines changed
  • lib/node_modules/@stdlib/random/strided/lib

1 file changed

+9
-0
lines changed

lib/node_modules/@stdlib/random/strided/lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,15 @@ setReadOnly( ns, 'betaprime', require( '@stdlib/random/strided/betaprime' ) );
8181
*/
8282
setReadOnly( ns, 'chi', require( '@stdlib/random/strided/chi' ) );
8383

84+
/**
85+
* @name chisquare
86+
* @memberof ns
87+
* @readonly
88+
* @type {Function}
89+
* @see {@link module:@stdlib/random/strided/chisquare}
90+
*/
91+
setReadOnly( ns, 'chisquare', require( '@stdlib/random/strided/chisquare' ) );
92+
8493
/**
8594
* @name cosine
8695
* @memberof ns

0 commit comments

Comments
 (0)