gabi13 gabi13
  • 20-10-2016
  • Mathematics
contestada

how to find standard deviation

Respuesta :

lovely3533
lovely3533 lovely3533
  • 21-10-2016
To calculate the standard deviation of those numbers:1.Work out the Mean (the simple average of the numbers)
2 Then for each number: subtract the Mean and square the result.
3.Then work out the mean of those squared differences.
4.Take the square root of that and we are done!
Answer Link

Otras preguntas

20 POINTS IF YOU ANSWER ASAP!!! 1.) Simplify 9/15. 2.)Write the fraction 5/4 as a decimal. 3.) Compare. Write <, >, or = 3/14 2/21 4.) Four bags of potato
Question What is the value of the expression when a = 3 and b = 5? 3a+b−4 Responses 4 7 10 34
fiesta 1980 closed ended questions
George wants to save money for a car. George invests $1,300 in a account that pays an interest rate of 7.5%
The sales tax for an item was $22 and it cost $440 before tax. Find the sales tax rate. Write your answer as a percentage.
what is the y- intercept when x =-1,0,1,2,3,4, and y= -4,-3.5,-3,-2.5,-2,-1.5
When a stone is dropped in water, 10 crests and 10 troughs are formed in 2 s. Find the frequency of the wave​
Please help me solve this. Questions in photo. Thank you
Axton has a toy model of king kong from the movie. Based on the information on the packaging, the toy is in scale of the "real" version represented in the movie
For questions 1-3, consider the following code: x = int(input("Enter a number: ")) if x != 7: print("A") if x >= 10: print("B") if x < 10: print("C") i