Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started