Boost C++ Libraries: Ticket #4273: Rayleigh distribution in boost::math has wrong support https://svn.boost.org/trac10/ticket/4273 <p> support is [1,max_value] should be [0,max_value] also pdf and cdf plots on Rayleigh distribution docs page (<a class="ext-link" href="http://beta.boost.org/doc/libs/1_43_0/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/rayleigh.html"><span class="icon">​</span>http://beta.boost.org/doc/libs/1_43_0/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/rayleigh.html</a>) start at 1 instead of 0. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4273 Trac 1.4.3 anonymous Mon, 31 May 2010 11:31:22 GMT <link>https://svn.boost.org/trac10/ticket/4273#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4273#comment:1</guid> <description> <p> also range is [1, max_value], should be [0,max_value] </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Mon, 31 May 2010 11:46:58 GMT</pubDate> <title>owner changed https://svn.boost.org/trac10/ticket/4273#comment:2 https://svn.boost.org/trac10/ticket/4273#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">John Maddock</span> to <span class="trac-author">Paul A. Bristow</span> </li> </ul> <p> Confirmed. </p> <p> Paul, as you wrote that one can you take care of this? </p> <p> Thanks, John. </p> Ticket anonymous Wed, 02 Jun 2010 14:52:58 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4273#comment:3 https://svn.boost.org/trac10/ticket/4273#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Corrected in trunk At revision: 62380 </p> <p> (Alternatively you could locally patch functions range and support in rayleigh.hpp, changing 1 to 0). </p> <p> Will also correct graphs soon. </p> Ticket