Skip to content
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

feat: make stats computation configurable #24

Open
berntpopp opened this issue Dec 17, 2024 · 0 comments
Open

feat: make stats computation configurable #24

berntpopp opened this issue Dec 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@berntpopp
Copy link
Member

The statistics currently may be limited to predefined methods. Allowing users to choose different statistical methods (e.g., max, average, standard deviation) would add flexibility.
Proposed Changes:

  • Introduce a --stats-method parameter with options such as max, average, stddev.
  • Implement logic to compute the selected statistic on relevant data.
    Benefits:
  • Users can tailor the analysis to their specific needs.
  • More comprehensive and customizable analytics.
    Acceptance Criteria:
  • --stats-method accepted and validated.
  • Code applies the chosen method to produce statistical results.
  • Documentation updated with available methods and usage examples.
@berntpopp berntpopp added the enhancement New feature or request label Dec 17, 2024
@berntpopp berntpopp self-assigned this Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant