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/base/nanmax-by/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,6 @@ var v = nanmaxBy.ndarray( 3, x, 1, x.length-3, accessor );
160
160
## Notes
161
161
162
162
- If `N <= 0`, both functions return `NaN`.
163
-
- Both functions support array-like objects having getter and setter accessors for array element access (e.g., [`@stdlib/array/base/accessor`][@stdlib/array/base/accessor]).
164
163
- A provided callback function should return a numeric value.
165
164
- If a provided callback function returns `NaN`, the value is ignored.
166
165
- If a provided callback function does not return any value (or equivalently, explicitly returns `undefined`), the value is ignored.
@@ -183,7 +182,7 @@ var bernoulli = require( '@stdlib/random/base/bernoulli' );
183
182
var nanmaxBy =require( '@stdlib/stats/base/nanmax-by' );
0 commit comments