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 2021/05/19 19:55:33 UTC

[datasketches-cpp] 01/01: Merge pull request #215 from apache/kolmogorov_smirnov

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-cpp.git

commit 494f86783e4e1cf1d8f5537dcf91e7b1069bc672
Merge: 6ed2e21 65c4508
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Wed May 19 12:55:18 2021 -0700

    Merge pull request #215 from apache/kolmogorov_smirnov
    
    Kolmogorov-Smirnov test

 kll/include/kll_quantile_calculator.hpp      |  18 +++--
 kll/include/kll_quantile_calculator_impl.hpp |  52 ++++++++-----
 kll/include/kll_sketch.hpp                   |   7 +-
 kll/include/kll_sketch_impl.hpp              |   2 +-
 kll/include/kolmogorov_smirnov.hpp           |  67 ++++++++++++++++
 kll/include/kolmogorov_smirnov_impl.hpp      |  78 +++++++++++++++++++
 kll/test/CMakeLists.txt                      |   1 +
 kll/test/kolmogorov_smirnov_test.cpp         | 111 +++++++++++++++++++++++++++
 8 files changed, 310 insertions(+), 26 deletions(-)

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