subject

Project Array. Create an array of numbers filled by the random number generator. Print the array and determine the smallest, largest, average, and calculate the standard deviation. Allow the client to pick the size of the array to be used and allow the client to repeat the process with a new array. Use a private method to calculate the standard deviation. In statistics and probability theory, the standard deviation shows how much variation or dispersion from the average exists in a group of numbers. A low standard deviation indicates that the data points tend to be very close to the mean (also called expected value); a high standard deviation indicates that the data points are spread out over a large range of values.
For a finite set of numbers, the standard deviation is found by taking the square root of the average of the squared differences of the values from their average value. For example, consider a population consisting of the following eight values: 2, 4, 4, 4, 5, 5, 7, 9. These 8 data points have the mean (average) of 5. (2 + 4 + 4 + 4 + 5 + 5 + 7 + 9)/8 = 5. Calculate the difference of each data point from the mean (average) and square this value.
(2 – 5)2 = (-3)2 = 9 (5 – 5)2 = (0)2 = 0
(4 – 5)2 = (-1)2 = 1 (5 – 5)2 = (0)2 = 0
(4 – 5)2 = (-1)2 = 1 (7 – 5)2 = (2)2 = 4
(4 – 5)2 = (-1)2 = 1 (9 – 5)2 = (4)2 = 16
Next, calculate the mean of these values: (9 + 1 + 1 + 1 + 0 + 0 + 4 + 16)/8 = 4. Now take the square root of the mean. The square root of 4 is 2 which is the standard deviation.
To get square root in Java, use double y = Math. sqrt(x)

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 03:40
Hello my name is mihai and i need your : )i have to do a python project in computer science and i’m really busy with my mocks this period of time besides this i’m not good at coding so could someone pls pls pls sort me out ? i actually beg ; ))
Answers: 1
question
Computers and Technology, 22.06.2019 04:30
What kind of software users of all skill levels create web pages that include graphics, video, audio, animation, and other special effects? website authoring website software website publishing website editing
Answers: 1
question
Computers and Technology, 22.06.2019 15:00
Who is the first president to use social media as part of his campaign strategy
Answers: 1
question
Computers and Technology, 22.06.2019 18:00
Determine whether the following careers would require training or college.
Answers: 1
You know the right answer?
Project Array. Create an array of numbers filled by the random number generator. Print the array and...
Questions
question
Mathematics, 03.12.2020 19:20
question
Mathematics, 03.12.2020 19:20
question
Mathematics, 03.12.2020 19:20
question
Mathematics, 03.12.2020 19:20
question
Mathematics, 03.12.2020 19:20
question
Chemistry, 03.12.2020 19:20