RE: [GSoC][Regression][OLS] RegressionResults/OLSResults Re-design

2019-07-24 Thread Ben Nguyen
ound in R, for user convenience… Are you saying this is not necessary for this application? Again, thank you for your feedback, -Ben Nguyen From: Gilles Sadowski Sent: Tuesday, July 23, 2019 6:45 PM To: Commons Developers List Subject: Re: [GSoC][Regression][OLS] RegressionResults/OLSResults Re-desi

[GSoC][Regression][OLS] RegressionResults/OLSResults Re-design

2019-07-23 Thread Ben Nguyen
lculate in OLSRegression are also public. This design does cause that PMD error, so any suggestions or alternate designs to correct my interpretation? Thank you, Cheers, -Ben Nguyen

RE: [statistics] Proposed OLS grammar

2019-07-19 Thread Ben Nguyen
you for your time, I appreciate any input you can give me. Cheers, -Ben Nguyen From: Paul King Sent: Friday, July 19, 2019 6:26 AM To: Commons Developers List Subject: Re: [statistics] Proposed OLS grammar There are about 10 files using classes from the math3.stat package in the examples I

RE: [GSoC][Commons][STATISTICS][Regression][Matrix] Separate modulefor StatisticsMatrix (simple extension of EJML's SimpleBase) in commonsstatistics?

2019-06-21 Thread Ben Nguyen
eBase) in commonsstatistics? Hi. Le ven. 21 juin 2019 à 14:38, Ben Nguyen a écrit : > > Hello, > > Mr. Gilles Sadowski suggested to me on Slack that StatisticsMatrix and future > extensions of EJML’s code should go into it’s own component. Not exactly; I suggested that 1. there be

[GSoC][Commons][STATISTICS][Regression][Matrix] Separate module for StatisticsMatrix (simple extension of EJML's SimpleBase) in commons statistics?

2019-06-21 Thread Ben Nguyen
another statistics component (besides regression) will need matrices and it’s operations? Thank you for your input, Cheers, -Ben Nguyen

RE: [GSoC][STATISTICS][Regression][Exception] How should I handlehandling exceptions?

2019-06-19 Thread Ben Nguyen
uld I handle the porting of this specific method? Thank you for your help, -Ben From: Alex Herbert Sent: Wednesday, June 19, 2019 11:39 AM To: Commons Developers List Subject: Re: [GSoC][STATISTICS][Regression][Exception] How should I handlehandling exceptions? On 19/06/2019 17:33, Ben Ngu

[GSoC][STATISTICS][Regression][Exception] How should I handle handling exceptions?

2019-06-19 Thread Ben Nguyen
cases as well….? Or will there be a full port of all exceptions for all modules to use…. though I do see one custom exception in “commons.distribution” so maybe not the latter? Thank you for your reply, Cheers, -Ben Nguyen

[GSoC][Commons][STATISTICS][Regression][Matrix] Flexibility in Matrix Libraries in Regression Component?

2019-06-17 Thread Ben Nguyen
Hello, If I recall/assume correctly, there is currently no concrete plan to create a new matrix library any time soon; leading me to use the EJML as suggested by Mr. Eric Barnhill. This seems to be temporary until the CM matrix component is upgraded, or perhaps it’s permanent? I don’t believe t

RE: [statistics] Pull request for GLSMultipleLinearRegression

2019-05-23 Thread Ben Nguyen
component, please post insights here as well: https://issues.apache.org/jira/browse/STATISTICS-8 GitHub Repo: https://github.com/apache/commons-statistics Thank you for your post, Cheers, -Ben Nguyen From: Елена Картышева Sent: Thursday, May 23, 2019 8:44 AM To: dev Subject: [statistics] Pull request for

RE: [GSoC] Thursday mentee meeting

2019-05-22 Thread Ben Nguyen
Hello, I have a dentist appointment around that time (starting -30 mins from meeting time), but will try to text during my bus commutes. I will try to post my updated flow charts and a starting unit tests check-list before the meeting in the ML/Slack. Cheers, -Ben From: Abhishek Dhadwal Sent:

RE: [STATISTICS-13][Regression] Data Flow and User Interaction Design

2019-05-22 Thread Ben Nguyen
. Cheers, -Ben From: Ben Nguyen Sent: Wednesday, May 22, 2019 11:45 AM To: Commons Developers List Subject: [STATISTICS-13][Regression] Data Flow and User Interaction Design Hello, The following was initiated via Slack in commons-gsoc Please see “data flow v1.png” for diagram as attachment or in

[STATISTICS-13][Regression] Data Flow and User Interaction Design

2019-05-22 Thread Ben Nguyen
further suggestions or redflags? GILLES replied: @Ben Nguyen [Re: "red flags"] Please separate the computations ("Regression") from the input ("DataLoader" should not be passed to "Regression" but should produce an IO-agnostic interface) and the output (

RE: [GSoC][STATISTICS][Regression] Architecture ImplementationSuggestions

2019-05-16 Thread Ben Nguyen
STATISTICS-11 Cheers, -Ben Nguyen From: Gilles Sadowski Sent: Thursday, May 16, 2019 8:27 AM To: Commons Developers List Subject: Re: [GSoC][STATISTICS][Regression] Architecture ImplementationSuggestions Hello. Le jeu. 16 mai 2019 à 10:02, Ben Nguyen a écrit : > > Hello, > > > >

[GSoC][STATISTICS][Regression] Architecture Implementation Suggestions

2019-05-16 Thread Ben Nguyen
ion to be calculated via a universal form…. • which could become a challenge once details are in order. So this is the current state of my plan, with your input, I will move to the next steps, plan more details and start creating the software flowchart. Thank you in advance for any advice/suggesti

[STATISTICS][Regression][Linear Math] Is there any plan/anyone working on a new Linear Math module currently?

2019-05-08 Thread Ben Nguyen
Hello, The regression module will require a lot of linear math, specifically matrix operations which I’ve heard is outdated. Are there any updates on it’s development? Is this someone’s GSoC project? If not I could try to help by attempting to start porting regression essential operations. But

RE: [numbers][GSoC] Slack for GSoC mentees

2019-05-06 Thread Ben Nguyen
2019, 11:42 pm Ben Nguyen, wrote: > Hello, > > Any update on which communication tool will be used? Slack, Zulip? I’m > excited to get started! > > Ben > > From: Mark Thomas > Sent: Wednesday, May 1, 2019 4:21 PM > To: Commons Developers List > Subject: Re: [numb

RE: [numbers][GSoC] Slack for GSoC mentees

2019-05-06 Thread Ben Nguyen
Hello, Any update on which communication tool will be used? Slack, Zulip? I’m excited to get started! Ben From: Mark Thomas Sent: Wednesday, May 1, 2019 4:21 PM To: Commons Developers List Subject: Re: [numbers][GSoC] Slack for GSoC mentees On 01/05/2019 22:09, Eric Barnhill wrote: > Thanks Ma

RE: [commons-statistics] STATISTICS-7 discussion

2019-04-02 Thread Ben Nguyen
Subject: Re: [commons-statistics] STATISTICS-7 discussion Estimators and Residuals interfaces. I'd never thought of that. I like it! I have read your draft proposal and I will make some comments over there, shortly. On Mon, Apr 1, 2019 at 5:33 PM Ben Nguyen wrote: > Hello, &g

RE: [commons-statistics] STATISTICS-7 discussion

2019-04-01 Thread Ben Nguyen
Hello, With the regression library restructuring, am I correct to assume that a priority is to structure it such that appendage of new tools after the port of current linear regression (OLS, GLS, SimpleRegression) is as painless as possible? I’ve seen this approach elsewhere and want to know w