Using the data from exercise 4, calculate the following statistics without importing
anything from the statistics module in the standard library (https://
docs.python.org/3/library/statistics.html), and then confirm your
results match up to those that are obtained when using the statistics module
(where possible):
a) Mean
b) Median
c) Mode (hint: check out the Counter class in the collections module
of the standard library at https://docs.python.org/3/library/
collections.html#collections.Counter)
d) Sample variance
e) Sample standard deviation
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here