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

[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,