- Learning pandas(Second Edition)
- Michael Heydt
- 50字
- 2021-07-02 20:37:02
Inferential statistics
Inferential statistics differs from descriptive statistics in that inferential statistics attempts to infer conclusions from data instead of simply summarizing it. Examples of inferential statistics include:
- t-test
- chi square
- ANOVA
- Bootstrapping
These inferential techniques are generally deferred from pandas to other tools such as SciPy and StatsModels.
推薦閱讀
- Spring Boot開(kāi)發(fā)與測(cè)試實(shí)戰(zhàn)
- Progressive Web Apps with React
- Python科學(xué)計(jì)算(第2版)
- Kubernetes實(shí)戰(zhàn)
- Delphi程序設(shè)計(jì)基礎(chǔ):教程、實(shí)驗(yàn)、習(xí)題
- Oracle從新手到高手
- Developing Middleware in Java EE 8
- Mastering Python Scripting for System Administrators
- Visual C++應(yīng)用開(kāi)發(fā)
- Python Web數(shù)據(jù)分析可視化:基于Django框架的開(kāi)發(fā)實(shí)戰(zhàn)
- Visual C#通用范例開(kāi)發(fā)金典
- PySide 6/PyQt 6快速開(kāi)發(fā)與實(shí)戰(zhàn)
- Visual FoxPro程序設(shè)計(jì)習(xí)題集及實(shí)驗(yàn)指導(dǎo)(第四版)
- C專家編程
- Python Data Science Cookbook