Summary
This chapter informed us about a great number of common NumPy functions. A few common statistics functions were also mentioned.
After this tour through the common NumPy functions, we will continue covering convenience NumPy functions such as polyfit()
, sign()
, and piecewise()
in the next chapter.