Re: [statistics-regression] Proposed Regression class/method structure

2019-10-28 Thread Eric Barnhill
On Mon, Oct 28, 2019 at 3:01 PM Gilles Sadowski wrote: > Hi Eric. > > 2019-10-28 18:55 UTC+01:00, Eric Barnhill : > > Here is a schematic for how the interface might be made more abstract. > > > > https://imgur.com/a/izx5Xkh > > This cannot be downloaded. > Please attach the image to a JIRA

Re: [statistics-regression] Proposed Regression class/method structure

2019-10-28 Thread Gilles Sadowski
Hi Eric. 2019-10-28 18:55 UTC+01:00, Eric Barnhill : > Here is a schematic for how the interface might be made more abstract. > > https://imgur.com/a/izx5Xkh This cannot be downloaded. Please attach the image to a JIRA issue. Regards, Gilles > > In this case, we may want to just implement the

Re: [statistics-regression] Proposed Regression class/method structure

2019-10-28 Thread Gilles Sadowski
Hi. 2019-10-28 22:12 UTC+01:00, Alex Herbert : > > >> On 28 Oct 2019, at 17:55, Eric Barnhill wrote: >> >> Here is a schematic for how the interface might be made more abstract. >> >> https://imgur.com/a/izx5Xkh > > Regression and RegressionResults both have a

Re: [statistics-regression] Proposed Regression class/method structure

2019-10-28 Thread Alex Herbert
> On 28 Oct 2019, at 17:55, Eric Barnhill wrote: > > Here is a schematic for how the interface might be made more abstract. > > https://imgur.com/a/izx5Xkh Regression and RegressionResults both have a predict method with the same signature. > > In this case,

Re: [statistics-regression] Proposed Regression class/method structure

2019-10-28 Thread Eric Barnhill
Here is a schematic for how the interface might be made more abstract. https://imgur.com/a/izx5Xkh In this case, we may want to just implement the simplest case, using Matrix and double[], for now. In principle the RegressionMetric class could extend a Metrics class later. Do you feel this

Re: [statistics-regression] Proposed Regression class/method structure

2019-10-23 Thread Alex Herbert
On 23/10/2019 00:13, Gilles Sadowski wrote: Hello. Le mar. 22 oct. 2019 à 21:50, Eric Barnhill a écrit : I propose the following class structure for commons-statistics-regression. Which? [Attachment was probably stripped: such should go to a JIRA report.] Quick first thoughts on the

Re: [statistics-regression] Proposed Regression class/method structure

2019-10-22 Thread Eric Barnhill
Here is a link to the picture https://imgur.com/a/9jjoOGB On Tue, Oct 22, 2019 at 4:13 PM Gilles Sadowski wrote: > Hello. > > Le mar. 22 oct. 2019 à 21:50, Eric Barnhill a > écrit : > > > > I propose the following class structure for > commons-statistics-regression. > > Which? > [Attachment

Re: [statistics-regression] Proposed Regression class/method structure

2019-10-22 Thread Gilles Sadowski
Hello. Le mar. 22 oct. 2019 à 21:50, Eric Barnhill a écrit : > > I propose the following class structure for commons-statistics-regression. Which? [Attachment was probably stripped: such should go to a JIRA report.] > The interface carried over from commons-math is more of an academic approach

[statistics-regression] Proposed Regression class/method structure

2019-10-22 Thread Eric Barnhill
I propose the following class structure for commons-statistics-regression. The interface carried over from commons-math is more of an academic approach to thinking about regression. For rebooting the library (and I hinted at this when I wrote the tickets for summer of code) I was hoping to