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
@@ -156,7 +156,7 @@ var v = nanmskrange.ndarray( 4, x, 2, 1, mask, 2, 1 );
156
156
157
157
- If `N <= 0`, both functions return `NaN`.
158
158
- 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]).
159
-
- Depending on the environment, the typed versions ([`dnanmskrange`][@stdlib/stats/base/dnanmskrange], [`snanmskrange`][@stdlib/stats/base/snanmskrange], etc.) are likely to be significantly more performant.
159
+
- Depending on the environment, the typed versions ([`dnanmskrange`][@stdlib/stats/strided/dnanmskrange], [`snanmskrange`][@stdlib/stats/base/snanmskrange], etc.) are likely to be significantly more performant.
160
160
161
161
</section>
162
162
@@ -199,7 +199,7 @@ console.log( v );
199
199
200
200
## See Also
201
201
202
-
- <spanclass="package-name">[`@stdlib/stats-base/dnanmskrange`][@stdlib/stats/base/dnanmskrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a double-precision floating-point strided array according to a mask, ignoring NaN values.</span>
202
+
- <spanclass="package-name">[`@stdlib/stats-strided/dnanmskrange`][@stdlib/stats/strided/dnanmskrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a double-precision floating-point strided array according to a mask, ignoring NaN values.</span>
203
203
- <spanclass="package-name">[`@stdlib/stats-base/mskrange`][@stdlib/stats/base/mskrange]</span><spanclass="delimiter">: </span><spanclass="description">calculate the range of a strided array according to a mask.</span>
204
204
- <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>
205
205
- <spanclass="package-name">[`@stdlib/stats-base/nanmskmax`][@stdlib/stats/base/nanmskmax]</span><spanclass="delimiter">: </span><spanclass="description">calculate the maximum value of a strided array according to a mask, ignoring NaN values.</span>
0 commit comments