Question 1
Which numpy function calculates the standard deviation of an array?
Question 2
Which numpy function is used to calculate the variance of an array?
Question 3
What does np.percentile() compute?
Question 4
Which numpy function is used to calculate the mean of an array?
Question 5
What does np.argmax() return?
Question 6
What does np.median() function return?
Question 7
Which numpy function is used to generate random numbers from a normal distribution?
Question 8
Which numpy function is used to calculate the covariance matrix?
Question 9
Which function can be used to find the minimum value in a numpy array?
Question 10
What does np.histogram() return?