Skip to content

feat: add support for accessor arrays and refactor stats/base/variancepn #5829

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Jun 13, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: fix description
Signed-off-by: Athan <[email protected]>
  • Loading branch information
kgryte authored Apr 30, 2025
commit 27f923d8025c8291e0588305133a8e92dd6d9c05
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type InputArray = NumericArray | Collection<number> | AccessorArrayLike<number>;
*/
interface Routine {
/**
* Computes the variance of a strided array using a two-pass algorithm and alternative indexing semantics.
* Computes the variance of a strided array using a two-pass algorithm.
*
* @param N - number of indexed elements
* @param correction - degrees of freedom adjustment
Expand Down