Question: number 24 answer pls Which code displays the computed mean of the dataset 1,5,8 and 9 ? import scipy arr1 = scipy.mean ([1,5,8,91) print ('The
Which code displays the computed mean of the dataset 1,5,8 and 9 ? import scipy arr1 = scipy.mean ([1,5,8,91) print ('The Mean is: + str(arr)) import scipy arr1= stats,mean ([1,5,8,9]) print("The Mean is: ' + str(arr 1)) import scipy arr 1= scipy.mean ([1,5,8,9]) print('The Mean is: ' + striarr 1)) import scipy.stats arr1 = scipy. median ([1,5,8,9]) print ('The Mean is: ' + str(arr 1))
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
