Python Programming - Arrays - Discussion

Discussion Forum : Arrays - General Questions (Q.No. 32)
32.
In NumPy, what does the function numpy.mean(arr, axis=None) compute?
Median of the array.
Sum of the array elements.
Mean (average) of the array values along the specified axis.
Standard deviation of the array.
Answer: Option
Explanation:
The numpy.mean() function computes the mean (average) of the array values along the specified axis.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.