Question: Task 2 : Statistical Analysis ( 2 0 points ) Create a random NumPy array with 1 0 0 elements sampled from a normal distribution

Task 2: Statistical Analysis (20 points)
Create a random NumPy array with 100 elements sampled from a normal distribution with mean 50 and standard deviation 10. Name this array data. (5pts)
Calculate and print the mean, median, and standard deviation of the data array. (5pts)
Reshape the data array into a 10x10 matrix. (5pts)
Find the minimum and maximum values in each row and each column of the reshaped matrix. (5pts)

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