2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-24 04:02:18 +00:00
Paul A. Bristow 48b5f13838 if (p <= pow(1 - dist.success_fraction(), dist.trials()))
{ // p <= pdf(dist, 0) == cdf(dist, 0)
   return 0; // So the only reasonable result is zero.
} // And root finder would fail otherwise.
Added, and similarly for complement


[SVN r3445]
2006-11-23 17:46:15 +00:00
2006-11-21 17:16:37 +00:00
2006-09-18 12:15:26 +00:00
2006-08-11 15:31:31 +00:00
Description
Mirrored via gitea-mirror
BSL-1.0 228 MiB
Languages
C++ 96.9%
Cuda 2.1%
HTML 0.7%
C 0.2%