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

Ryan Curtin notifications at github.com
Wed Jul 20 11:06:37 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>

Take a look in `src/mlpack/core/boost_backport/`, it should be helpful.

---
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#r71543260
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160720/1248297d/attachment-0001.html>


More information about the mlpack-git mailing list