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
-[`ece5e44`](https://github.com/stdlib-js/stdlib/commit/ece5e447db05e52c5eb951075c8dfc5cb25d082e) - **feat:** add C ndarray interface and refactor implementation for `stats/base/svariancepn`[(#4766)](https://github.com/stdlib-js/stdlib/pull/4766)_(by Prashant Kumar Yadav, Athan Reines)_
26
27
-[`6a5404b`](https://github.com/stdlib-js/stdlib/commit/6a5404b69fa97b5a2d8e533a241af082ef98a527) - **refactor:** update `stats/base/svariancepn` native addon from C++ to C [(#4230)](https://github.com/stdlib-js/stdlib/pull/4230)_(by Vinit Pandit)_
27
28
-[`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_
@@ -39,8 +40,9 @@
39
40
40
41
### Contributors
41
42
42
-
A total of 4 people contributed to this release. Thank you to the following contributors:
43
+
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
@@ -382,7 +382,7 @@ int main( void ) {
382
382
383
383
## See Also
384
384
385
-
- <span class="package-name">[`@stdlib/stats-base/dvariancepn`][@stdlib/stats/base/dvariancepn]</span><span class="delimiter">: </span><span class="description">calculate the variance of a double-precision floating-point strided array using a two-pass algorithm.</span>
385
+
- <span class="package-name">[`@stdlib/stats-strided/dvariancepn`][@stdlib/stats/strided/dvariancepn]</span><span class="delimiter">: </span><span class="description">calculate the variance of a double-precision floating-point strided array using a two-pass algorithm.</span>
386
386
- <span class="package-name">[`@stdlib/stats-base/snanvariancepn`][@stdlib/stats/base/snanvariancepn]</span><span class="delimiter">: </span><span class="description">calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.</span>
387
387
- <span class="package-name">[`@stdlib/stats-base/sstdevpn`][@stdlib/stats/base/sstdevpn]</span><span class="delimiter">: </span><span class="description">calculate the standard deviation of a single-precision floating-point strided array using a two-pass algorithm.</span>
388
388
- <span class="package-name">[`@stdlib/stats-base/svariance`][@stdlib/stats/base/svariance]</span><span class="delimiter">: </span><span class="description">calculate the variance of a single-precision floating-point strided array.</span>
0 commit comments