Skip to content

Conversation

@shiva-yadav-ds
Copy link

Summary

This pull request adds four new modules under the statistics/ directory, covering core statistical operations. Each module contains clean, well-documented Python functions.

Modules added

  1. central_tendency.py
    Functions: mean, median, mode

  2. dispersion.py
    Functions: variance, stdev, data_range, iqr

  3. frequency_stats.py
    Functions: frequency_table, relative_frequency, cumulative_frequency, top_k_modes

  4. probability_basic.py
    Functions: factorial, permutations, combinations, binomial_pmf, empirical_probability

Why this is useful

These modules expand the project's statistical tools and provide foundational functions that are easy to reuse, test, and extend. Each file is separated by topic for clarity.

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