Since there is interest and you offer to review it, I want to. Not sure when I can do it, I am drowning in chores. It will take a bit of time to implement everything according to Distributions.jl, but it doesn't look hard.
John On Sunday, July 26, 2015 at 6:11:07 PM UTC+2, Dahua Lin wrote: > > Great stuff. > > Can you make a PR to Distributions.jl? I'd be happy to review the codes > and merge when it is ready. > > Dahua > > > On Friday, July 24, 2015 at 8:29:27 PM UTC+8, [email protected] wrote: >> >> Here is a generalized gamma distribution. >> >> https://github.com/jlapeyre/GenGammaDist.jl >> >> https://en.wikipedia.org/wiki/Generalized_gamma_distribution >> >> Only rand() and mean() are implemented, and again no tests. This depends >> on Distributions. The authors of Distributions may want to include >> something like this. The parameters may be chosen to get the Amoroso >> distribution (inverse generalized gamma distribution) mentioned in the >> Wikipedia article. >> >> John >> >> >> >>
