Installing scikits-statsmodels
The scikits-statsmodels package focuses on statistical modeling. It can be integrated with NumPy and Pandas (more about Pandas later in this chapter).
How to do it...
Source and binaries can be downloaded from http://statsmodels.sourceforge.net/install.html . If you are installing from source, you need to run the following command:
python setup.py install
If you are using setuptools
, the command is:
easy_install statsmodels