Re: [Boost-bugs] [Boost C++ Libraries] #10179: wrong check on the Log Normal position parameter

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10179: wrong check on the Log Normal position parameter
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-07-12 18:07:43


#10179: wrong check on the Log Normal position parameter
--------------------------------+-------------------------
  Reporter: cristian.rabiti@… | Owner: johnmaddock
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: math
   Version: Boost 1.54.0 | Severity: Problem
Resolution: | Keywords: lognormal
--------------------------------+-------------------------

Comment (by johnmaddock):

 Using either Boost-1.54 or latest Git develop the following works OK for
 me:

 {{{
    boost::math::lognormal d(-2.0, 1.0);
    std::cout << pdf(d, 0.5) << std::endl;
    std::cout << cdf(d, 0.5) << std::endl;
    std::cout << quantile(d, 0.5) << std::endl;
 }}}

 What am I missing?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10179#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:16 UTC