You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2022/07/05 16:21:23 UTC

[datasketches-java] branch master updated (7aed20ac -> b901b870)

This is an automated email from the ASF dual-hosted git repository.

alsay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


    from 7aed20ac Oops, forgot to update the javadoc in the last push.
     add 5a64985c inclusive rank
     add a9541e8c inclusive quantiles
     add 7f23f329 inclusive PMF and CDF
     add b0646c48 improved javadoc
     add c0e2f151 more readable condition
     add 726d9c42 small style fix
     new b901b870 Merge pull request #403 from apache/kll_inclusive

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/datasketches/QuantilesHelper.java   |  5 +-
 .../apache/datasketches/kll/KllDoublesHelper.java  | 39 +++++----
 .../kll/KllDoublesQuantileCalculator.java          |  4 +-
 .../apache/datasketches/kll/KllDoublesSketch.java  | 77 +++++++++++++++--
 .../apache/datasketches/kll/KllFloatsHelper.java   | 38 +++++----
 .../kll/KllFloatsQuantileCalculator.java           |  4 +-
 .../apache/datasketches/kll/KllFloatsSketch.java   | 76 +++++++++++++++--
 .../datasketches/quantiles/DoublesAuxiliary.java   |  2 +-
 .../datasketches/kll/KllDoublesSketchTest.java     | 99 +++++++++++++++++++---
 .../datasketches/kll/KllFloatsSketchTest.java      | 98 ++++++++++++++++++---
 10 files changed, 369 insertions(+), 73 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[datasketches-java] 01/01: Merge pull request #403 from apache/kll_inclusive

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git

commit b901b8707fab552cd32d0679df662d7a5a58bc7d
Merge: 7aed20ac 726d9c42
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Tue Jul 5 09:21:16 2022 -0700

    Merge pull request #403 from apache/kll_inclusive
    
    KLL inclusive ranks and quantiles

 .../org/apache/datasketches/QuantilesHelper.java   |  5 +-
 .../apache/datasketches/kll/KllDoublesHelper.java  | 39 +++++----
 .../kll/KllDoublesQuantileCalculator.java          |  4 +-
 .../apache/datasketches/kll/KllDoublesSketch.java  | 77 +++++++++++++++--
 .../apache/datasketches/kll/KllFloatsHelper.java   | 38 +++++----
 .../kll/KllFloatsQuantileCalculator.java           |  4 +-
 .../apache/datasketches/kll/KllFloatsSketch.java   | 76 +++++++++++++++--
 .../datasketches/quantiles/DoublesAuxiliary.java   |  2 +-
 .../datasketches/kll/KllDoublesSketchTest.java     | 99 +++++++++++++++++++---
 .../datasketches/kll/KllFloatsSketchTest.java      | 98 ++++++++++++++++++---
 10 files changed, 369 insertions(+), 73 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org