Re: [Statistics] Port codes from Commons Math

2018-05-20 Thread Gimhana Nadeeshan
Hi all, Porting *Interval Module * JIRA SUB-TASK : Interval Module Porting DESCRIPTION : Porting and Redesign Module Architecture from Classes at Commons.Math4.stat.Interval

Re: [Statistics] Port codes from Commons Math

2018-05-17 Thread Gilles
Hi Gimhana. On Fri, 18 May 2018 00:16:04 +0530, Gimhana Nadeeshan wrote: Hi all, We might want to create a public branch for that work in order to merge PRs more quickly without risk of breaking "master". What do you think? Eric? I ported the Statistics Interval Module and would like to

Re: [Statistics] Port codes from Commons Math

2018-05-17 Thread Gimhana Nadeeshan
Hi all, We might want to create a public branch for that work in order to > merge PRs more quickly without risk of breaking "master". > What do you think? Eric? > I ported the Statistics Interval Module and would like to get your reviews. How should I make the Pull request ? Best Regards,

Re: [Statistics] Port codes from Commons Math

2018-05-05 Thread Gilles
Hi Gimhana. On Sat, 5 May 2018 15:50:43 +0530, Gimhana Nadeeshan wrote: Hello all, As I proposed early I would like to begin port code from Commons-math to Commons-statistics . (For further details refer my

Re: [Statistics] Port codes from Commons Math

2018-05-05 Thread Gimhana Nadeeshan
Hello all, As I proposed early I would like to begin port code from Commons-math to Commons-statistics . (For further details refer my GSoC Proposal

Re: [Statistics] Port codes from Commons Math

2018-04-14 Thread Gimhana Nadeeshan
Hello devs, *Covariance stats= > > IntStream.of(1,2,3).collect(Covariance::new,Covariance:: > accept,Covariance::combine);* > > > Can you explain a bit more what is happening with the method references > "accept" and "combine"? > The mutable reduction operation - collect() accumulates input

Re: [Statistics] Port codes from Commons Math

2018-04-13 Thread Eric Barnhill
A further comment: L1-type statistics such as median and quantiles can also be included in the API by using the stream.sorted() method to sort the stream first. While it is true medians can be in the aggregate sped up by partitioning algorithms, I think making use of built-in methods like

Re: [Statistics] Port codes from Commons Math

2018-04-12 Thread Eric Barnhill
HI Gimhana, Sorry for the delay in response, but you posted this right before our two-week Easter holiday, for which I was completely absent ; then I needed a few days back at work to clean up all the mess. :) Your overall goals look good to me. You have gone right to the heart of the matter and

Re: [Statistics] Port codes from Commons Math

2018-03-26 Thread Gimhana Nadeeshan
Hello devs, I have updated my draft proposal (Port codes from Commons Math ) -Timeline added; before submitting the final at the Google site. Feel free to comment and give feedback to improve it.

Re: [Statistics] Port codes from Commons Math

2018-03-24 Thread Gimhana Nadeeshan
Hello devs, > Note that some of the repositories included in that screen do > not belong to "Commons": > * sling-* > * webservices-* > * xml-* I'm working on it.(Still research on Kibble :-) ) Botched alignments... > "cloc" has several output formats from which you could produce > nicer

Re: [Statistics] Port codes from Commons Math

2018-03-23 Thread Gilles
Hi Gimhana. On Thu, 22 Mar 2018 22:11:31 +0530, Gimhana Nadeeshan wrote: Hello devs, By gone through @Gilles suggestions I found very interesting facts about Commons projects. Feel free to check Kibble reports

Re: [Statistics] Port codes from Commons Math

2018-03-22 Thread Gimhana Nadeeshan
Hello devs, By gone through @Gilles suggestions I found very interesting facts about Commons projects. Feel free to check Kibble reports regarding these projects. It will be given a clear picture on the

Re: [Statistics] Port codes from Commons Math

2018-03-21 Thread Gilles
Hi Gimhana. On Tue, 20 Mar 2018 14:36:10 +0530, Gimhana Nadeeshan wrote: Hello devs, I have updated my draft proposal with @Gilles's suggestions[Draft Proposal V1.1 ] and I think I need some

Re: [Statistics] Port codes from Commons Math

2018-03-20 Thread Gimhana Nadeeshan
Hello devs, I have updated my draft proposal with @Gilles's suggestions[Draft Proposal V1.1 ] and I think I need some more clarifications on below suggestions > == "Background" section == > >

Re: [Statistics] Port codes from Commons Math

2018-03-18 Thread Gilles
Hello. On Sun, 18 Mar 2018 23:29:44 +0530, Gimhana Nadeeshan wrote: Hi , Thanks a lot Gilles for your valuable suggestions and give the reviews so quickly. I'll apply those corrections asked for any clarifications in here. By the way since I'm new to Apache Community I'm not yet familiar

Re: [Statistics] Port codes from Commons Math

2018-03-18 Thread Gimhana Nadeeshan
Hi , Thanks a lot Gilles for your valuable suggestions and give the reviews so quickly. I'll apply those corrections asked for any clarifications in here. By the way since I'm new to Apache Community I'm not yet familiar with some abbreviations used in the list. [such as ML archive, PMC ]

Re: [Statistics] Port codes from Commons Math

2018-03-18 Thread Gilles
Hi Gimhana. On Sun, 18 Mar 2018 19:17:44 +0530, Gimhana Nadeeshan wrote: Hii, I have just shared my draft proposal for GSoC. Port Codes from Commons Math. Wow; probably the first time that such a

Re: [Statistics] Port codes from Commons Math

2018-03-18 Thread Gimhana Nadeeshan
Hii, I have not decided the timeline yet. I suppose to decide it after Design Architecture is confirmed. Best Regards, Gimhana. On 18 March 2018 at 19:17, Gimhana Nadeeshan < gimhanadesilva...@cse.mrt.ac.lk> wrote: > Hii, > > I have just shared my draft proposal for GSoC. Port Codes from

Re: [Statistics] Port codes from Commons Math

2018-03-18 Thread Gimhana Nadeeshan
Hii, I have just shared my draft proposal for GSoC. Port Codes from Commons Math. Devs, would you please review it and I always welcome your precious suggestions to improve it. Best Regards, Gimhana On 17

Re: [Statistics] Port codes from Commons Math

2018-03-16 Thread Gilles
Hi. On Fri, 16 Mar 2018 23:12:38 +0530, Gimhana Nadeeshan wrote: Hi devs, Sorry for the delayed reply due to my academics. If you want to start playing with the code, we could just begin by having discussions here (on design) and on JIRA (for processing minor issues) based on the current

Re: [Statistics] Port codes from Commons Math

2018-03-16 Thread Gimhana Nadeeshan
Hi devs, Sorry for the delayed reply due to my academics. > If you want to start playing with the code, we could just begin > by having discussions here (on design) and on JIRA (for processing > minor issues) based on the current state of your repository. > [What's the link to look it up?] >

Re: [Statistics] Port codes from Commons Math

2018-03-14 Thread Gilles
Hi. On Tue, 13 Mar 2018 23:37:24 +0530, Gimhana Nadeeshan wrote: Hello Devs, Thanks Gilles and Eric for guidance. I have cloned the Commons repos and forked the Common's Stat repo. Is it possible to make pull requests to that repo to be reviewed? That's certainly possible, but I'm afraid

Re: [Statistics] Port codes from Commons Math

2018-03-13 Thread Gimhana Nadeeshan
Hello Devs, Thanks Gilles and Eric for guidance. I have cloned the Commons repos and forked the Common's Stat repo. Is it possible to make pull requests to that repo to be reviewed? Or should I follow a specific method? By referring the API docs I got some idea of the separation of modules. In

Re: [Statistics] Port codes from Commons Math

2018-03-13 Thread Gilles
Hello. On Tue, 13 Mar 2018 09:25:19 +0100, Eric Barnhill wrote: On Tue, Mar 13, 2018 at 12:47 AM, Gilles wrote: Where can we find the old code before port into new Commons components? The code bases are managed by the "git" software; the whole history

Re: [Statistics]Port codes from Commons Math

2018-03-13 Thread Eric Barnhill
On Tue, Mar 13, 2018 at 12:47 AM, Gilles wrote: > >> >> Where can we find the old code before port into new Commons components? >> > > The code bases are managed by the "git" software; the whole history is > available: >

Re: [Statistics]Port codes from Commons Math

2018-03-12 Thread Gilles
On Mon, 12 Mar 2018 08:43:29 +0530, Gimhana Nadeeshan wrote: Hi devs, Thanks Gilles for the ideas. Now I have an idea what to do. I go through the codes in https://git1-us-west.apache.org/repos/asf?p=commons-math.git;a=tree;f=src/main/java/org/apache/commons/math4/stat And I could identify

Re: [Statistics]Port codes from Commons Math

2018-03-11 Thread Gimhana Nadeeshan
Hi devs, Thanks Gilles for the ideas. Now I have an idea what to do. I go through the codes in https://git1-us-west.apache.org/repos/asf?p=commons-math.git;a=tree;f=src/main/java/org/apache/commons/math4/stat And I could identify the coupling hierarchy at the top level. So I would like to get a

Re: [Statistics]Port codes from Commons Math

2018-03-11 Thread Gilles
Hello. On Sun, 11 Mar 2018 08:30:02 +0530, Gimhana Nadeeshan wrote: Hi devs, I am an 3rd year Computer Science and Engineering undergraduate of University of Moratuwa and I am interested in mathematics so much. So I would like to work on porting codes from Commons Math to Commons Statistics