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