cuda arrayenhancementgood first issuehelp wanted
倉庫指標
- Star
- (1,408 star)
- PR 合併指標
- (平均合併 5天 5小時) (30 天內合併 16 個 PR)
描述
As mentioned by user ogiod on discourse here we still lack some statistical functions.
We still need to implement
-
cor -
cov -
median: Scalar operation when dims is mentioned -
middle: Implement extrema function -
quantile: Probably need sort for this
Base's Statistics can be found here : https://github.com/JuliaLang/Statistics.jl/blob/master/src/Statistics.jl
CUDA.jl's Statistics can be found here : https://github.com/JuliaGPU/CUDA.jl/blob/master/src/statistics.jl