Numpy in Statistics!

Numpy Functions can we used to perform various Operations in Statistics.

We will be demonstrating 5 such functions that can be used in Statistics.

  • median
  • average
  • mean
  • std
  • var

The recommended way to run this notebook is to click the "Run" button at the top of this page, and select "Run on Binder". This will run the notebook on mybinder.org, a free online service for running Jupyter notebooks.

!pip install jovian --upgrade -q
import jovian
jovian.commit(project='zerotoanalyst-numpy-array-operations')
[jovian] Updating notebook "gouravitandel1945/zerotoanalyst-numpy-array-operations" on https://jovian.ai [jovian] Committed successfully! https://jovian.ai/gouravitandel1945/zerotoanalyst-numpy-array-operations

Let's begin by importing Numpy and listing out the functions covered in this notebook.