Re: [statistics] Release 1.0

2021-10-06 Thread Alex Herbert
On Wed, 6 Oct 2021 at 23:20, Gilles Sadowski wrote: > > > Are there other issues with "BrentSolver"? > I'd suggest that we release v1.1 (or v1.0.1) of Commons Numbers > (with the fix for NUMBERS-167 and the changes related to Erfc). I don't think so. The bug I found was in other brent solver impl

Re: [statistics] Release 1.0

2021-10-06 Thread Gilles Sadowski
Le mer. 6 oct. 2021 à 23:16, Alex Herbert a écrit : > > I have finished working on a revised test suite for [statistics]. It > is ready to merge into master. I will do this when it has passed the > CI checks [1]. +1 > > [...] > I fixed a lot of issues [...] Thanks! > > I will create tickets fo

Re: [statistics] Release 1.0

2021-10-06 Thread Alex Herbert
I have finished working on a revised test suite for [statistics]. It is ready to merge into master. I will do this when it has passed the CI checks [1]. The test suite uses properties files to contain reference values for a parameterisation of a distribution. Ideally all distributions should be te

Re: [statistics] Release 1.0

2021-09-19 Thread Gilles Sadowski
Hi. Le lun. 20 sept. 2021 à 00:59, Alex Herbert a écrit : > > I have created an initial version of the statistics distributions > application. It can be used with: > > cd commons-statistics-examples/examples-distribution > mvn package -Pexamples-distribution > java -jar target/examples-distributi

Re: [statistics] Release 1.0

2021-09-19 Thread Alex Herbert
I have created an initial version of the statistics distributions application. It can be used with: cd commons-statistics-examples/examples-distribution mvn package -Pexamples-distribution java -jar target/examples-distribution.jar There are 26 distributions each with a command. Each distribution

Re: [statistics] Release 1.0

2021-09-16 Thread Gilles Sadowski
Hi. Le jeu. 16 sept. 2021 à 15:00, Alex Herbert a écrit : > > On Thu, 16 Sept 2021 at 12:06, Gilles Sadowski wrote: > > > > > I was seeing this as a "visual" validation test, so making it as > > simple as possible (perhaps even with "interesting" values being > > hard-coded). > > I had thought

Re: [statistics] Release 1.0

2021-09-16 Thread Alex Herbert
On Thu, 16 Sept 2021 at 12:06, Gilles Sadowski wrote: > > I was seeing this as a "visual" validation test, so making it as > simple as possible (perhaps even with "interesting" values being > hard-coded). I had thought of this as simple is best. However it should not be too hard to create an app

Re: [statistics] Release 1.0

2021-09-16 Thread Gilles Sadowski
Hello. Le jeu. 16 sept. 2021 à 00:46, Alex Herbert a écrit : > > On Wed, 15 Sept 2021 at 17:10, Gilles Sadowski wrote: > > > Hello. > > > > Le mar. 14 sept. 2021 à 17:13, Alex Herbert a > > écrit : > > > > > > The statistics component is a candidate for a release. > > > > > > The statistics dis

Re: [statistics] Release 1.0

2021-09-15 Thread Alex Herbert
On Wed, 15 Sept 2021 at 17:10, Gilles Sadowski wrote: > Hello. > > Le mar. 14 sept. 2021 à 17:13, Alex Herbert a > écrit : > > > > The statistics component is a candidate for a release. > > > > The statistics distributions module contains mature functionality > > ported from CM. The dependency o

Re: [statistics] Release 1.0

2021-09-15 Thread Gilles Sadowski
Hello. Le mar. 14 sept. 2021 à 17:13, Alex Herbert a écrit : > > The statistics component is a candidate for a release. > > The statistics distributions module contains mature functionality > ported from CM. The dependency on [numbers] is now satisfied as that > has had an official release. There

Re: [statistics] Release 1.0

2021-09-15 Thread Matt Juntunen
If the functionality is mature, I would vote for a 1.0 release. YOLO :-) -Matt J On Tue, Sep 14, 2021 at 11:13 AM Alex Herbert wrote: > > The statistics component is a candidate for a release. > > The statistics distributions module contains mature functionality > ported from CM. The dependency o

[statistics] Release 1.0

2021-09-14 Thread Alex Herbert
The statistics component is a candidate for a release. The statistics distributions module contains mature functionality ported from CM. The dependency on [numbers] is now satisfied as that has had an official release. There is nothing outstanding in the project Jira. Thus a first release of this