Question: Write a Python script to calculate the average and standard deviation of the following set of numbers: 1 . x = { 1 . 0

Write a Python script to calculate the average and standard deviation of the following set of numbers:
1. x ={1.0,1.2,1.2,0.9,1.1,0.8,0.7,1.1}
2. x ={5.6,6.1,7.1,7.9,5.1,6.0,5.3,6.3}
The average is defined as:
x=1/n Xn i=1 xi
where n is the number of elements in the set of numbers.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!