Expand description
Statistical tests and hypothesis testing
Structs§
- Test
Result - Result of a statistical test
Enums§
- Alternative
- Alternative hypothesis type
Functions§
- anova_
one_ way - One-way ANOVA test
- chi_
square_ goodness_ of_ fit - Perform chi-square goodness-of-fit test
- chi_
square_ test_ independence - Perform chi-square test of independence
- f_
test_ variances - Perform F-test for equality of variances
- shapiro_
wilk_ test - Perform Shapiro-Wilk test for normality (simplified implementation)
- t_
test_ one_ sample - Perform one-sample t-test
- t_
test_ paired - Perform paired t-test
- t_
test_ two_ sample - Perform two-sample t-test (assuming equal variance)