Skip to content

Commit 55a4cf2

Browse files
authored
Update README.md
Signed-off-by: Kaushikgtm <[email protected]>
1 parent 9008678 commit 55a4cf2

File tree

1 file changed

+2
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/nanrange-by

1 file changed

+2
-1
lines changed

lib/node_modules/@stdlib/stats/base/nanrange-by/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ var v = nanrangeBy.ndarray( 3, x, 1, x.length-3, accessor );
168168
## Notes
169169

170170
- If `N <= 0`, both functions return `NaN`.
171+
- [@stdlib/array/base/accessor]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/accessor
171172
- A provided callback function should return a numeric value.
172173
- If a provided callback function returns `NaN`, the value is ignored.
173174
- If a provided callback function does not return any value (or equivalently, explicitly returns `undefined`), the value is ignored.
@@ -238,7 +239,7 @@ console.log( v );
238239
[range]: https://en.wikipedia.org/wiki/Range_%28statistics%29
239240

240241
[mdn-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
241-
[@stdlib/array/base/accessor]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/accessor
242+
242243
[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
243244

244245
<!-- <related-links> -->

0 commit comments

Comments
 (0)