Question: please write using fortran 2. Write a program that reads a list of numbers and calculates their mean, variance, and standard deviation. Print how many

please write using fortran 2. Write a program that reads a listof numbers and calculates their mean, variance, and standard deviation. Print howplease write using fortran

2. Write a program that reads a list of numbers and calculates their mean, variance, and standard deviation. Print how many numbers there are and their mean, variance, and standard deviation with appropriate labels. If m denotes the mean of the numbers xI, the variance is the average of the squares of the deviations of the numbers from the mean and the standard deviation is the square root of the variance: variance O standard deviation o ial m) n is an input data. Input the following data from a data file (x.txt). Note that use IOSTAT in read command to determine the number of data points. 97,28,66,87,15,95,45,67,76,65,73,88 69,90,63,25,47,70,63,99,6 1,79, 10,92, 36, 89 3. Another common statistical measure of data is the median. The median of a data set is the value such that half of the numbers in the data set are smaller than the value. If there are an even number of values in the data set, then there cannot be a value exactly in the middle. In that case, the median is usually defined as the

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!