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 20:08:05 UTC

[datasketches-java] 01/01: Merge pull request #404 from apache/quantiles_inclusive

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 251bec73ad98d5d94fb6a53baf6a82441f239403
Merge: b901b870 0e42a931
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Tue Jul 5 13:07:59 2022 -0700

    Merge pull request #404 from apache/quantiles_inclusive
    
    added inclusive mode

 .../datasketches/quantiles/DoublesAuxiliary.java   |  5 +-
 .../datasketches/quantiles/DoublesPmfCdfImpl.java  | 24 +++---
 .../datasketches/quantiles/DoublesSketch.java      | 93 +++++++++++++++++---
 .../datasketches/quantiles/ItemsAuxiliary.java     |  6 +-
 .../datasketches/quantiles/ItemsPmfCdfImpl.java    | 29 ++++---
 .../apache/datasketches/quantiles/ItemsSketch.java | 99 +++++++++++++++++-----
 .../datasketches/quantiles/KolmogorovSmirnov.java  |  4 +-
 .../quantiles/HeapUpdateDoublesSketchTest.java     | 72 +++++++++++++++-
 .../datasketches/quantiles/ItemsSketchTest.java    | 71 +++++++++++++++-
 .../apache/datasketches/quantiles/UtilTest.java    | 12 +--
 10 files changed, 336 insertions(+), 79 deletions(-)


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