You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/max/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,13 +49,13 @@ var v = y.get();
49
49
50
50
The function has the following parameters:
51
51
52
-
-**x**: input [ndarray][@stdlib/ndarray/ctor]. Must have a real-valued or generic [data type][@stdlib/ndarray/dtypes].
52
+
-**x**: input [ndarray][@stdlib/ndarray/ctor]. Must have a real-valued or "generic"[data type][@stdlib/ndarray/dtypes].
53
53
-**options**: function options (_optional_).
54
54
55
55
The function accepts the following options:
56
56
57
57
-**dims**: list of dimensions over which to perform a reduction. If not provided, the function performs a reduction over all elements in a provided input [ndarray][@stdlib/ndarray/ctor].
58
-
-**dtype**: output ndarray [data type][@stdlib/ndarray/dtypes]. Must be a real-valued or generic [data type][@stdlib/ndarray/dtypes].
58
+
-**dtype**: output ndarray [data type][@stdlib/ndarray/dtypes]. Must be a real-valued or "generic"[data type][@stdlib/ndarray/dtypes].
59
59
-**keepdims**: boolean indicating whether the reduced dimensions should be included in the returned [ndarray][@stdlib/ndarray/ctor] as singleton dimensions. Default: `false`.
60
60
61
61
By default, the function performs a reduction over all elements in a provided input [ndarray][@stdlib/ndarray/ctor]. To perform a reduction over specific dimensions, provide a `dims` option.
0 commit comments