Searched refs:normal_cdf (Results 1 – 3 of 3) sorted by relevance
51 static double normal_cdf(double z) { in normal_cdf() function146 double p = normal_cdf(z); in test_single_gorilla()
7030 inline double normal_cdf(double x) { in normal_cdf() function7066 return std::lround(normal_cdf(x) * n); }; in bootstrap()