Question: Review the attached excerpt on coding Frequency Distribution routines. Work through the examples and internal functions to manipulate internal Dictionaries to represent grades from a
Review the attached excerpt on coding Frequency Distribution routines.
Work through the examples and internal functions to manipulate internal Dictionaries to represent grades from a Computer Science class. From there, complete the following steps to implement code and show your output:
Implement the frequencyTable function and show the output for the following frequency table:
frequencyTable
Did you notice a discrepancy with the book excerpt?
Implement the histogram generator as described in section
frequencyChart
Follow the instructions in section to handle Standard Deviation. This includes covering the data lists in Session show your output.
Update
From class we reviewed the basic requirements for HW #
It will make sense to code everything one module at a time to make sure that you are picking up on the method and intent. Here are the methods that I had in my demo code:
Mode
FrequencyTable
FrequencyTableAlt
FrequencyChart
StdDev
Assuming that you code one module at a time with prerequisites ie mode & StdDev here are the data sets that I need to see for the grading of your output:
A Print out FrequencyTable with mean score and Standard Deviation
# frequencyTable
B Print out FrequencyTableALT with mean score & Standard Deviation
# frequencyTableAlt
C Print out the GUI for FrequencyChart
# frequencyChart
D Print out the GUI for FrequencyChart with a new set of grades.
# frequencyChart
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
