Skip to content

Ruby T-Digest 0.1.0

Compare
Choose a tag to compare
@wallin wallin released this 19 Jan 07:44
· 29 commits to master since this release

Features

  • Ability to add two tdigests using + operator or merge to existing using merge! method (@bwahlgreen)
  • Autimatically compress! when above threshold, as per Java implementation. (@bwahlgreen)

Changes

  • size now reports number of observations instead of number of centroids. If you want number of centroids you call centroids.size instead.