-
Notifications
You must be signed in to change notification settings - Fork 10
Statistical Recipes in Python
Maurice HT Ling edited this page Aug 14, 2021
·
42 revisions
- Arithmetic mean
- Geometric mean
- Harmonic mean
- Maximum
- Minimum
- Moment
- Kurtosis
- Sample standard deviation
- Sample standard error
- Sample variance
- Skew
Examine whether a set of values are normally distributed.
- Kurtosis test: test whether kurtosis of data is normal
- Jarque-Bera test: normality test for large sample size (n > 2000)
- Shapiro-Wilk test for normality: normality test for small sample size
- Skew test: test whether the skew of data is normal
Examine whether two or more sets of values have the same variance (or standard deviation).
Examine the trend of 2 sets of values.
- Kendall's tau: correlation measure for ordinal data
- Pearson's correlation coefficient: correlation measure for normally distributed data
- Point biserial correlation coefficient: correlation measure between a binary variable and a continuous variable
- Somer's D: asymmetric measure of ordinal association
- Spearman's rank correlation coefficient: correlation measure for ranked data
- Alexander Govern test: test for equal means in 2 or more samples without assuming equal variances
- ANOVA - One-way: test for equal means in 2 or more samples assuming equal variances
- t-test - 2-samples (independent samples) assuming equal variance
- t-test - 2-samples (independent samples) assuming unequal variance
- t-test - paired (dependent samples)
- Brunner-Munzel test: non-parametric version of 2-samples (independent samples) t-test without assuming equal variances
- Chi-Square test: test whether 2 distributions are equal
- Cramér-von Mises test: test whether 2 distributions are equal
- Cressie-Read power divergence test: test whether 2 distributions are equal
- Epps-Singleton test: test whether 2 distributions are equal
- G-test: : test whether 2 distributions are equal
- Kolmogorov-Smirnov test: test whether 2 distributions are equal
- Kruskal-Wallis H-test: non-parametric version of ANOVA - One-way
- Mann-Whitney U test: non-parametric version of 2-samples (independent samples) t-test assuming equal variances
- Page's L test: measure of trend in observations between treatments
- Wilcoxon rank-sum test: non-parametric version of 2-samples (independent samples) t-test assuming equal variances
- Wilcoxon signed-rank test: non-parametric version of t-test - paired (dependent samples)
Copyright (c) 2008-2025, Maurice HT Ling
Refereed Publications and Technical Reports and Legal Deposits
Abstracts and Other Un-Refereed Works
Autobiographic Verses (Poems that I wrote) and My Sayings