Skip to main content

Module hypothesis_test_engine

Module hypothesis_test_engine 

Source
Expand description

Statistical Hypothesis Testing Engine for Logical Assertions

Provides production-quality statistical hypothesis testing with:

  • One-sample and two-sample z-tests and t-tests
  • Chi-square goodness-of-fit and independence tests
  • Proportion tests (one-sample and two-sample)
  • Confidence interval computation
  • Effect size (Cohen’s d, Cramér’s V)
  • Monte Carlo power simulation via xorshift64 PRNG

Re-exports§

pub use functions::*;
pub use types::*;

Modules§

engineconfig_traits
EngineConfig - Trait Implementations
functions
Auto-generated module
hypothesistestengine_traits
HypothesisTestEngine - Trait Implementations
testerror_traits
TestError - Trait Implementations
types
Auto-generated module