- 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.
- LabVIEW 2018 虛擬儀器程序設(shè)計
- Python量化投資指南:基礎(chǔ)、數(shù)據(jù)與實戰(zhàn)
- Java程序設(shè)計與計算思維
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- Data Analysis with IBM SPSS Statistics
- HTML5+CSS3網(wǎng)頁設(shè)計
- Linux Device Drivers Development
- 小學(xué)生C++創(chuàng)意編程(視頻教學(xué)版)
- Learning FuelPHP for Effective PHP Development
- Swift Playgrounds少兒趣編程
- Mastering React
- Python Interviews
- Kubernetes進階實戰(zhàn)
- ActionScript 3.0從入門到精通(視頻實戰(zhàn)版)
- Python Web自動化測試設(shè)計與實現(xiàn)