Skip to main content

benford_chi_squared

Function benford_chi_squared 

Source
pub fn benford_chi_squared(observed_counts: &[u32; 9], total: u32) -> f64
Expand description

Calculate chi-squared statistic for Benford’s Law compliance.