Skip to content

Releases: tnagler/wdm

wdm 0.2.6

31 Dec 14:25
Compare
Choose a tag to compare

Fixes bug when using USE_BOOST flag

Full Changelog: v0.2.5...v0.2.6

wdm 0.2.5

31 Dec 14:07
1ae9dc5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

wdm 0.2.4

19 Dec 13:58
fd09542
Compare
Choose a tag to compare

What's Changed

  • more tie-breaking methods for rank() in #10
  • nan handling in rank() in #11
  • Make test executable name compatible with CTest in #12

Full Changelog: v0.2.2...v0.2.4

wdm 0.2.2

04 Aug 09:26
Compare
Choose a tag to compare
  • fix computation of average weighted rank (no longer dependent on input order).
    Primarily affects method "spearman".
  • silence unused parameter warning when building tests.

wdm 0.2.0

07 Feb 20:42
6df8f6f
Compare
Choose a tag to compare
  • use more intuitive formula for Pearson's rho that is linear in weights.

wdm 0.1.1

30 May 11:57
Compare
Choose a tag to compare

BUG FIX

  • inline normalCDF() to avoid multiple definition errors.

wdm 0.1.0

30 May 08:56
Compare
Choose a tag to compare
  • Initial release.