Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找与 gamfit in boost 等效的功能。任何人都知道它是否在 boost 库中实现了类似 gamfit 的功能?
谢谢
最后,我使用 boost::math::tools::toms748_solve 优化器和 digamma 函数为 gamma 分布实现了 MLE。