Statsmodels 是Python的统计建模和计量经济学工具包,包括一些描述统计、统计模型估计和推断。html
主页:http://www.statsmodels.org/stable/index.html
python
源代码:https://github.com/statsmodels/statsmodels
git
Python分发库:https://pypi.python.org/pypi/statsmodels/
github
这篇文章是Statsmodels系列文章的第一篇,主要介绍一下 Statsmodels能干什么,以方便一些初学者选择是否须要学习该模块。以后我会发布一些列入门教程,一是做为笔记本身查看,而是做为教程可供学者快 速入门,下面咱们来看看Statsmodels有啥特性吧。ide
Liner regression models:线性回归模型工具
Gneralized linear models:通常线型模型,主要用于各类设计的方差分析学习
robust linear models:设计
Discrete choice models:离散选择模型,logit模型属于离散选择模型,主要用于微观计量经济学范畴htm
ANOVA:方差分析模型教程
Time series analysis:时间序列分析
Nonparametric estimators:非参检验
a wide range of statistical tests:各类统计检验
以各类方式输出表格:text,latex,html;读取各类格式的数据
绘图功能
extensive unit tests to ensure correctness of results:大量的总体检验以保证结果的正确性
活跃的开发团体正在开发大量可用的工具