Skip to content

Commit af412b4

Browse files
committed
Auto-generated commit
1 parent cd290c8 commit af412b4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-03-29)
7+
## Unreleased (2025-03-30)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`adfa457`](https://github.com/stdlib-js/stdlib/commit/adfa4575e7715273bb374e76860236608ca4a165) - **refactor:** update paths _(by Aayush Khanna)_
1516
- [`ab7cd64`](https://github.com/stdlib-js/stdlib/commit/ab7cd64f58fab5278c0160ad70d494fb545f6a44) - **refactor:** update paths _(by Aayush Khanna)_
1617

1718
</details>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ var v = variancech.ndarray( N, 1, x, 2, 1 );
216216
- If `N <= 0`, both functions return `NaN`.
217217
- If `N - c` is less than or equal to `0` (where `c` corresponds to the provided degrees of freedom adjustment), both functions return `NaN`.
218218
- The underlying algorithm is a specialized case of Neely's two-pass algorithm. As the variance is invariant with respect to changes in the location parameter, the underlying algorithm uses the first strided array element as a trial mean to shift subsequent data values and thus mitigate catastrophic cancellation. Accordingly, the algorithm's accuracy is best when data is **unordered** (i.e., the data is **not** sorted in either ascending or descending order such that the first value is an "extreme" value).
219-
- Depending on the environment, the typed versions ([`dvariancech`][@stdlib/stats/strided/dvariancech], [`svariancech`][@stdlib/stats/base/svariancech], etc.) are likely to be significantly more performant.
219+
- Depending on the environment, the typed versions ([`dvariancech`][@stdlib/stats/strided/dvariancech], [`svariancech`][@stdlib/stats/strided/svariancech], etc.) are likely to be significantly more performant.
220220

221221
</section>
222222

@@ -361,7 +361,7 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
361361

362362
[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
363363

364-
[@stdlib/stats/base/svariancech]: https://github.com/stdlib-js/stats-base-svariancech
364+
[@stdlib/stats/strided/svariancech]: https://github.com/stdlib-js/stats-strided-svariancech
365365

366366
[@neely:1966a]: https://doi.org/10.1145/365719.365958
367367

0 commit comments

Comments
 (0)