{# Overwrites what is displayed on the examples landing page. #} {%- extends "layout.html" %} {% block body %} {% if pagename == 'examples/index' %}

Statsmodels Examples

This page provides a series of examples, tutorials and recipes to help you get started with statsmodels. Each of the examples shown here is made available as an IPython Notebook and as a plain python script on the statsmodels github repository.

If you are not comfortable with git, we also encourage users to submit their own examples, tutorials or cool statsmodels tricks to the Examples wiki page.

Topics

{% for section in examples %}

{{ section.header }}

{% for link in section.links %}

  • {{link.text}} Statsmodels Examples - 图1 {% endfor %}

{% endfor %} {% else %} {{ body }} {% endif %} {% endblock %}