Jump to content

User:Josefpktd/Statsmodels

From Wikipedia, the free encyclopedia

Statsmodels ...

scikits.statsmodels
Developer(s)community project, main developers Josef Perktold and Skipper Seabold
Stable release
0.3.1 / 2011-08-24; 1881 years ago (2011-08-24)
Written inPython
Operating systemCross-platform
TypeStatistical analysis
LicenseBSD-new license
Websitehttp://statsmodels.sourceforge.net/

scikits.statsmodels is a Python package for statistical analysis and econometrics. It is based on Numpy and Scipy and can be used as a library or for interactive scripting. It covers many basic statistical models for estimation, descriptive statistics and statistical tests. Some basic models that we would expect in a general statistical package are still missing.

The origin of statsmodels is a python package originally written by Jonathan Taylor, which was for some time included in scipy. During Google Summer of Code 2009, Skipper Seabold and Josef Perktold corrected, tested and enhanced stats.models and released it as a new package. Since then, the coverage of statistical and econometric methods has been expanded, the 0.3 release saw the addition of basic time series models, with Wes McKinney as major new contributor [1], [2].

Features

[edit]

The latest release includes the following features [3]

See also

[edit]

References

[edit]
  1. ^ Skipper Seabold: Statsmodels - Statistical Modelling in Python, presentation Scipy 2010 conference
  2. ^ Wes McKinney: Time series analysis in Python with statsmodels , presentation Scipy 2011 conference
  3. ^ 0.3.1 release notes


[edit]