Getting started

Getting started This very simple case-study is designed to get you up-and-running quickly with statsmodels. Starting from raw data, we will show the steps

2017-01-18 16:09:33
Sandbox

Sandbox This sandbox contains code that is for various resons not ready to be included in statsmodels proper. It contains modules from the old stats.models code that

2017-01-18 16:15:24
ANOVA

ANOVA Analysis of Variance models Examples In [1]: import statsmodels.api as sm In [2]: from

2017-01-18 16:06:30
endog, exog, what’s that?

endog, exog, what?s that? Statsmodels is using endog and exog as names for the data, the observed variables that are

2017-01-18 16:08:34
Input-Output iolib

Input-Output iolib statsmodels offers some functions for input and output. These include a reader for STATA files, a class for generating

2017-01-18 16:10:28
Tools

Tools Our tool collection contains some convenience functions for users and functions that were written mainly for internal use. Additional to this tools directory

2017-01-18 16:20:14
Weight Functions

Weight Functions Andrew?s Wave Hampel

2017-01-18 16:22:09
Distributions

Distributions This section collects various additional functions and methods for statistical distributions. Empirical

2017-01-18 16:08:28
Time Series analysis tsa

Time Series analysis tsa statsmodels.tsa contains model classes and functions that are useful for time series analysis. This currently

2017-01-18 16:20:06
Generalized Estimating Equations

Generalized Estimating Equations Generalized Estimating Equations estimate generalized linear models for panel, cluster or repeated measures

2017-01-18 16:09:11