Introduction
So far, we have learned how to use the Python language, especially three of its core libraries—NumPy, pandas, and Matplotlib, for statistics and data science. However, in order to fully take advantage of these tools, we will need to have a solid theoretical understanding of statistics itself. By knowing the idea behind statistical tests and techniques, we will be able to utilize the tools that Python offers more effectively.
It is true that in statistics and machine learning, libraries in Python offer great options—from data cleaning/processing to modeling and making inferences. However, a fundamental understanding of statistics is still required so that we can make initial decisions regarding what kinds of techniques should be used in our process, depending on the data we have.
As such, in this chapter, we will learn about core concepts in statistics such as , inference, sampling, variables, and so on. We will also be introduced to a wide range of Python tools that can help facilitate more advanced statistical techniques and needs. All of this will be demonstrated with hands-on discussions and examples.
- iOS面試一戰(zhàn)到底
- DevOps with Kubernetes
- MySQL數(shù)據(jù)庫基礎實例教程(微課版)
- Reactive Android Programming
- 從0到1:Python數(shù)據(jù)分析
- 小學生C++創(chuàng)意編程(視頻教學版)
- Spring Boot企業(yè)級項目開發(fā)實戰(zhàn)
- Apache Kafka Quick Start Guide
- PHP+MySQL+Dreamweaver動態(tài)網站開發(fā)從入門到精通(第3版)
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- Android項目實戰(zhàn):手機安全衛(wèi)士開發(fā)案例解析
- Python:Deeper Insights into Machine Learning
- Arduino可穿戴設備開發(fā)
- JQuery風暴:完美用戶體驗
- 計算語言學導論