Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribedimage text in transcribedplease 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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing

Authors: David M. Kroenke, David Auer

11th Edition

B003Y7CIBU, 978-0132302678

More Books

Students also viewed these Databases questions

Question

x-3+1, x23 Let f(x) = -*+3, * Answered: 1 week ago

Answered: 1 week ago

Question

Provide examples of Dimensional Tables.

Answered: 1 week ago