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.
1 parent 74f2d2f commit 9ecb0d0Copy full SHA for 9ecb0d0
lib/node_modules/@stdlib/stats/base/ndarray/cumax/lib/main.js
@@ -33,7 +33,7 @@ var strided = require( '@stdlib/stats/base/cumax' ).ndarray;
33
* Computes the cumulative maximum value of a one-dimensional ndarray.
34
*
35
* @param {ArrayLikeObject<Object>} arrays - array-like object containing an input ndarray and an output ndarray
36
-* @returns {number} maximum value
+* @returns {ndarrayLike} output ndarray
37
38
* @example
39
* var ndarray2array = require( '@stdlib/ndarray/to-array' );
0 commit comments