1pub mod contingency_table; 2pub mod contingency_test; 3pub mod partition_indices; 4pub mod power_divergence; 5 6pub(crate) const EPS: f64 = 1e-12;