A Python program that performs statistical calculations on data. The program utilizes the statistics
module created by me to draw a frequency distribution table.
- Calculate range,class interval and number of classes.
- Support for both individual data points to be grouped in frequency distribution table.
- Customizable output options.
- Python 3.x installed on your system.
- Required dependencies:
statistics
module (included in Python's standard library).
-
Clone the repository:
-
Navigate to the project directory:
-
Run the program:
-
Follow the instructions in the program to input your data and choose the desired statistical calculation.
-
Make your modifications and write tests if necessary.
-
Commit your changes:
-
Push the branch to your forked repository:
-
Submit a pull request detailing the changes you made.
Statistics_calc is developed and maintained by Walter.
This project is MIT licensed.
The implementation of Statistics_calc was inspired by the need for a simple offline statistics calculator.
If you have any questions, suggestions, or encounter any issues while using Statistics_calc, please feel free to open an issue. Your feedback is highly appreciated!