Re: [math] Include quartiles estimated using PSquarePercentile in SummaryStatistics

2014-10-13 Thread Phil Steitz
On 10/13/14 8:55 PM, venkatesha murthy wrote: > On Tue, Oct 14, 2014 at 6:05 AM, Phil Steitz wrote: > >> On 10/13/14 1:04 PM, venkatesha murthy wrote: >>> Adding a bit more on this: >>> a) The DescriptiveStatisticalSummary actually handles the rest of the >>> functions such as addValue, getPercent

Re: [math] Include quartiles estimated using PSquarePercentile in SummaryStatistics

2014-10-13 Thread venkatesha murthy
On Tue, Oct 14, 2014 at 6:05 AM, Phil Steitz wrote: > On 10/13/14 1:04 PM, venkatesha murthy wrote: > > Adding a bit more on this: > > a) The DescriptiveStatisticalSummary actually handles the rest of the > > functions such as addValue, getPercentile etc. > > b) I have added addValue() as it is i

Re: [math] Include quartiles estimated using PSquarePercentile in SummaryStatistics

2014-10-13 Thread Phil Steitz
On 10/13/14 1:04 PM, venkatesha murthy wrote: > Adding a bit more on this: > a) The DescriptiveStatisticalSummary actually handles the rest of the > functions such as addValue, getPercentile etc. > b) I have added addValue() as it is important to see either storeless or > store variants as interfac

Re: commons-bcel vs GitHub PR

2014-10-13 Thread Benedikt Ritter
Hello Maxim, thanks for your report. I've createt INFRA-8476 [1] to make the infrastructure team aware of the fact the PRs are not automatically promoted to this list. Benedikt [1] https://issues.apache.org/jira/browse/INFRA-8476 2014-10-11 23:41 GMT+02:00 Maxim Degtyarev : > Hello all, > > I

Re: [math] Include quartiles estimated using PSquarePercentile in SummaryStatistics

2014-10-13 Thread venkatesha murthy
Adding a bit more on this: a) The DescriptiveStatisticalSummary actually handles the rest of the functions such as addValue, getPercentile etc. b) I have added addValue() as it is important to see either storeless or store variants as interfaces. c) A case in point being (for b); i was actually try

Re: [math] Include quartiles estimated using PSquarePercentile in SummaryStatistics

2014-10-13 Thread venkatesha murthy
Hi Phil, Though i did not add to StatisticalSummary i was actually working on a DescriptiveStatisticalSummary for all the Storeless variants inclusive of PSquarePercentile. Would it help if you can actually implement SummaryStatisitcs with an extended interface such as DescriptiveStatisticalSummar