File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
lib/node_modules/@stdlib/stats/base/ndarray Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 13
13
Returns
14
14
-------
15
15
out: number
16
- Maximum value.
16
+ Maximum absolute value.
17
17
18
18
Examples
19
19
--------
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import { float64ndarray } from '@stdlib/types/ndarray';
26
26
* Computes the maximum absolute value of a one-dimensional double-precision floating-point ndarray.
27
27
*
28
28
* @param arrays - array-like object containing an input ndarray
29
- * @returns maximum value
29
+ * @returns maximum absolute value
30
30
*
31
31
* @example
32
32
* var Float64Array = require( '@stdlib/array/float64' );
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ var strided = require( '@stdlib/stats/strided/dmaxabs' ).ndarray;
33
33
* Computes the maximum absolute value of a one-dimensional double-precision floating-point ndarray.
34
34
*
35
35
* @param {ArrayLikeObject<Object> } arrays - array-like object containing an input ndarray
36
- * @returns {number } maximum value
36
+ * @returns {number } maximum absolute value
37
37
*
38
38
* @example
39
39
* var Float64Array = require( '@stdlib/array/float64' );
Original file line number Diff line number Diff line change 12
12
Returns
13
13
-------
14
14
out: number
15
- Maximum value.
15
+ Maximum absolute value.
16
16
17
17
Examples
18
18
--------
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import { ndarray } from '@stdlib/types/ndarray';
26
26
* Computes the maximum absolute value of a one-dimensional ndarray.
27
27
*
28
28
* @param arrays - array-like object containing an input ndarray
29
- * @returns maximum value
29
+ * @returns maximum absolute value
30
30
*
31
31
* @example
32
32
* var ndarray = require( '@stdlib/ndarray/base/ctor' );
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ var strided = require( '@stdlib/stats/strided/maxabs' ).ndarray;
33
33
* Computes the maximum absolute value of a one-dimensional ndarray.
34
34
*
35
35
* @param {ArrayLikeObject<Object> } arrays - array-like object containing an input ndarray
36
- * @returns {number } maximum value
36
+ * @returns {number } maximum absolute value
37
37
*
38
38
* @example
39
39
* var ndarray = require( '@stdlib/ndarray/base/ctor' );
Original file line number Diff line number Diff line change 13
13
Returns
14
14
-------
15
15
out: number
16
- Maximum value.
16
+ Maximum absolute value.
17
17
18
18
Examples
19
19
--------
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import { float32ndarray } from '@stdlib/types/ndarray';
26
26
* Computes the maximum absolute value of a one-dimensional single-precision floating-point ndarray.
27
27
*
28
28
* @param arrays - array-like object containing an input ndarray
29
- * @returns maximum value
29
+ * @returns maximum absolute value
30
30
*
31
31
* @example
32
32
* var Float32Array = require( '@stdlib/array/float32' );
You can’t perform that action at this time.
0 commit comments