Introduction
This article is to record all the packages and underlying function I use or will use in the quantitative trading.
Packages
1. Numpy
The whole information of this package can be found at https://numpy.org/ . This is the fundamental packages for scientific computing.
2. Statsmodel
The whole information of this package can be found at https://www.statsmodels.org/stable/index.html. This is a Python module that provides classes and functions for the estimation of many different statistical models, as well as for conducting statistical tests, and statistical data exploration.
3. Pandas
4. Tensorflow / Keras