Question: create a test function that takes an array as input and returns the minimum value, maximum value, mean, median, mode, standard deviation, variance, Quartile1, Quartile3
create a test function that takes an array as input and returns the minimum value, maximum value, mean, median, mode, standard deviation, variance, Quartile1, Quartile3 and Quartile deviation of the array. Program in python
Note: All values must be rounded off to 2 digit decimal place.
Type of the final output must be a tuple.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
