subject
Engineering, 26.12.2019 23:31 Vampfox

Public static void computesd (int [ ] numbers) {     int length = numbers. length;     double var, sd, mean, sum, varsum;     sum = 0;     for (int i = 0; i < length; i++)     {           sum += numbers [ i ];     }      mean = sum / (double) length;     varsum = 0;     for (int i = 0; i < length; i++)     {           varsum = varsum  + ((numbers [ i ] - mean) * (numbers [ i ] - mean));     }     var = varsum / ( length - 1.0 );     sd  = math. sqrt ( var );     system. out. println ("standard deviation: " + sd); }

ansver
Answers: 3

Another question on Engineering

question
Engineering, 04.07.2019 03:10
What precautions should you take to prevent injuries when dealing with heavy loads?
Answers: 1
question
Engineering, 04.07.2019 18:10
Steel is coated with a thin layer of ceramic to protect against corrosion. what do you expect to happen to the coating when the temperature of the steel is increased significantly? explain.
Answers: 1
question
Engineering, 04.07.2019 18:10
Apump is used to circulate hot water in a home heating system. water enters the well-insulated pump operating at steady state at a rate of 0.42 gal/min. the inlet pressure and temperature are 14.7 lbf/in.2, and 180°f, respectively; at the exit the pressure is 60 lbf/in.2 the pump requires 1/15 hp of power input. water can be modeled as an incompressible substance with constant density of 60.58 lb/ft3 and constant specific heat of 1 btu/lb or. neglecting kinetic and potential energy effects, determine the temperature change, in °r, as the water flows through the pump.
Answers: 1
question
Engineering, 04.07.2019 18:10
Give heat transfer applications for the following, (i) gas turbines (propulsion) ) gas turbines (power generation). (iii) steam turbines. (iv) combined heat and power (chp). (v) automotive engines
Answers: 1
You know the right answer?
Public static void computesd (int [ ] numbers) {     int length = numbers. length; &nbs...
Questions
question
Mathematics, 05.11.2020 03:50
question
Social Studies, 05.11.2020 03:50
question
Mathematics, 05.11.2020 03:50
Questions on the website: 13722367