We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dcumax
1 parent 68cf553 commit 04e92c3Copy full SHA for 04e92c3
lib/node_modules/@stdlib/stats/base/ndarray/lib/index.js
@@ -36,6 +36,15 @@ var setReadOnly = require( '@stdlib/utils/define-read-only-property' );
36
*/
37
var ns = {};
38
39
+/**
40
+* @name dcumax
41
+* @memberof ns
42
+* @readonly
43
+* @type {Function}
44
+* @see {@link module:@stdlib/stats/base/ndarray/dcumax}
45
+*/
46
+setReadOnly( ns, 'dcumax', require( '@stdlib/stats/base/ndarray/dcumax' ) );
47
+
48
/**
49
* @name dmax
50
* @memberof ns
0 commit comments