|
From: SourceForge.net <no...@so...> - 2012-11-27 15:44:54
|
Bugs item #3575440, was opened at 2012-10-08 03:20 Message generated for change (Comment added) made by lballabio You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=3575440&group_id=12740 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: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: ian.qsong (qsong) >Assigned to: Luigi Ballabio (lballabio) Summary: a small one - gammadistribution.cpp Initial Comment: LN #56 in gammadistribution.cpp reads as return h*std::exp(-x + a_*std::log(x) - gln), which should be return 1.0 - h*std::exp(-x + a_*std::log(x) - gln). ---------------------------------------------------------------------- Comment By: Luigi Ballabio (lballabio) Date: 2012-11-27 07:44 Message: The patch was applied to the Subversion repository. Thank you for the report and the fix. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=3575440&group_id=12740 |