Technical requirements
All code examples given in this chapter (and additional examples) can be found in the GitHub repository, https://github.com/PacktPublishing/15-Math-Concepts-Every-Data-Scientist-Should-Know/tree/main/Chapter06. To run the Jupyter notebooks you will need a full Python installation, including the following packages:
pandas
(>=2.0.3)numpy
(>=1.24.3)matplotlib
(>=3.7.2)statsmodels
(>=0.14.0)pmdarima
(>=2.0.4)