0

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

Ariel
  • 151
  • 1
  • 9

1 Answers1

1

Finally, I implemented the MLE for the gamma distribution using the boost::math::tools::toms748_solve optimizer and digamma function.

Ariel
  • 151
  • 1
  • 9