- Learning pandas(Second Edition)
- Michael Heydt
- 135字
- 2021-07-02 20:37:03
Statistical analysis – StatsModels
StatsModels (http://statsmodels.sourceforge.net/) 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 Stats Models 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 as 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
推薦閱讀
- Django+Vue.js商城項目實戰
- R語言數據分析從入門到精通
- R語言游戲數據分析與挖掘
- SharePoint Development with the SharePoint Framework
- Symfony2 Essentials
- Spring Boot Cookbook
- Building Android UIs with Custom Views
- Learning jQuery(Fourth Edition)
- Web前端應用開發技術
- Java EE架構設計與開發實踐
- Processing開發實戰
- 像程序員一樣使用MySQL
- Implementing NetScaler VPX?(Second Edition)
- Developing RESTful Web Services with Jersey 2.0
- WCF 4.5 Multi-Layer Services Development with Entity Framework(Third Edition)