Skip to content

OOKAM v1.2.2

Choose a tag to compare

@algebraity algebraity released this 04 Feb 20:33
· 4 commits to main since this release
34ca6db

This release adds the Ruzsa distance and its positive variant.

Additions

  • A.ruzsa_distance(B) = $\log(\frac{|A - B|}{\sqrt{|A||B|})
  • A.ruzsa_distance_positive(B) = \log(\frac{|A + B|}{\sqrt{|A||B|})

Documentation on how to use these new methods can be found in the documentation for the ookami.tools module.

It is recommended that you update to OOKAMI v1.2.1 if you are currently using a previous version, as it adds important features that could be useful for experimental combinatorics applications.