JuliaStats / StatsBase.jl

Basic statistics for Julia
Other
586 stars 193 forks source link

Move methods from deviation.jl to Distances.jl? #289

Open rofinn opened 7 years ago

rofinn commented 7 years ago

I'm just wondering if some of the L1 and L2 distance methods should be moved to Distances.jl? Looks like that package already has an implementation of the Chebyshev and KLDivergence.

ararslan commented 7 years ago

Yes, see https://github.com/JuliaStats/Distances.jl/issues/45

rofinn commented 7 years ago

Thanks, I definitely missed that.

ararslan commented 7 years ago

Easy to miss

ararslan commented 7 years ago

Now that my PR over there has been merged, we can now deprecate the distances here that have been moved.