apache / datasketches-java

A software library of stochastic streaming algorithms, a.k.a. sketches.
https://datasketches.apache.org
Apache License 2.0
875 stars 207 forks source link

Ks updates #549

Closed leerho closed 2 months ago

leerho commented 2 months ago

In starting the release process I found this dangling commit that I forgotten about and never merged. It just simplifies the readability of the KolmogorovSmirnov.java function by importing the all the static Math functions, which makes the code a little easier to read.