:orphan:

Statsmodels Examples
====================

This page provides a series of examples, tutorials and recipes to help you get
started with ``statsmodels``.

Each of these examples is also made available in
IPython Notebook format on the `examples wiki page
<https://github.com/statsmodels/statsmodels/wiki/Examples:-user-contributions>`_.
Of course, you can edit the examples wiki page freely; please add any example,
tutorial or cool `statsmodels` trick you feel is worth sharing. Thanks for
helping us make this resource more useful!

The script files for these examples and the notebooks are available in the
top level examples folder in the source distribution.

`Examples wiki page <https://github.com/statsmodels/statsmodels/wiki/Examples:-user-contributions>`_

The Examples
------------

.. toctree::
   :maxdepth: 3
   :glob:

   generated/*

Notebook Examples
-----------------

.. toctree::
   :maxdepth: 3
   :glob:

   notebooks/generated/*
