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
-[`f7a3247`](https://github.com/stdlib-js/stdlib/commit/f7a3247a9b386b5abfb879dfaec6943ff332c80b) - **refactor:** update `stats/base/snanvariance` native addon from C++ to C [(#4471)](https://github.com/stdlib-js/stdlib/pull/4471)_(by Dhruv Arvind Singh)_
@@ -42,11 +43,12 @@ This release closes the following issue:
42
43
43
44
### Contributors
44
45
45
-
A total of 5 people contributed to this release. Thank you to the following contributors:
46
+
A total of 6 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
@@ -272,7 +272,7 @@ console.log( v );
272
272
- <spanclass="package-name">[`@stdlib/stats-strided/dnanvariance`][@stdlib/stats/strided/dnanvariance]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a double-precision floating-point strided array ignoring NaN values.</span>
273
273
- <spanclass="package-name">[`@stdlib/stats-base/nanvariance`][@stdlib/stats/base/nanvariance]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a strided array ignoring NaN values.</span>
274
274
- <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>
275
-
- <spanclass="package-name">[`@stdlib/stats-base/svariance`][@stdlib/stats/base/svariance]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array.</span>
275
+
- <spanclass="package-name">[`@stdlib/stats-strided/svariance`][@stdlib/stats/strided/svariance]</span><spanclass="delimiter">: </span><spanclass="description">calculate the variance of a single-precision floating-point strided array.</span>
0 commit comments