Searched refs:ChiSquaredProbability (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1869 static double ChiSquaredProbability (double x2, int v) function
1891 ChiSquaredProbability(100, 300) on my box has sum == 1.0 + 2.0**-52 at this
3255 1.0 - ChiSquaredProbability (-2.0 * ProductLogSpam, 2 * i);
3257 1.0 - ChiSquaredProbability (-2.0 * ProductLogGenuine, 2 * i);

Completed in 87 milliseconds