- Python Data Analysis Cookbook
- Ivan Idris
- 154字
- 2021-07-14 11:05:43
Introduction
Various statistical distributions have been invented, which are the equivalent of the wheel for data analysts. Just as whatever I think of comes out differently in print, data in our world doesn't follow strict mathematical laws. Nevertheless, after visualizing our data, we can see that the data follows (to certain extent) a distribution. Even without visualization, we can find a candidate distribution using rules of thumb. The next step is to try to fit the data to a known distribution. If the data is very complex, possibly due to a high number of variables, it is useful to estimate its kernel density (also useful with one variable). In all scenarios, it is good to estimate the confidence intervals or p-values of our results. When we have at least two variables, it is sometimes appropriate to have a look at the correlation between variables. In this chapter, we will apply three types of correlation.
- 極簡算法史:從數學到機器的故事
- 一步一步學Spring Boot 2:微服務項目實戰
- 嵌入式軟件系統測試:基于形式化方法的自動化測試解決方案
- 數據庫系統原理及MySQL應用教程
- Learn Swift by Building Applications
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- Mastering Kali Linux for Web Penetration Testing
- H5頁面設計:Mugeda版(微課版)
- Julia高性能科學計算(第2版)
- Mastering Xamarin.Forms(Second Edition)
- Vue.js 2 Web Development Projects
- Visual Basic程序設計(第三版)
- RubyMotion iOS Develoment Essentials
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- AngularJS UI Development