This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: more distributions
- From: 3dw4rd at verizon dot net
- To: drepper at gmail dot com, libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Fri, 01 Mar 2013 16:55:10 -0600 (CST)
- Subject: Re: more distributions
On 03/01/13, Ulrich Drepper<drepper@gmail.com> wrote:
I have a few more distributions to be added. The triangle
distribution is the result of combining to uniform distributions and
therefore quite frequently used. The von Mises distribution (the
simple, 2D version) would be the first circular distribution.
The patch depends on the __math_constants patch.
Excellent!
I was looking at a paper: Modeling Data using Directional Distributions by Inderjit S. Dhillon and Suvrit Sra that looks like it would be very similar to your multi-variate normal distribution. These generalize von Mises to higher dimension. Is this your next target?
Thanks for the math constants too.
Ed