|
From: SourceForge.net <no...@so...> - 2012-10-08 10:20:59
|
Bugs item #3575440, was opened at 2012-10-08 03:20 Message generated for change (Tracker Item Submitted) made by qsong 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: Open Resolution: None Priority: 5 Private: No Submitted By: ian.qsong (qsong) Assigned to: Nobody/Anonymous (nobody) 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). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=3575440&group_id=12740 |