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

[GitHub] commons-rng pull request #15: RNG-62: Added a CombinationSampler

2018-11-21 Thread aherbert
GitHub user aherbert opened a pull request: https://github.com/apache/commons-rng/pull/15 RNG-62: Added a CombinationSampler Complements the PermutationSampler as the sample order is C(n, k) rather than P(n, k). Can be used for faster subset sampling if the subset order is no

[GitHub] commons-rng issue #15: RNG-62: Added a CombinationSampler

2018-11-21 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-rng/pull/15 [![Coverage Status](https://coveralls.io/builds/20226871/badge)](https://coveralls.io/builds/20226871) Coverage increased (+0.04%) to 97.391% when pulling **974b86453c986b2564afe8

Re: [IO] Provenance of copied code in InfiniteCircularInputStream

2018-11-21 Thread Mark Struberg
+1. This is so trivial that it doesn't pass the threshold of originality. LieGrue, strub > Am 19.11.2018 um 18:15 schrieb Mark Thomas : > > I'd image the comment is referring to the use of "... & 0xFF" but it > seems to be a fairly pointless comment as that is just the standard way > to switch f

[Lang]

2018-11-21 Thread Aleksander Ściborek
Hi I've just created pull request for CheeckedFunction interface. This is an example of utils I would like to add in order to simplify usage of java Stream. Aleksander