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
-[`95bdc42`](https://github.com/stdlib-js/stdlib/commit/95bdc42196643ed99f417ec1be130ca7acc6b121) - **refactor:** update `stats/base/dmeanstdev` native addon from C++ to C [(#4612)](https://github.com/stdlib-js/stdlib/pull/4612)_(by Dhruv Arvind Singh)_
17
18
-[`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_
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
@@ -288,7 +288,7 @@ console.log( out );
288
288
289
289
- <spanclass="package-name">[`@stdlib/stats-strided/dmean`][@stdlib/stats/strided/dmean]</span><spanclass="delimiter">: </span><spanclass="description">calculate the arithmetic mean of a double-precision floating-point strided array.</span>
290
290
- <spanclass="package-name">[`@stdlib/stats-base/dmeanvar`][@stdlib/stats/base/dmeanvar]</span><spanclass="delimiter">: </span><spanclass="description">calculate the mean and variance of a double-precision floating-point strided array.</span>
291
-
- <spanclass="package-name">[`@stdlib/stats-base/dstdev`][@stdlib/stats/base/dstdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a double-precision floating-point strided array.</span>
291
+
- <spanclass="package-name">[`@stdlib/stats-strided/dstdev`][@stdlib/stats/strided/dstdev]</span><spanclass="delimiter">: </span><spanclass="description">calculate the standard deviation of a double-precision floating-point strided array.</span>
0 commit comments