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
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
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
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
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
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