statsmodels - Skipper Seabold
Installation Instructions
Installation instructions - we will be running a recent development version of statsmodels with some new and exciting features.
- statsmodels (master)
Though current master should suffice for following the tutorial, there may be a few features that are polished as we put the finishing touches on the tutorial. All features will be in master by July 16th.
You will need the following installed to follow along with the tutorial. The below indicates minimum versions, but the most recent versions are always recommnded.
- NumPy (>= 1.4.1)
- SciPy (>= 0.7.1)
- Pandas (>= 0.7.3 recommended)
- Patsy (== 0.1.0) (formerly called charlton)
- Matplotlib (>= 1.1.0)
- Nose (>= 1.1.0) (To run our test suite)
Windows Users
Links for Windows binary installers and source downloads for the statsmodels tutorial can be found here.
Troubleshooting
If you have any trouble installing statsmodels or any other questions please contact us on the statsmodels mailing list at pystatsmodels@googlegroups.com.
Testing
To ensure you've correctly installed statsmodels in Python you can do
import statsmodels.api as sm
sm.test()













