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
-[`6e9f42e`](https://github.com/stdlib-js/stdlib/commit/6e9f42e4c912485d9896eaa16c88b70fd3688e97) - **docs:** harmonize list formatting in repl.txt and ensure starting newline _(by Philipp Burckhardt)_
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,7 @@ var v = nanrangeBy.ndarray( 3, x, 1, x.length-3, accessor );
204
204
- A provided callback function should return a numeric value.
205
205
- If a provided callback function returns `NaN`, the value is ignored.
206
206
- If a provided callback function does not return any value (or equivalently, explicitly returns `undefined`), the value is ignored.
207
-
- When possible, prefer using [`dnanrange`][@stdlib/stats/strided/dnanrange], [`snanrange`][@stdlib/stats/base/snanrange], and/or [`nanrange`][@stdlib/stats/base/nanrange], as, depending on the environment, these interfaces are likely to be significantly more performant.
207
+
- When possible, prefer using [`dnanrange`][@stdlib/stats/strided/dnanrange], [`snanrange`][@stdlib/stats/strided/snanrange], and/or [`nanrange`][@stdlib/stats/base/nanrange], as, depending on the environment, these interfaces are likely to be significantly more performant.
208
208
209
209
</section>
210
210
@@ -257,7 +257,7 @@ console.log( v );
257
257
- <spanclass="package-name">[`@stdlib/stats-base/nanmin-by`][@stdlib/stats/base/nanmin-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a strided array via a callback function, ignoring NaN values.</span>
258
258
- <spanclass="package-name">[`@stdlib/stats-base/nanrange`][@stdlib/stats/base/nanrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a strided array, ignoring NaN values.</span>
259
259
- <spanclass="package-name">[`@stdlib/stats-base/range-by`][@stdlib/stats/base/range-by]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a strided array via a callback function.</span>
260
-
- <spanclass="package-name">[`@stdlib/stats-base/snanrange`][@stdlib/stats/base/snanrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a single-precision floating-point strided array, ignoring NaN values.</span>
260
+
- <spanclass="package-name">[`@stdlib/stats-strided/snanrange`][@stdlib/stats/strided/snanrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a single-precision floating-point strided array, ignoring NaN values.</span>
0 commit comments