← Back

Module hypothesis

struct TestResult

Source: hypothesis.joule:10

fn is_significant(&self, alpha: f64) -> bool

Check if result is significant at given alpha level

Source: hypothesis.joule:19

enum Alternative

Source: hypothesis.joule:26

fn t_test_one_sample(

Source: hypothesis.joule:38

fn t_test_independent(

Source: hypothesis.joule:81

fn t_test_welch(

Source: hypothesis.joule:130

fn t_test_paired(

Source: hypothesis.joule:181

fn chi_squared_test(

Source: hypothesis.joule:204

fn chi_squared_independence(

Source: hypothesis.joule:237

fn anova(groups: &[&[f64]]) -> Option<TestResult>

Source: hypothesis.joule:298

fn anova_two_way(

Source: hypothesis.joule:359

fn mann_whitney_u(

Source: hypothesis.joule:496

fn wilcoxon_signed_rank(

Source: hypothesis.joule:570

fn kruskal_wallis(groups: &[&[f64]]) -> Option<TestResult>

Source: hypothesis.joule:656

fn proportion_test_one_sample(

Source: hypothesis.joule:724

fn proportion_test_two_sample(

Source: hypothesis.joule:767