[mlpack-git] [mlpack/mlpack] Adds a GammaDistribution object for estimating gamma parameters (#729)

Ryan Curtin notifications at github.com
Wed Jul 20 10:41:10 EDT 2016


> @@ -0,0 +1,76 @@
> +/**
> + * @file gamma_distribution.cpp
> + * @author Yannis Mentekidis
> + *
> + * Implementation of the methods of GammaDistribution.
> + */
> +#include "gamma_distribution.hpp"
> +
> +#include <boost/math/special_functions/digamma.hpp>
> +#include <boost/math/special_functions/trigamma.hpp>

Maybe it is from a newer version of Boost.  You can download the different versions to pinpoint when it became available.  If we have to upgrade our required Boost version, we can probably do that, or possibly backport the digamma and trigamma distributions if needed.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/729/files/5293b5037a19735d70937bef7bc97838ca542bbc#r71537884
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160720/e762392f/attachment.html>


More information about the mlpack-git mailing list