Learn practical skills, build real-world projects, and advance your career

5 statistical operations

In this document we present 5 of the most commonly used statistical operations

  • np.mean
  • np.std
  • np.var
  • np.cov
  • np.corrcoeff
!pip install jovian --upgrade -q
import jovian
jovian.commit(project='numpy-array-operations')
[jovian] Creating a new project "abhinav-agr10/numpy-array-operations" [jovian] Committed successfully! https://jovian.ai/abhinav-agr10/numpy-array-operations

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