diff --git a/README.md b/README.md index ba45b45..27abd27 100644 --- a/README.md +++ b/README.md @@ -1,61 +1,64 @@ Description ----------- -Ruby needs a solid, beautiful stats library. We're here to build just that. This is a rapidly moving work in progress. +Ruby needs a solid, beautiful stats library. We're here to build just that. +This is a rapidly moving work in progress. To implement ------------ ### Distribution functions ### -- Normal distribution - PDF & CDF -- Chi square distribution - PDF -- T distribution - PDF & CDF -- F distribution - PDF & CDF +- [x] Normal distribution - PDF & CDF +- [x] Chi square distribution - PDF +- [x] T distribution - PDF & CDF +- [x] F distribution - PDF & CDF ### Basic functions ### -- Mean, arithmetic -- Mean, geometric -- Median -- Mode -- Variance -- Standard deviation -- Standard error of the mean (for samples only) -- Relative standard error of the mean (for samples only) -- Coefficient of variation +- [x] Mean, arithmetic +- [x] Mean, geometric +- [x] Median +- [x] Mode +- [x] Variance +- [x] Standard deviation +- [x] Standard error of the mean (for samples only) +- [x] Relative standard error of the mean (for samples only) +- [x] Coefficient of variation ### Significance tests ### -- Chi square, one-sided -- T-test, single sample -- T-test, two-sample -- T-test, repeated measures -- Wilcoxon rank sum test -- Wilcoxon signed rank test -- Median test -- Kruskall-Wallis H test -- Friedman test -- ANOVA, one way -- Factorial ANOVA, two-way -- Factorial ANOVA, three-way -- ANOVA, repeated measures -- MANOVA -- ANCOVA +- [x] Chi square, one-sided +- [x] T-test, single sample +- [x] T-test, two-sample +- [x] T-test, repeated measures +- [ ] Wilcoxon rank sum test +- [ ] Wilcoxon signed rank test +- [ ] Median test +- [ ] Kruskall-Wallis H test +- [ ] Friedman test +- [x] ANOVA, one way +- [ ] Factorial ANOVA, two-way +- [ ] Factorial ANOVA, three-way +- [ ] ANOVA, repeated measures +- [ ] MANOVA +- [ ] ANCOVA +- [ ] Welch's ANOVA +- [ ] Fisher's least significant difference ### Regressions ### -- Linear regression -- Multiple linear regression -- Pearson's correlation -- Spearman correlation +- [ ] Linear regression +- [ ] Multiple linear regression +- [ ] Pearson's correlation +- [ ] Spearman correlation ### Support & other ### -- Basic assumption framework -- Confidence intervals (general idea) -- Basic data structures -- Significance methods on data structures +- [x] Basic assumption framework +- [ ] Confidence intervals (general idea) +- [ ] Basic data structures +- [ ] Significance methods on data structures Resources ---------