Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 5 KB

index.rst

File metadata and controls

54 lines (38 loc) · 5 KB

Statsmodels

Statsmodels is a Python module that allows users to explore data, estimate statistical models, and perform statistical tests. An extensive list of descriptive statistics, statistical tests, plotting functions, and result statistics are available for different types of data and each estimator. Researchers across fields may find that statsmodels fully meets their needs for statistical computing and data analysis in Python. Features include:

  • Linear regression models
  • Generalized linear models
  • Discrete choice models
  • Robust linear models
  • Many models and functions for time series analysis
  • Nonparametric estimators
  • A collection of datasets for examples
  • A wide range of statistical tests
  • Input-output tools for producing tables in a number of formats (Text, LaTex, HTML) and for reading Stata files into NumPy and Pandas.
  • Plotting functions
  • Extensive unit tests to ensure correctness of results
  • Many more models and extensions in development

Statsmodels runs on Python 2.6 through 3.4. To learn more about statsmodels have a look at our :doc:`documentation <documentation>`.

Examples

Announcements

  • Statsmodels 0.6.1 Release: A new minor release was made on December 2, 2014. This is a bugfix release. All users are encouraged to upgrade. See the list of closed issues for more information.
  • Statsmodels 0.6.0 Release: A new major release was made on November 5, 2014. All users are encouraged to upgrade to this version. See the 0.6.0 release notes for more information.
  • Google Summer of Code 2014: Statsmodels has again had two students accepted to on statsmodel as part of the Google Summer of Code 2014 program. Chad Fulton will be working on adding state space modeling capabalities. This will include a general, performant multivariate Kalman Filter. You can follow his progress on his blog. Frank Cheng is working to improve missing data handling. In particular he will implement imputation via chained equations (ICE) and multiple imputation via chained equations (MICE). You can follow his progress on his blog.
  • Statsmodels 0.5.0 Release: A new major release was made on August 14, 2013. All users are encouraged to upgrade to this version.
  • Google Summer of Code 2013: We have had two students accepted to work on statsmodels as part of the Google Summer of Code 2013. The first project will focus on improving the discrete choice models, adding, for example, Conditional Logit, Nested Logit, and Mixed Logit models. The second project will focus on time series analysis, including regime-switching models such as SETAR, STAR, and Markov Switching models.
  • PyData New York Fall 2012: There was a talk on using formulas with statsmodels with Patsy at the PyData NYC Conference Fall 2012. Slides are available here. The notebooks for the talk are available in this Github repo.
  • Statsmodels Tutorial at SciPy 2012: There was a statsmodels tutorial at the SciPy 2012 conference. Video is available here. The tutorial notebooks are available in the statsmodels Github repository. They are also included in the main statsmodels HTML examples documentation.
  • Statsmodels 0.4.3 Release: 0.4.3 was release on July 2, 2012. The 0.4.1 - 0.4.3 releases were bug fix releases. The fixed some problems on big-endian machines and a few Python 3 problems.
  • Statsmodels 0.4.0 Release: A new major release was made on April 29, 2012. All users are encouraged to upgrade to this version.
  • Google Summer of Code 2012: We have had four students accepted to the Google Summer of Code 2012. This is statsmodels fourth year of participation in GSoC and promises to be our best yet. You can follow progress on each student's blog. The projects are Nonparametrics Econometrics, Systems of Equations, Empirical Likelihood Methods, and (Robust) Non-linear Models.
.. toctree::
   :hidden:

   developer
   documentation
   install
   news