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
Weight Functions

Weight Functions Andrew?s Wave Hampel

2017-01-18 16:22:09
ANOVA

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

2017-01-18 16:06:30
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
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
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
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
Generalized Method of Moments gmm

Generalized Method of Moments gmm statsmodels.gmm contains model classes and functions that are based on estimation with Generalized

2017-01-18 16:09:14
Other Models miscmodels

Other Models miscmodels statsmodels.miscmodels contains model classes and that do not yet fit into any other category, or are

2017-01-18 16:13:32
Distributions

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

2017-01-18 16:08:28