This is a tool focused to help students with the Statistics topic "Frequency Distributions" and its variants
This is a tool with the goal to help students with Statistics problems of the topic “Frequency Distributions”, and its sub-topics like “Grouped Frequency Distributions”.
If you don’t understand a term from the python files, there’s a high chance it’s my traduction. I had this topic in Spanish.
I want for this program to be able to calculate all the results for the exercises/problems of these topics.
As of v0.3.0, these are the operations the program can do:
The program only accepts possitive numbers with up to 1 decimal position
v0.4.0 introduces two new features for the program:
Both are sub-topics of Frequency distributions. The goal is, with the given table of a frquency distribution, to calculate the average of the data with two different methods: standard arithmetic average and arithemtic average using deviation.
Arithmetic averages for frequency distributions, given the first two columns:
Arithmetic averages for grouped frequency distributions, given the first two columns:
The modules include some handy features, like letting the user choose the position of the center of the deviation, automatic calculation of the rest of the table of grouped frequencies given the first group and more.