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: 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
@@ -147,7 +147,7 @@ var v = nanrange.ndarray( 5, x, 2, 1 );
147
147
148
148
- If `N <= 0`, both functions return `NaN`.
149
149
- 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]).
150
-
- Depending on the environment, the typed versions ([`dnanrange`][@stdlib/stats/strided/dnanrange], [`snanrange`][@stdlib/stats/base/snanrange], etc.) are likely to be significantly more performant.
150
+
- Depending on the environment, the typed versions ([`dnanrange`][@stdlib/stats/strided/dnanrange], [`snanrange`][@stdlib/stats/strided/snanrange], etc.) are likely to be significantly more performant.
151
151
152
152
</section>
153
153
@@ -195,7 +195,7 @@ console.log( v );
195
195
- <spanclass="package-name">[`@stdlib/stats-base/nanmax`][@stdlib/stats/base/nanmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a strided array, ignoring NaN values.</span>
196
196
- <spanclass="package-name">[`@stdlib/stats-base/nanmin`][@stdlib/stats/base/nanmin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the minimum value of a strided array, ignoring NaN values.</span>
197
197
- <spanclass="package-name">[`@stdlib/stats-base/range`][@stdlib/stats/base/range]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a strided array.</span>
198
-
- <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>
198
+
- <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