id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 5733,Uniform distribution complemented cdf wrong meaning,mr.findmyphone@…,Paul A. Bristow,"The bug occurs out of the bounds of the function for x smaller than lower bound it returns 0. for x greater than higher bound it return 1. It should be vice versa. It is also inconsistent with cdf regular function which returns te same values (and not the complemented). [Code] if (x < lower) { return 0; } if (x > upper) { return 1; } [Code]",Bugs,closed,Boost 1.48.0,math,Boost Development Trunk,Problem,fixed,uniform cdf complemented,pbristow@…