Question: Create a function called basic _ stats that takes as input an array of numbers x . The function returns a dictionary with the following

Create a function called basic_stats that takes as input an array of numbers x. The function returns a dictionary with the following keys: mean,std,max, and min. Associated with the keys are the values of the mean, standard deviation (associated with std), maximum, and minimum of the numbers in x.

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 Programming Questions!