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 basicstats that takes as input an array of numbers x The function returns a dictionary with the following keys: meanstdmax 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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
