Re: [math] Proposal: logsumexp

2018-11-21 Thread Gilles
Hello. On Wed, 21 Nov 2018 09:54:58 -0500, Ahmed Fasih wrote: Gilles, thanks for writing!, and sorry for the delay in responding. However, you should be aware that some of its functionality is in the process of being transferred to more focused components: * Commons Numbers * Commons RNG

Re: [math] Proposal: logsumexp

2018-11-21 Thread Ahmed Fasih
Gilles, thanks for writing!, and sorry for the delay in responding. > However, you should be aware that some of its functionality is in the > process of being transferred to more focused components: > * Commons Numbers > * Commons RNG > * Commons Statistics > * Commons Geometry > > In par

Re: [math] Proposal: logsumexp

2018-11-16 Thread Gilles
Hello. Thank you for your interest in the "Commons Math" library. However, you should be aware that some of its functionality is in the process of being transferred to more focused components: * Commons Numbers * Commons RNG * Commons Statistics * Commons Geometry In particular, a method su

[math] Proposal: logsumexp

2018-11-16 Thread Ahmed Fasih
Hello friends, I'm new to Java, and to Apache Commons Math, and I'm porting some code to Java. One useful function that's available in Scipy is `logsumexp`: https://docs.scipy.org/doc/scipy/reference/generated/scipy.special.logsumexp.html In a nutshell, given a list of values in the log domain,