Programming Homework Help

Ryerson University Descriptive Statistics Functions in Python Discussion Questions

 

Discuss and describe/define EACH OF THE FOLLOWING separately (with an example for each) some of the descriptive statistics functions in Python:

(1) minimum—the smallest value in a collection of values.

(2) maximum—the largest value in a collection of values.

(3) range—the range of values from the minimum to the maximum.

(4) count—the number of values in a collection.

(5) sum—the total of the values in a collection.

Please use citations in your answer.