Skip to content

v3.0.0

Compare
Choose a tag to compare
@PGS62 PGS62 released this 08 Feb 16:05
· 155 commits to main since this release
39731aa
  • Simpler code, with the result that corkendall works for vectors of any type for which isless is defined. Hence:
julia> corkendall(["a","b","c"],["z","y","x"])
-1.0
  • Changed corkendall's behaviour when skipmissing = :none to follow that of StatsBase.pairwise
  • More tests.