subject
Engineering, 23.03.2020 22:37 jeronimo18

In business applications, you are often asked to compute the mean and standard deviation of data. The mean is simply the average of the numbers. The standard deviation is a statistic that tells you how tightly all the data are clustered around the mean in a set of data. Compute the standard deviation of numbers. Please use the following formula to compute the standard deviation of n numbers. m = ∑ x =1 = x1+x2+⋯+x o = √ ∑ (x − m) 2 =1 − 1 To compute the standard deviation using the above formula, you have to store the individual numbers using an array, so they can be used after the mean is obtained. Your program should contain the following methods: /** to compute the deviation of double values**/ public static double deviation(double[] x) /** to compute the mean of an array of double values**/ public static double mean(double[] x) write a test program that prompts the user to en

ansver
Answers: 3

Another question on Engineering

question
Engineering, 03.07.2019 14:10
If the thermal strain developed in polyimide film during deposition is given as 0.0044. assume room temperature is kept at 17.3 c, and thermal coefficient of expansion for the film and the substrate are 54 x 10^-6c^-1 and 3.3 x 10^-6c^-1respectively. calculate the deposition temperature.
Answers: 3
question
Engineering, 04.07.2019 19:10
10 kg of co2 is initially contained at 400 kpa and 300 k. the gas constant for carbon dioxide is 189 j/lkg k) and has a specific heat ratio, k, of 1.289. isentropic expansion then occurs until the pressure is 200 kpa. a) determine the initial volume of co2 in m. b) determine the final temperature in k. c) determine the work done by the system during the expansion kl.
Answers: 2
question
Engineering, 06.07.2019 03:10
Consider two concentric spheres forming an enclosure with diameters of 12 cm and 18 cm the spheres are maintained at uniform temperatures ti-50°c and t2 = 250°c and have emissivities .45 and .8, respectively. determine the net rate of radiation heat transfer between the two spheres per unit surface area.
Answers: 1
question
Engineering, 06.07.2019 03:20
Not a characteristic property of ceramic material (a) high temperature stability (b) high mechanical strength (c) low elongation (d) low hardness
Answers: 2
You know the right answer?
In business applications, you are often asked to compute the mean and standard deviation of data. Th...
Questions
question
Mathematics, 03.10.2019 03:00