Skip to content
Sign UpLog In

AVIRAL_AKASH ==> Mean-variance-standard-deviation-calculator

AviralAkash
AviralAkash
64 followers
  • #python
  • #python3
  • #numpy
  • #pandas
  • #datascience

Mean-Variance-Standard Deviation Calculator:-
Create a function named calculate() in mean_var_std.py that uses Numpy to output the mean,
variance, standard deviation, max, min, and sum of the rows, columns, and elements in a 3 x 3 matrix.

The input of the function should be a list containing 9 digits. The function should convert the list into a 3 x 3 Numpy array,
and then return a dictionary containing the mean, variance, standard deviation, max, min, and sum along both axes and for the flattened matrix.

Total Tips
100
Top Supporter
Bandos1000
Bandos1000
100
Loading comments...