- Python Data Analysis Cookbook
- Ivan Idris
- 89字
- 2025-04-04 19:55:25
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