Your software company has been contracted to write a prototype program to perform simple statistical evaluations of integer data. Your portion of this program requires that you implement one object class: StatPackage. For final testing, your class will be

Your software company has been contracted to write a prototype program to perform simple statistical evaluations of integer data. Your portion of this program requires that you implement one object class: StatPackage. For final testing, your class will be compiled and linked to a driver program. You need to throughly test your package with your own drivers prior to delivery of your code. The interface specification for the stats package is: class StatPackage { StatPackage () // constructor for the class public void insert (double value) // insert value into the next position of the List // attempts to enter values once MAX is exceeded are ignored public void Histogram () // Print a histogram of the data in the List public double Mean () // Calculate the mean of the data in the List public double Median () // Calculate the median value for the data in the List public double Variance () // Calculate the variance value for the data in the List public double StdDev (double variance) // Calculate the standard deviation value for the data in the List } The functional specification for your package is: Your StatPackage will accept up to 500 values as input. Mean is the mean value for the values inserted into the StatPackage, mean is essentially the same as the average. Median is middle value if the number of items is odd or the average of the middle two values if the number of items is even. Variance is determined by the formula: the sum of the square of the values / count – square of the sum of the values / square of the count StdDev is the square root of the variance Histogram is a graphical output of the items inserted into the StatPackage. The format of the Histogram is: 1 – 10 | ********** 11 – 20 | ********** 21 – 30 | ********** 31 – 40 | ********** 41 – 50 | ******** 51 – 60 | ********* 61 – 70 | ********** 71 – 80 | ************ 81 – 90 | ******** 91 – 100 | ********* Where each ‘*’ represents 5 items in the partition.

#write essay #research paper #blog writing #article writing #academic writer #reflective paper #essay pro #types of essays #write my essay #reflective essay #paper writer #essay writing service #essay writer free #essay helper #write my paper #assignment writer #write my essay for me #write an essay for me #uk essay #thesis writer #dissertation writing services #writing a research paper #academic essay #dissertation help #easy essay #do my essay #paper writing service #buy essay #essay writing help #essay service #dissertation writing #online essay writer #write my paper for me #types of essay writing #essay writing website #write my essay for free #reflective report #type my essay #thesis writing services #write paper for me #research paper writing service #essay paper #professional essay writers #write my essay online #essay help online #write my research paper #dissertation writing help #websites that write papers for you for free #write my essay for me cheap #pay someone to write my paper #pay someone to write my research paper #Essaywriting #Academicwriting #Assignmenthelp #Nursingassignment #Nursinghomework #Psychologyassignment #Physicsassignment #Philosophyassignment #Religionassignment #History #Writing #writingtips #Students #universityassignment #onlinewriting #savvyessaywriters #onlineprowriters #assignmentcollection #excelsiorwriters #writinghub #study #exclusivewritings #myassignmentgeek #expertwriters #art #transcription #grammer #college #highschool #StudentsHelpingStudents #studentshirt #StudentShoe #StudentShoes #studentshoponline #studentshopping #studentshouse #StudentShoutout #studentshowcase2017 #StudentsHub #studentsieuczy #StudentsIn #studentsinberlin #studentsinbusiness #StudentsInDubai #studentsininternational