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
- If `N <= 0`, both functions return `y` unchanged.
157
-
- Depending on the environment, the typed versions ([`dcuminabs`][@stdlib/stats/strided/dcuminabs], [`scuminabs`][@stdlib/stats/base/scuminabs], etc.) are likely to be significantly more performant.
157
+
- Depending on the environment, the typed versions ([`dcuminabs`][@stdlib/stats/strided/dcuminabs], [`scuminabs`][@stdlib/stats/strided/scuminabs], etc.) are likely to be significantly more performant.
158
158
159
159
</section>
160
160
@@ -209,7 +209,7 @@ console.log( y );
209
209
- <spanclass="package-name">[`@stdlib/stats-base/cumaxabs`][@stdlib/stats/base/cumaxabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative maximum absolute value of a strided array.</span>
210
210
- <spanclass="package-name">[`@stdlib/stats-base/cumin`][@stdlib/stats/base/cumin]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative minimum of a strided array.</span>
211
211
- <spanclass="package-name">[`@stdlib/stats-strided/dcuminabs`][@stdlib/stats/strided/dcuminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.</span>
212
-
- <spanclass="package-name">[`@stdlib/stats-base/scuminabs`][@stdlib/stats/base/scuminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.</span>
212
+
- <spanclass="package-name">[`@stdlib/stats-strided/scuminabs`][@stdlib/stats/strided/scuminabs]</span><spanclass="delimiter">: </span><spanclass="description">calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.</span>
0 commit comments