Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Note: The Programming Language That Should be used for this is CPP Programming language. Note: The data files are avaialbe on this link to make
Note: The Programming Language That Should be used for this is CPP Programming language.
Note: The data files are avaialbe on this link to make complete the program.
http://www2.cs.uidaho.edu/~bruceb/cs120/Assignments/index.html
Perform statistical analysis on some data using arrays to store data for analysis by your program. Functions must be used to perform the analysis described below. All output is to be written to an output file. Description: Display Standard Header. Put your standard output information in a function named ShowHeader (). Same as previous assignments. Read and store data. Read a column of data from an external file-the file name must be entered by the user. The exact number of points is not known. There will be no more than 100 points in each data file. Find the minimum, maximum, and average. A function for each operation should be written or a function that passes these values by reference may be used (this is the preferred method). Calculate the standard deviation. The standard deviation, sigma, is the squareroot of the variance. The following formulas may be used to calculate the standard deviation. variance = 1 sigma_i=1^n x_i^2 - 1^2 (sigma_i=1^n x_i)^2 or sigma = 1 - 1 sigma_i=1^n (x_i - mu)^2 There will be three data files for you to analyze. These data files will be posted on the class web site in the near future if they have already not been posted. Do not turn in the data files! Deliverables: Programs -fully documented. All functions should be fully documented also. Output-Neatly formatted and documented. Do not turn in the input (data) files! Program design sheet-In addition to your program and the output, attach a page showing the design of your programStep 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