Write a program in python to calculate the variance and standard deviation for the given temperatures 23,41,33,17,19,10
Answers
Answered by
1
Answer:
- 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!
Explanation:
- please make it a brainliest answer.
Similar questions