Question: Using standard libraries like stdio and sdtlib.h and using stats.h and stats.c and other files like min.c max.c etc. along with an external file grades.txt

Using standard libraries like stdio and sdtlib.h and using stats.h and stats.c and other files like min.c max.c etc. along with an external file grades.txt

along with these pictures is an output file for reference.

Using standard libraries like stdio and sdtlib.h and using stats.h and stats.c

and other files like min.c max.c etc. along with an external filegrades.txt along with these pictures is an output file for reference. DescriptionYour task is to create a personal library to implement a statistic

Description Your task is to create a personal library to implement a statistic package on any given data (assume that the data is always of type float). To do this you must create: 1. a header file (stats h) with 5 function prototypes: maximum() minimum. 0 equation: x yxij mean N-1 variance equation: o histogram0 2. five (5) implementation files with each of functions listed above min. c, max. c, mean C variance C and histogram .c You will then write C code (main.c that asks the user for the data file he/she wishes to compute the statistics for and displays the results to the user. YoU WILL NOT WRITE ANY STATISTICS FUNCTIONS IN main.c you will simply call the functions prototyped in stats h and coded in min. c max.c, mean C variance C and histogram. c Procedure: Refer to textbook pg 669-6770 1. Create the header file stats.h a. Start with a block comment summarizing the purpose of the header file b. define any constant that you need for the header file (NOT YOUR CODE) c. Individual function prototypes (with introductory comments stating purpose of each function) d. Save e. Below is the template for stats.h

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!