Searched refs:kChiSqMin256 (Results 1 – 2 of 2) sorted by relevance
36 const double kChiSqMin256 = 206.3179; // probability of chance = 0.99 with k=256 in chi_square_test() local46 return (kChiSqMin256 < chi2 && chi2 < kChiSqMax256); in chi_square_test()