Dan Munckton
Dan Munckton
Well done all 👏
> A couple of ideas from StatsBase.jl: > > * Deviation functions > * Weighted calculations (mean/std/etc.) Unless any of you have made a start on these, I'd be interested...
Ok I made a start: https://github.com/jturner314/ndarray-stats/pull/41 Any advice for choosing traits bounds for the `A` element types? Is it ok to use `Copy` or do we need to support any...
@LukeMathWalker thanks. What led you to that decision? Is there a particular data type you've seen used in `ndarray`s that would need this? If so I'm thinking I might use...