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