Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Examples: user contributions

vincentarelbundock edited this page Aug 27, 2012 · 3 revisions

This wiki page aims to assemble a collection user-contributed examples, tutorials and recipes for statsmodels.

User contributions

If you have an interesting example, or if you can write a quick tutorial describing one of statsmodels' features, please consider posting it here. We would be delighted!

Feel free to post your example file in any of the common formats (e.g. .py, .rst, .html) and to use any hosting service you like. One very slick, free, and convenient alternative is to:

  1. Write-up your example in an IPython notebook
  2. Save the content of the .ipynb file in a Gist
  3. Use nbviewer to display the notebook in html format on the web. This step simply involves swapping the domain name in the Gist URL (e.g. https://gist.github.com/3484337 -> http://nbviewer.ipython.org/3484337)

The Examples

Clone this wiki locally