I'm looking for an equivalent function to gamfit in boost. Anyone knows if it is implemented a functionality like gamfit in boost library ?
Thanks
I'm looking for an equivalent function to gamfit in boost. Anyone knows if it is implemented a functionality like gamfit in boost library ?
Thanks
Finally, I implemented the MLE for the gamma distribution using the boost::math::tools::toms748_solve optimizer and digamma function.