/mean-variance-calculator

My Solution to the first challenge of the Data Analysis with Python certification of Freecodecamp

Primary LanguagePython

Mean Variance Calculator

GDP Cool Img

Overview

This project is my personal solution of Freecodecamp's first Data Analysis with Python Challenge.

This challenge required me to grab a list of 9 numbers and then use numpy to convert it into a 3D array of 3 numbers each and calculate the following

  • mean
  • variance
  • standard deviation
  • maximum
  • minimum
  • sum

I had to perform those operations for the first and second axis of the numpy array along with the flattened version of it.

Skills

The following technologies were required to complete this project

  • Python
  • Numpy

Copyright

© josewebdev2000 2023