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
-[`db37507`](https://github.com/stdlib-js/stdlib/commit/db37507a5124e609881d51e088533cd4b3ece722) - **refactor:** update `stats/base/smeankbn` native addon from C++ to C [(#4463)](https://github.com/stdlib-js/stdlib/pull/4463)_(by Vivek Maurya)_
@@ -28,9 +29,10 @@
28
29
29
30
### Contributors
30
31
31
-
A total of 3 people contributed to this release. Thank you to the following contributors:
32
+
A total of 4 people contributed to this release. Thank you to the following contributors:
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -230,7 +230,7 @@ console.log( v );
230
230
231
231
- <spanclass="package-name">[`@stdlib/stats-strided/dmeankbn`][@stdlib/stats/strided/dmeankbn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a double-precision floating-point strided array using an improved Kahan–Babuška algorithm.</span>
232
232
- <spanclass="package-name">[`@stdlib/stats-base/meankbn`][@stdlib/stats/base/meankbn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a strided array using an improved Kahan–Babuška algorithm.</span>
233
-
- <spanclass="package-name">[`@stdlib/stats-base/smean`][@stdlib/stats/base/smean]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array.</span>
233
+
- <spanclass="package-name">[`@stdlib/stats-strided/smean`][@stdlib/stats/strided/smean]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a single-precision floating-point strided array.</span>
0 commit comments