Skip to main content

Module tests

Module tests 

Source
Expand description

Statistical tests and hypothesis testing

Structs§

TestResult
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)