Question: I need help with this java program,sould be run complete without syntax,need the main class , the controller , XML file GUI and test class
I need help with this java program,sould be run complete without syntax,need the main class the controller XML file GUI and test class Statisticians use the concept of mean and standard deviation to describe a collection of data. The mean is the average value of the items, and the standard deviation measures the spread of dispersal of the numbers about the mean. Formally, if X X XXn is a collection of data then:mean and standard deviationA college professor would like to use the curving method to assign grades to his course. Using Java streams and lambda functions, implement code to do the following:A standalone Java class called GradeAnalyzer has methods to read a set of grades into an internal relevant data structure from a flat file.Has a public method that enables the user of this class to calculate: i mean mii standard deviation s of the exam scores using Java Streams this approach must be used to get credit.A public method that enables the user to assign letter grades to each exam score ES as follows: ES m s A m s ES m s B m s ES m s C m s ES m s D ES m s F For example, if m were and s were then grades of or above would receive As grades between and would receive Bs and so onCreate a JavaFX GUI application that uses the GradeAnalyzer class to display the grade distribution and letter grade for the given set of grades. To get credit, you must use a Controller class and fxml file as taught in class. A sample GUI form is shown on the next page. Use the test data shown to test your program.
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
