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.
- Mastering Visual Studio 2017
- C++案例趣學
- Kali Linux Web Penetration Testing Cookbook
- JavaScript全程指南
- Visual C++程序設計學習筆記
- Visual Studio 2012 Cookbook
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- Clojure for Domain:specific Languages
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- Kotlin編程實戰:創建優雅、富于表現力和高性能的JVM與Android應用程序
- Learning Hadoop 2
- 深入實踐DDD:以DSL驅動復雜軟件開發
- Qt 4開發實踐
- Neo4j 3.x入門經典
- C語言編程魔法書:基于C11標準