- Python Data Analysis Cookbook
- Ivan Idris
- 89字
- 2021-07-14 11:05:43
Chapter 3. Statistical Data Analysis and Probability
We will cover the following recipes in this chapter:
- Fitting data to the exponential distribution
- Fitting aggregated data to the gamma distribution
- Fitting aggregated counts to the Poisson distribution
- Determining bias
- Estimating kernel density
- Determining confidence intervals for mean, variance, and standard deviation
- Sampling with probability weights
- Exploring extreme values
- Correlating variables with the Pearson's correlation
- Correlating variables with the Spearman rank correlation
- Correlating a binary and a continuous variable with the point-biserial correlation
- Evaluating relationships between variables with ANOVA
推薦閱讀
- 深入實踐Spring Boot
- iOS開發實戰:從零基礎到App Store上架
- Android底層接口與驅動開發技術詳解
- Python算法詳解
- Multithreading in C# 5.0 Cookbook
- Mastering Linux Security and Hardening
- 快速入門與進階:Creo 4·0全實例精講
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- Java 從入門到項目實踐(超值版)
- Java Web開發教程:基于Struts2+Hibernate+Spring
- HTML5程序開發范例寶典
- Learning IBM Bluemix
- Visual C++.NET(2008)典型案例
- Mastering PostCSS for Web Design
- Java 8函數式編程