Skip to content

feat: Adding Mode and Moments to summary statistics - #118

Open
N3uralN3twork wants to merge 1 commit into
rust-ndarray:masterfrom
N3uralN3twork:feature/descriptive-stats
Open

feat: Adding Mode and Moments to summary statistics#118
N3uralN3twork wants to merge 1 commit into
rust-ndarray:masterfrom
N3uralN3twork:feature/descriptive-stats

Conversation

@N3uralN3twork

@N3uralN3twork N3uralN3twork commented Aug 3, 2026

Copy link
Copy Markdown

Directly addresses #104

Adds mode statistics and raw/standardized moment APIs to SummaryStatisticsExt, expanding the crate’s summary-statistics coverage.

  • Adds tje mode(), modes(), and mode_axis() with first-occurrence tie handling.
  • Adds scalar and vector APIs for raw and standardized moments.
  • Updates documentation and adds tests for ties, axis behavior, empty inputs, and numerical results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant