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
-[`5654424`](https://github.com/stdlib-js/stdlib/commit/5654424510f9b6d9273b5ce4c60f365761a53cca) - **feat:** add support for accessor arrays and refactor `stats/base/nanstdevch`[(#7588)](https://github.com/stdlib-js/stdlib/pull/7588)_(by Gururaj Gurram)_
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -271,7 +271,7 @@ console.log( v );
271
271
- <spanclass="package-name">[`@stdlib/stats-base/nanvariancech`][@stdlib/stats/base/nanvariancech]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array ignoring NaN values and using a one-pass trial mean algorithm.</span>
272
272
- <spanclass="package-name">[`@stdlib/stats-base/nanstdev`][@stdlib/stats/base/nanstdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array ignoring NaN values.</span>
273
273
- <spanclass="package-name">[`@stdlib/stats-base/snanstdevch`][@stdlib/stats/base/snanstdevch]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.</span>
274
-
- <spanclass="package-name">[`@stdlib/stats-base/stdevch`][@stdlib/stats/base/stdevch]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array using a one-pass trial mean algorithm.</span>
274
+
- <spanclass="package-name">[`@stdlib/stats-strided/stdevch`][@stdlib/stats/strided/stdevch]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array using a one-pass trial mean algorithm.</span>
0 commit comments