3. Python's Statistical Toolbox
Overview
In the previous chapter, we learned about the three main libraries in Python that help us facilitate various tasks in our statistics/machine learning projects. This chapter, in turn, initiates the formal topic of statistics and its relevant concepts. While it contains a number of theoretical discussion points, we will also employ intuitive examples and hands-on coding activities to help facilitate understanding. What we learn in this chapter will then prepare us for later statistics-related chapters in this workshop.
By the end of this chapter, you will understand the fundamental concepts in statistics and statistical methods. You'll also be able to carry out various statistics-related tasks using Python tools and libraries, and will have had an overview of a number of advanced statistics libraries in Python, such as statsmodels and PyMC3.
- Learning LibGDX Game Development(Second Edition)
- 機(jī)械工程師Python編程:入門、實(shí)戰(zhàn)與進(jìn)階
- 數(shù)據(jù)結(jié)構(gòu)案例教程(C/C++版)
- Java編程的邏輯
- Instant Nancy Web Development
- C++反匯編與逆向分析技術(shù)揭秘(第2版)
- Android應(yīng)用開發(fā)實(shí)戰(zhàn)
- Nagios Core Administration Cookbook(Second Edition)
- C++ System Programming Cookbook
- 30天學(xué)通C#項(xiàng)目案例開發(fā)
- Mastering Object:Oriented Python(Second Edition)
- WCF全面解析
- Learning Puppet
- Developing RESTful Web Services with Jersey 2.0
- 信息學(xué)競(jìng)賽寶典:基礎(chǔ)算法