Re: [MATH-1120] Refactor KthSelector and PivotingStrategy out of Percentile

2014-07-12 Thread venkatesha murthy
On Thu, Jul 10, 2014 at 12:03 PM, Luc Maisonobe wrote: > Hi Venkat, > > Le 09/07/2014 18:56, venkatesha murthy a écrit : > > Could some one respond please > > > I'll have a look at this probably on Sunday. > We are all volunteer, so there may be some delay for action. > Hi Luc, Thanks much for t

Re: [MATH-1120] Refactor KthSelector and PivotingStrategy out of Percentile

2014-07-09 Thread Luc Maisonobe
Hi Venkat, Le 09/07/2014 18:56, venkatesha murthy a écrit : > Could some one respond please I'll have a look at this probably on Sunday. We are all volunteer, so there may be some delay for action. best regards, Luc > > > On Sat, Jul 5, 2014 at 8:06 PM, venkatesha m > wrote: > >> >> >> >>

Re: [MATH-1120] Refactor KthSelector and PivotingStrategy out of Percentile

2014-07-09 Thread venkatesha murthy
Could some one respond please On Sat, Jul 5, 2014 at 8:06 PM, venkatesha m wrote: > > > > > On Saturday, 28 June 2014 12:08 AM, venkatesha murthy < > venkateshamurth...@gmail.com> wrote: > > > > On Wed, Jun 25, 2014 at 12:54 PM, Luc Maisonobe > wrote: > > > Hi Venkat, > > > > Le 25/06/2014 06:

Re: [MATH-1120] Refactor KthSelector and PivotingStrategy out of Percentile

2014-07-05 Thread venkatesha m
On Saturday, 28 June 2014 12:08 AM, venkatesha murthy wrote: On Wed, Jun 25, 2014 at 12:54 PM, Luc Maisonobe wrote: > Hi Venkat, > > Le 25/06/2014 06:21, venkatesha murthy a écrit : > > The Percentile actually uses KthSelector logic and is dependent on only > > KthSelector > > however t

Re: [MATH-1120] Refactor KthSelector and PivotingStrategy out of Percentile

2014-06-27 Thread venkatesha murthy
On Wed, Jun 25, 2014 at 12:54 PM, Luc Maisonobe wrote: > Hi Venkat, > > Le 25/06/2014 06:21, venkatesha murthy a écrit : > > The Percentile actually uses KthSelector logic and is dependent on only > > KthSelector > > however the variability part is pivoting strategy. > > > > Given that both KthSe

Re: [MATH-1120] Refactor KthSelector and PivotingStrategy out of Percentile

2014-06-25 Thread Luc Maisonobe
Hi Venkat, Le 25/06/2014 06:21, venkatesha murthy a écrit : > The Percentile actually uses KthSelector logic and is dependent on only > KthSelector > however the variability part is pivoting strategy. > > Given that both KthSelector and Pivoting are independent we could make them > as utility cla

[MATH-1120] Refactor KthSelector and PivotingStrategy out of Percentile

2014-06-24 Thread venkatesha murthy
The Percentile actually uses KthSelector logic and is dependent on only KthSelector however the variability part is pivoting strategy. Given that both KthSelector and Pivoting are independent we could make them as utility classes or may be functions with in MathUtils with exposed interfaces. Here