[Boost-bugs] [ boost-Bugs-1588713 ] log normal dist - error in _nsigma equation?

Bugs item #1588713, was opened at 2006-11-01 09:09 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1588713&group_id=7586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: random Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Jens Maurer (jmaurer) Summary: log normal dist - error in _nsigma equation? Initial Comment: Is there an extra "/_mean" in the equation for _nsigma on line 104 of lognormal_distribution.hpp? i.e. shouldn't it be: _nsigma = sqrt(log(_sigma*_sigma/_mean+result_type (1))); instead of: _nsigma = sqrt(log (_sigma*_sigma/_mean/_mean+result_type(1))); ?? Thanks for the great lib, John Eddy (jpeddy@sandia.gov) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1588713&group_id=7586 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Boost-bugs mailing list Boost-bugs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/boost-bugs
participants (1)
-
SourceForge.net