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
-[`1bd0b30`](https://github.com/stdlib-js/stdlib/commit/1bd0b3026eef3e5a8a2643132042030c0ff6af47) - **refactor:** update `stats/base/snanstdevpn` native addon from C++ to C [(#4475)](https://github.com/stdlib-js/stdlib/pull/4475)_(by Dhruv Arvind Singh)_
@@ -30,11 +31,12 @@
30
31
31
32
### Contributors
32
33
33
-
A total of 4 people contributed to this release. Thank you to the following contributors:
34
+
A total of 5 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
Original file line number
Diff line number
Diff line change
@@ -277,7 +277,7 @@ console.log( v );
277
277
## See Also
278
278
279
279
- <spanclass="package-name">[`@stdlib/stats-strided/dnanstdevpn`][@stdlib/stats/strided/dnanstdevpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.</span>
280
-
- <spanclass="package-name">[`@stdlib/stats-base/nanstdevpn`][@stdlib/stats/base/nanstdevpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array ignoring NaN values and using a two-pass algorithm.</span>
280
+
- <spanclass="package-name">[`@stdlib/stats-strided/nanstdevpn`][@stdlib/stats/strided/nanstdevpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a strided array ignoring NaN values and using a two-pass algorithm.</span>
281
281
- <spanclass="package-name">[`@stdlib/stats-base/snanstdev`][@stdlib/stats/base/snanstdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values.</span>
282
282
- <spanclass="package-name">[`@stdlib/stats-base/snanvariancepn`][@stdlib/stats/base/snanvariancepn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.</span>
283
283
- <spanclass="package-name">[`@stdlib/stats-strided/sstdevpn`][@stdlib/stats/strided/sstdevpn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a single-precision floating-point strided array using a two-pass algorithm.</span>
0 commit comments