v3.0.0
- Simpler code, with the result that
corkendall
works for vectors of any type for whichisless
is defined. Hence:
julia> corkendall(["a","b","c"],["z","y","x"])
-1.0
- Changed
corkendall
's behaviour whenskipmissing = :none
to follow that ofStatsBase.pairwise
- More tests.