[
https://issues.apache.org/jira/browse/APEXMALHAR-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15294530#comment-15294530
]
ASF GitHub Bot commented on APEXMALHAR-2094:
--------------------------------------------
GitHub user sandeep-n reopened a pull request:
https://github.com/apache/incubator-apex-malhar/pull/286
APEXMALHAR-2094 Quantiles Operator
JIRA issue APEXMALHAR-2094
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sandeep-n/incubator-apex-malhar
APEXMALHAR-2094
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-apex-malhar/pull/286.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #286
----
commit 03c75e619b3c1db0ca3f4bbb48916fd848c4b343
Author: Sandeep Narayanaswami <[email protected]>
Date: 2016-05-20T19:40:47Z
APEXMALHAR-2094 #comment added quantiles operator
Added datasketches dependency to pom.xml
commit ffa26d2570674070ac2228528b9441c93d9be413
Author: Sandeep Narayanaswami <[email protected]>
Date: 2016-05-20T22:49:49Z
datasketches version 0.5.0 -> 0.4.1 in pom.xml
commit b2c0d4418aa1d002a99153adf3b9a755160615cb
Author: Sandeep Narayanaswami <[email protected]>
Date: 2016-05-20T19:40:47Z
APEXMALHAR-2094 #comment added quantiles operator
Added datasketches dependency to pom.xml
datasketches version 0.5.0 -> 0.4.1 in pom.xml
stylecheck
commit af67da892ea745a67377503183627b8002ad2843
Author: Sandeep Narayanaswami <[email protected]>
Date: 2016-05-20T23:33:25Z
Merge remote-tracking branch 'origin/APEXMALHAR-2094' into APEXMALHAR-2094
# Conflicts:
#
library/src/main/java/com/datatorrent/lib/statistics/QuantilesEstimator.java
#
library/src/test/java/com/datatorrent/lib/statistics/QuantilesEstimatorTest.java
----
> Quantiles sketch operator
> -------------------------
>
> Key: APEXMALHAR-2094
> URL: https://issues.apache.org/jira/browse/APEXMALHAR-2094
> Project: Apache Apex Malhar
> Issue Type: New Feature
> Reporter: Sandeep Narayanaswami
> Assignee: Sandeep Narayanaswami
> Priority: Minor
>
> An operator that "sketches" in an online fashion the probability distribution
> of an input (numeric) data stream, enabling computation of quantiles and
> cumulative distribution functions.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)