This repository was archived by the owner on Aug 13, 2025. It is now read-only.
forked from statsmodels/statsmodels
-
Notifications
You must be signed in to change notification settings - Fork 0
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.
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:
- Write-up your example in an IPython notebook
- Save the content of the
.ipynbfile in a Gist - 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)
- Getting started
- Autoregressive Moving Average (ARMA) Model
- Discrete data models
- Interactions and ANOVA
- Generalized Linear Models
- Generic Maximum Likelihood Model
- Ordinary least squares regression
- Out of sample prediction
- Robust Linear Models
- Using dates with timeseries models
- Weighted Least Squares