Question: use python Question II (25) pts: Write the missing functions myAverage, mystandardDev, myMin, and mycorrelation in the following code. The formulas for average (mean), standard

Question II (25) pts: Write the missing functions myAverage, mystandardDev, myMin, and mycorrelation in the following code. The formulas for average (mean), standard deviation and correlation are given below. Question III (35 pts): Generate a list of 250 random values in the range I-99. Determine and remove duplicate values that appears more than 2 times in the list. Your program should print - the original list generated randomly, - duplicate values more than 2 times, and - the list without more than 2 duplicates
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
