Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 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 theStep 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